Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
3COM PCI 80211.b
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
mannyl
n00b
n00b


Joined: 11 Dec 2002
Posts: 7

PostPosted: Wed Dec 11, 2002 11:45 pm    Post subject: 3COM PCI 80211.b Reply with quote

I have a 3COM PCI 802.11b adapter that I am trying to activate. If I do a

car /proc/pci I see in the output

Bus 1, device 13, function 0:
Network controller: PCI device 10b7:7770 (3Com Corporation) (rev 2).
IRQ 9.
I/O at 0x6480 [0x64ff].
Non-prefetchable 32 bit memory at 0xc6ffe000 [0xc6ffefff].
I/O at 0x6800 [0x683f].

So I know the card is being seen, What driver do I need to use this card. I'm trying to make this system act as an access point. I've read over the AP_HOWTO but it doesn't tell me how to activate this card.
Back to top
View user's profile Send private message
ShadyMilkman
n00b
n00b


Joined: 20 Apr 2002
Posts: 57

PostPosted: Thu Dec 12, 2002 7:46 pm    Post subject: Reply with quote

I'm not sure if you've tried this, but my 802.11b PCI card (Dlink DWL series) is supported by the linux-wlan driver. Check out www.linux-wlan.com and download a driver from ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/

That should work, you're also gonna have to add some wlanctl-ng commands to your startup scripts.
Here's what mine is:
Code:

#/sbin/runscript
start(){
ebegin "Starting wireless network"
wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable
wlanctl-ng wlan0 lnxreq_autojoin ssid=home authtype=opensystem
dhcpcd wlan0
}

Of course do that after you've modprobed prism2_pci (or whatever your driver is). Encryption is a little trickier, but google for it and you should find it.
Back to top
View user's profile Send private message
ronmon
Veteran
Veteran


Joined: 15 Apr 2002
Posts: 1043
Location: Key West, FL

PostPosted: Fri Dec 13, 2002 1:03 am    Post subject: Reply with quote

You can check here to see if your card is supported and if so, what driver it uses.
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