View previous topic :: View next topic |
Author |
Message |
cmulcahy n00b
Joined: 03 Aug 2004 Posts: 64 Location: Minneapolis, MN
|
Posted: Sun Apr 10, 2005 4:39 pm Post subject: IBM Thinkpad A30 - Wireless drivers? |
|
|
I have an IBM Thinkpad A30. I had MEPIS up and running but prefer Gentoo's approach with the portage system over apt.
I've switched over to Gentoo and got everything installed, however, I'm having troubles getting the wireless networking running. I have no wlan0 device. I cannot figure out what drivers to install, what software to install and how to configure it.
I've got no problems with the wired networking. I can set that up easy as can be. I've done it several times.
The wireless still stumps me. Setting up the driver, the wireless key and getting connected are just beyond me right now.
What driver to I need and how do I get it configured? MEPIS was all just there and very easy. It had the driver all set up for me and setting up the WEP key was in the MEPIS control panel.
Any pointers and guidance appreciated.
Thanks in advance! _________________ Having a non-smoking section in a restaraunt is as effective as having a non-peeing section in a pool. |
|
Back to top |
|
|
palmer Guru
Joined: 17 Nov 2004 Posts: 322 Location: Berkeley, CA
|
Posted: Sun Apr 10, 2005 6:06 pm Post subject: |
|
|
One of two things
1. Try searching on google for your chipset name (from lspci)
A driver might exist
2. Try using ndiswrapper, it allows windows drivers to run on linux
Make sure that you have the windows drivers (get from the cd)
Code: |
emerge ndiswrapper
ndiswrapper -i mydriver.inf
ndiswrapper -l
|
ndiswrapper -l should show that the hardware is present
Code: |
modprobe ndiswrapper
iwconfig wlan0 essid mynetwork
ifconfig wlan0 up
dhcpcd wlan0
|
Assuming you're using dhcp
And if all that works, edit the networking script the same way as you edit one for wired
Code: |
/etc/init.d/net.wlan0 start
|
be sure to make the required modules (nidswrapper) load at boot
-palmem |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|