Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
IBM Thinkpad A30 - Wireless drivers?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
cmulcahy
n00b
n00b


Joined: 03 Aug 2004
Posts: 64
Location: Minneapolis, MN

PostPosted: Sun Apr 10, 2005 4:39 pm    Post subject: IBM Thinkpad A30 - Wireless drivers? Reply with quote

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
View user's profile Send private message
palmer
Guru
Guru


Joined: 17 Nov 2004
Posts: 322
Location: Berkeley, CA

PostPosted: Sun Apr 10, 2005 6:06 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
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