LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
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
 
LinkBack Search this Thread
Old 02-11-2008, 06:40 PM   #1
HackTidus
Member
 
Registered: May 2007
Location: Spain
Distribution: Kubuntu 11.04 and FreeBSD
Posts: 44

Rep: Reputation: 16
Trouble installing a wireless card


--Using Fedora Core 6--

I currently own a DWL-122 USB (prism 2) wi-fi card which is compatible with the wlan-ng 0.28 drivers (at least, that's what the compatibility list says), i've downloaded the drivers, and run a ./Configure a make and a make install on them, but still don't know how to use it, i've tried to add a new wireless net interface on the net configuration, but the DWL isn't displayed, maybe I missed some steps on the installing process, could someone tell me how to install the drivers and enable the card? It would be a great help...

Thanks in advance!
 
Old 02-11-2008, 08:33 PM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 56
The card is compatible with the orinoco / orinoco_cs driver which is already part of the kernel, for example;

$ locate orinoco
/lib/modules/2.6.18-53.1.6.el5/kernel/drivers/net/wireless/orinoco.ko
/lib/modules/2.6.18-53.1.6.el5/kernel/drivers/net/wireless/orinoco_cs.ko



You will need to have isl3890 firmware in the /lib/firmware directory, for example;
$ ls -al /lib/firmware/isl3890
-rw-r--r-- 1 lenard lenard 93996 Dec 11 2006 /lib/firmware/isl3890
 
Old 02-12-2008, 12:55 AM   #3
sadarax
Member
 
Registered: Sep 2005
Distribution: Ubuntu
Posts: 244

Rep: Reputation: 30
Do you know where I could get good working firmware for this? I found a bunch of links to Mac OS X firmware downloads, but all of them had subsequent posts about the downloads not being good.
 
Old 02-12-2008, 06:06 AM   #4
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 56
Since this is a USB interface visit: http://jbnote.free.fr/prism54usb/index.html follow the link;
please manually goto the firmware directory.

Also see; http://jbnote.free.fr/prism54usb/index.html
 
Old 02-12-2008, 07:50 AM   #5
HackTidus
Member
 
Registered: May 2007
Location: Spain
Distribution: Kubuntu 11.04 and FreeBSD
Posts: 44

Original Poster
Rep: Reputation: 16
dont know much about those drivers, could you give me more exact instructions? i'd be really nice

Thanks in advance?
 
Old 02-12-2008, 07:52 AM   #6
HackTidus
Member
 
Registered: May 2007
Location: Spain
Distribution: Kubuntu 11.04 and FreeBSD
Posts: 44

Original Poster
Rep: Reputation: 16
besides, the prisusb driver is compatible with the DWL-G122, i own the DWL-122 which is a different version
 
Old 02-12-2008, 07:52 AM   #7
HackTidus
Member
 
Registered: May 2007
Location: Spain
Distribution: Kubuntu 11.04 and FreeBSD
Posts: 44

Original Poster
Rep: Reputation: 16
prism54usb i meant
 
Old 02-12-2008, 08:21 AM   #8
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 56
Then as a suggestion use the Windows XP driver and dkms-ndiswrapper from freshrpms.net;

rpm -ivh http://ftp.freshrpms.net/pub/freshrp....fc.noarch.rpm

yum install dkms-ndiswrapper --enablerepo=freshrpms

Also see: http://ndiswrapper.sourceforge.net/j...3/id,list_c-f/
 
Old 02-12-2008, 11:24 AM   #9
HackTidus
Member
 
Registered: May 2007
Location: Spain
Distribution: Kubuntu 11.04 and FreeBSD
Posts: 44

Original Poster
Rep: Reputation: 16
thanks, i'll give it a shot and see if it works
 
Old 02-12-2008, 12:00 PM   #10
HackTidus
Member
 
Registered: May 2007
Location: Spain
Distribution: Kubuntu 11.04 and FreeBSD
Posts: 44

Original Poster
Rep: Reputation: 16
i've successfully installed the windows drivers with the version specified, done a modprobe, but it doesn't detect my card on the net interfaces screen, any ideas?
 
Old 02-12-2008, 12:17 PM   #11
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 56
Have you setup the alias in /etc/modprobe.conf?? alias wlan0 ndiswrapper
Do you have a file named ifcfg-wlan0 in the /etc/sysconfig/network-scripts directory???
Example file;
Code:
TYPE=Wireless
DEVICE=wlan0
HWADDR=
BOOTPROTO=dhcp
DHCP_HOSTNAME=
IPADDR=
NETMASK=
DOMAIN=
ONBOOT=yes
USERCTL=yes
IPV6INIT=no
PEERDNS=yes
ESSID=
CHANNEL=
MODE=
RATE=
 
Old 02-12-2008, 01:07 PM   #12
HackTidus
Member
 
Registered: May 2007
Location: Spain
Distribution: Kubuntu 11.04 and FreeBSD
Posts: 44

Original Poster
Rep: Reputation: 16
done the alias thing and seems to work

thank Lenard!
 
Old 02-12-2008, 01:12 PM   #13
HackTidus
Member
 
Registered: May 2007
Location: Spain
Distribution: Kubuntu 11.04 and FreeBSD
Posts: 44

Original Poster
Rep: Reputation: 16
no, still doesnt work

i see the hardware and i've set up a network interface named wlan0, but when I type iwconfig, doesnt detect any wireless interfaces...

the file you told me before is missing
 
Old 02-12-2008, 01:28 PM   #14
HackTidus
Member
 
Registered: May 2007
Location: Spain
Distribution: Kubuntu 11.04 and FreeBSD
Posts: 44

Original Poster
Rep: Reputation: 16
i've spotted that file finally, the hardware adress is set to 00:00:00:00:00:00 which doesn't seem quite regular, how can I know my actual hw adress?
 
Old 02-12-2008, 02:45 PM   #15
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 56
Check the var/log/messages file, look for the ndiswrapper lines;
Example;
Code:
Feb 11 21:09:30 Aspire5100 kernel: ndiswrapper version 1.51 loaded (smp=no, preempt=no)
Feb 11 21:09:30 Aspire5100 kernel: ndiswrapper (link_pe_images:576): fixing KI_USER_SHARED_DATA address in the driver
Feb 11 21:09:30 Aspire5100 kernel: ndiswrapper: driver bcmwl5 (Broadcom,02/11/2005, 3.100.64.0) loaded
Feb 11 21:09:30 Aspire5100 kernel: ACPI: PCI Interrupt 0000:06:02.0[A] -> GSI 22 (level, low) -> IRQ 22
Feb 11 21:09:30 Aspire5100 kernel: ndiswrapper: using IRQ 22
Feb 11 21:09:31 Aspire5100 kernel: wlan0: ethernet device 00:14:a4:36:13:09 using NDIS driver: bcmwl5, version: 0x364400a, NDIS version: 0x501, vendor: 'NDIS Network Adapter', 14E4:4318.5.conf
Feb 11 21:09:31 Aspire5100 kernel: wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
It should be listed on the device itself also.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble installing ndiswrapper in Ubuntu 7.04 Broadcom Wireless Card dylan623 Linux - Newbie 5 05-06-2007 12:04 AM
Trouble configuring / installing wireless card Tresmius Linux - Wireless Networking 2 03-11-2007 06:20 PM
*sigh* trouble installing wireless card in xubuntu jessehclark Linux - Wireless Networking 8 08-04-2006 09:01 AM
Trouble installing DWL-G510 wireless card kahlil88 Linux - Hardware 4 04-13-2006 10:23 PM
trouble installing realtek 8180L wireless card Kilahchris Linux - Hardware 5 05-06-2004 01:01 AM


All times are GMT -5. The time now is 08:03 AM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration