LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 10-09-2004, 02:59 PM   #1
geostone
LQ Newbie
 
Registered: May 2004
Location: Washington, DC metro area
Distribution: openSUSE 10.3
Posts: 19

Rep: Reputation: 0
Belkin F5D6001 v2 pci wlan installation and configuration


My saga continues trying to install the driver and configure this card, so far to no avail!
This version of the Belkin pci card uses the adm8211 chipset.

I installed the driver from aluminum.sourmilk.net/adm8211/

lsmod shows the adm8211 module as installed.

I'm using Suse 9.1, and using Yast to configure the card.

configuration name: wlan0
hardware name: static-0

Under "Kennel module"
module name: orinoco_pci
Wireless settings: managed

When booting the system, the wlan0 module is not loading. After a countdown of 15 seconds, I get "'interface could not be set up" and a "failed" indicator.

I'd sure appreciate any ideas on what else to try!

Thanks!
 
Old 10-10-2004, 06:56 AM   #2
flamingice
Member
 
Registered: Apr 2004
Location: New Jersey
Distribution: LFS
Posts: 85

Rep: Reputation: 15
The module name is not orinoco_pci, it is adm8211, and the network device name it generates start with eth, not wlan. If the adm8211 module is loaded, you should be able to find the name of your wireless card by running iwconfig. Specifying a module name shouldn't even be necessary on modern distros with hotplug installed..
 
Old 10-11-2004, 10:16 AM   #3
geostone
LQ Newbie
 
Registered: May 2004
Location: Washington, DC metro area
Distribution: openSUSE 10.3
Posts: 19

Original Poster
Rep: Reputation: 0
Thanks. I guess the problem is that the driver is not loading. I ran iwconfig and nothing shows up. Also, neither adm8211 nor Belkin come up on the Ethernet card list. Nor do they come up on the Wireless list, either.

Any other suggestions?
 
Old 10-11-2004, 10:32 PM   #4
flamingice
Member
 
Registered: Apr 2004
Location: New Jersey
Distribution: LFS
Posts: 85

Rep: Reputation: 15
Run "modprobe adm8211" to force the driver to load.

Then run "dmesg" to see if the driver loaded properly.

Also, you might want to run "lspci -n", "lspci -v", and post it here to make sure you really have a belkin F5D6001 v2 with an adm8211 chip. (you never know...)

Last edited by flamingice; 10-11-2004 at 10:35 PM.
 
Old 10-13-2004, 09:57 AM   #5
geostone
LQ Newbie
 
Registered: May 2004
Location: Washington, DC metro area
Distribution: openSUSE 10.3
Posts: 19

Original Poster
Rep: Reputation: 0
Thanks for the advice. Well, here's what the system shows. This is a bit past my knowledge of Linux. Not sure what it means! The driver does not seem to load or sho up on the selection lists. Interesting how the card shows up under lspci as a Linksys brand as opposed to Belkin. But the chipset is the right one.

George
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
lspci -n shows
0000:00:00.0 Class 0600: 8086:7190 (rev 03)
0000:00:01.0 Class 0604: 8086:7191 (rev 03)
0000:00:0d.0 Class 0401: 1274:1371 (rev 08)
0000:00:0e.0 Class 0200: 10b7:9200 (rev 74)
0000:00:0f.0 Class 0280: 1317:8201 (rev 11)
0000:00:14.0 Class 0601: 8086:7110 (rev 02)
0000:00:14.1 Class 0101: 8086:7111 (rev 01)
0000:00:14.2 Class 0c03: 8086:7112 (rev 01)
0000:00:14.3 Class 0680: 8086:7113 (rev 02)
0000:01:00.0 Class 0300: 102b:0521 (rev 03)

lspci -v shows:
0000:00:0f.0 Network controller: Linksys ADMtek ADM8211 802.11b Wireless Interface (rev 11)
Subsystem: Accton Technology Corporation: Unknown device 3201
Flags: bus master, medium devsel, latency 66, IRQ 11
I/O ports at 1400
Memory at 42100000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [c0] Power Management version 2


dmesg shows:
adm8211: Copyright 2003, Jouni Malinen <jkmaline@cc.hut.fi>; Copyright 2004, Mic
hael Wu <flamingice@sourmilk.net>
adm8211: release 20041005
PCI: Found IRQ 11 for device 0000:00:0f.0
0000:00:0f.0 (adm8211): EEPROM type 93C46
0000:00:0f.0 (adm8211): RFtype=1 BBPtype=1 Specific BBP=0 Transceiver=0
0000:00:0f.0 (adm8211): Channel range: 1-11
eth1: hwaddr 00:30:bd:e0:d8:31, IRQ 11, Rev 0x11, PCI ID: 0x82011317, mem @0x421
00000 (len=0x400)
PCI: Found IRQ 11 for device 0000:00:0d.0
 
Old 10-13-2004, 02:02 PM   #6
flamingice
Member
 
Registered: Apr 2004
Location: New Jersey
Distribution: LFS
Posts: 85

Rep: Reputation: 15
The interface name is eth1. You need to figure out some way to configure interface eth1. (not wlan0) I suppose under most distributions, you'd add an interface, set the interface name to eth1, etc etc. The driver is correctly loaded, so your problem is distribution specific. The same problem would happen with any other driver not directly supported by SuSE. (can't speak for other distros, they might have their interface detection stuff smarter)
 
Old 11-24-2004, 03:50 PM   #7
geostone
LQ Newbie
 
Registered: May 2004
Location: Washington, DC metro area
Distribution: openSUSE 10.3
Posts: 19

Original Poster
Rep: Reputation: 0
I finally got this to work using ndiswrapper!
 
Old 04-13-2006, 01:05 PM   #8
sitmex
Member
 
Registered: Mar 2004
Location: Guadalajara, Mexico
Distribution: Fedora Core 3
Posts: 30

Rep: Reputation: 15
Question

Quote:
Originally Posted by geostone
... I installed the driver from aluminum.sourmilk.net/adm8211/ ...
Hi; I've also dwonloaded the file but I can't install it so far.

neither make or make install work...

could you please help me on how to install the driver, I'm newbie and really would appreciate the help. Regards Sitmex.

Last edited by sitmex; 04-13-2006 at 01:09 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Suse 9.1 and Belkin F5D6001 v2 pci wlan installation and configuration geostone SUSE / openSUSE 3 03-22-2005 09:14 AM
Belkin F5D6001 Wireless PCI Card problems with linux-wlan and Realtek 8180 Chipset. NLR Linux - Wireless Networking 18 03-03-2005 01:37 PM
Driver installation for Belkin F5D6001 pci wlan card geostone Linux - Wireless Networking 2 09-16-2004 07:54 AM
Belkin F5D6001 Wireless PCI Card problems with linux-wlan and Realtek 8180 Chipset. NLR Linux - Hardware 1 09-02-2004 03:31 PM
SuSE 9.0 with Belkin F5D6001 ver.2 PCI Nasdaq Linux - Hardware 0 01-12-2004 12:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 10:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration