[gentoo-user] A simple explanation on how to get wireless working on my laptop ...

2005-10-07 Thread Richard Watson
Hi - Can anyone explain to a complete idiot (me) simply how to get my internal wireless adaptor going. I know it works as I've got it running off the Livecd and XP on an unsecured network. I went through creating: # ln -s net.lo net.eth0 (Wirelesss card - reports wireless extensions not found) #

Re: [gentoo-user] A simple explanation on how to get wireless working on my laptop ...

2005-10-07 Thread Jason Cooper
Richard Watson ([EMAIL PROTECTED]) scribbled: # iwconfig eth1 says wireless extensions not found what is the output of # lspci you may need to # emerge sys-apps/pciutils to get lspci. jason -- gentoo-user@gentoo.org mailing list

RE: [gentoo-user] A simple explanation on how to get wireless working on my laptop ...

2005-10-07 Thread Richard Watson
what is the output of # lspci :02:02.0 Network controller: Intel Corporation PRO/Wireless LAN 2100 3B Mini PCI Adapter (rev 04) Subsystem: Intel Corporation MIM2000/Centrino Flags: bus master, medium devsel, latency 128, IRQ 11 Memory at 9000 (32-bit,

Re: [gentoo-user] A simple explanation on how to get wireless working on my laptop ...

2005-10-07 Thread Jason Cooper
Richard Watson ([EMAIL PROTECTED]) scribbled: :02:02.0 Network controller: Intel Corporation PRO/Wireless LAN 2100 3B Mini PCI Adapter (rev 04) Subsystem: Intel Corporation MIM2000/Centrino Flags: bus master, medium devsel, latency 128, IRQ 11 Memory at 9000 (32-bit,

RE: [gentoo-user] A simple explanation on how to get wireless working on my laptop ...

2005-10-07 Thread Richard Watson
OK ... You're a genius thanks ...!!! The following worked ... # emerge -s 2100 returned net-wireless/ipw2100 and net-wireless/ipw2100-firmware # emerge -av ipw2100 ipw2100-firmware I rebooted .. then after turning encryption back on and then: # iwconfig returned new interface eth2 # iwconfig

Re: [gentoo-user] A simple explanation on how to get wireless working on my laptop ...

2005-10-07 Thread Nagatoro
Richard Watson wrote: Everything works ... So ... how do I enter this into /etc/conf.d/net so it happens automatically at boot. My net only contains : iface_eth0=dhcp The real config is in /etc/conf.d/wireless you should have a wireless.example file there to help you out. -- Naga --