LinuxQuestions.org
Review your favorite Linux distribution.
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 08-22-2002, 06:52 PM   #46
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72

/sbin/lsmod

will list what modules you have loaded. iwconfig doesn't give a reading until you have brought up the wireless card AND given it an ipaddress unless you implictly define the eth device:

iwconfig eth0

But that's probably your built in ethernet if you have it, if not that might just very well be the wireless card.

Cheers,

Finegan
 
Old 08-22-2002, 07:39 PM   #47
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Rep: Reputation: 30
Finegan, this must be the 999th guy you're walking through( I know cuz I'm one). I wonder what the source of your never-ending inspiration is!! Whatever it is, I admire it. Rock on, dude.
 
Old 08-22-2002, 07:41 PM   #48
p3n1x
LQ Newbie
 
Registered: Aug 2002
Distribution: FreeBSD
Posts: 24

Rep: Reputation: 15
yes, eth0 is my built in ethernet
and when i do a lsmod from the sbin dir, it just comes up with module size used by not tainted, but nothing following underneath those, and no listing...

if indeded it is there and installed whatnot, how would i bring it up, and configure it? but i dont see how i would bring it up if its not showing on my ethernet devices, but my pcmcia socket shows its ther...im still lost LOL
 
Old 08-27-2002, 03:12 PM   #49
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Ah, whoops, I lost track of the replies from this thread for nearly a week... that's never happened before, sorry dude.

Okay, it seems you have built EVERYTHING into your new kernel, nothing as loadable modules... this is going to be weird.

With the card in, what is the output of:

ifconfig -a

That'll list everything that is a valid ethernet device, hopefully you'll have 3 entries, one for the loopback device, lo, one for the onboard ethernet, eth0 and one for the wireless card, eth1. If you have an eth1:

ifconfig eth1 192.168.0.1 up (BS ip address for now)
iwconfig eth1 essid nameofsomenetwork
iwconfig eth1 mode managed
iwconfig

The last command should show you whether you've got anything going on... if you do, rockin.

If you have no modules in lsmod, no eth0 device, you've compiled all the pcmcia support into the kernel, and cardmgr doesn't know how to bind anything in there so...

re-compile the kernel, or, if you still have it, use the stock 2.4.18 and modules that shipped with RH 7.3. Its really just a matter of d/l a patch from here called hermes.conf, sticking it in /etc/pcmcia so that cardmgr reads it on a card stab and it'll bind the kernel module orinoco_cs to your card, and then things should work.

Cheers,

Finegan
 
Old 09-14-2002, 09:32 PM   #50
FreakboY
Member
 
Registered: Jun 2002
Location: TX, USA
Distribution: Slackware
Posts: 385

Original Poster
Rep: Reputation: 32
D-Link DWL-520+

Finegan:
thanx for all your help and support and the previous posts...

but i still need help with the
D-LINK DWL-520+

Here is what i did:

downloaded the orinoco drivers "orinoco-0.13beta1"
- untar
- make
- make install

no problems found!!!

After that i did:

[root@localhost root]# modprobe hermes
[root@localhost root]# modprobe orinoco
[root@localhost root]# modprobe orinoco_pci
/lib/modules/2.4.18-3/kernel/drivers/net/wireless/orinoco_pci.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
/lib/modules/2.4.18-3/kernel/drivers/net/wireless/orinoco_pci.o: insmod /lib/modules/2.4.18-3/kernel/drivers/net/wireless/orinoco_pci.o failed
/lib/modules/2.4.18-3/kernel/drivers/net/wireless/orinoco_pci.o: insmod orinoco_pci failed

thats what i get...
I don't know what else to do!
what should i do next!??

thanx!

Sarin:
Did u get your card to work!??

laterz...

Last edited by FreakboY; 09-14-2002 at 09:38 PM.
 
Old 09-15-2002, 02:02 AM   #51
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Okay, sorry mate, but I've got bad news:

D-Link is now at the top of my @#^%-list.

D-link has the tendancy to add a single character onto the existing product number of a supported chipset, but that single character denotes an entirely different chipset. This is annoying as hell.

The following are Linux supported devices produced by D-Link and their chipsets:

DWL-520, Prism 2 or maybe a 2.5 chipset, I think they may have switched up chipsets without rev-ing the product number.
(covered by the linux-wlan project, the host_ap project, and the orinoco drivers)

DWL-650, ditto from above.

Possibly:

The DWL-650H, I think is the Prism3 flavor of the 650... but there's no literature, PDF, info page or whatever on Dlink's site to let me know either way. If so, it could probably be covered by all 3 of the above projects with a little hand hacking.

NOT CURRENTLY SUPPORTED:

DWL-650+
DWL-520+
(These are both Texas Instruments chipsets that rely on software to boost speed to a minute and only bursting 22M/bit rate. TI is very cagey about releasing specs, and with no info, there is very little likely possibility of support from Linux Driver developers... its hard to support something by peek and poke at values... look at current NTFS support for an idea of the monolithic aspect of the task.)

DWL-A520
DWL-A650

(These are both 802.11a cards, run in the 5Ghz range, and are not at all compatible in any way with an 802.11b router. There is support for their chipset, which I think is an Agere offhand, but the only driver is in an alpha stage and DOES NOT WORK yet.)


All of this can be gleaned from a careful reading of Jean's page .

Also, if you doubt that the DWL-520+ is a TI chipset, you can check with a simple: "/sbin/lspci"

Sorry for the bad news. I plastered the whole thing up there mostly so if anyone else searches they'll know to hold off. When the Prism cards hit the market, I was right there and got them to work with the beta drivers and hated it, and juggled gear and finally got together orinoco kit. Now a lot of people are going to buy obnoxious TI kit and be stuffed for support.

Luck,

Finegan

Last edited by finegan; 09-15-2002 at 02:06 AM.
 
Old 09-15-2002, 03:59 PM   #52
FreakboY
Member
 
Registered: Jun 2002
Location: TX, USA
Distribution: Slackware
Posts: 385

Original Poster
Rep: Reputation: 32
well... thanx!
 
Old 11-01-2002, 03:10 AM   #53
aaurel
LQ Newbie
 
Registered: Nov 2002
Posts: 2

Rep: Reputation: 0
Hi i'm new in this forum, and i'm a begginer in linux.
Here is my problem: i have a wireless pci card WMP11, and i don't know how to doit to work.
I want to set her to work as AP client.....i have install "hostap" and "wireless tools".......next i don't know what to do.

i try iwconfig .....no error
ifconfig eth0 ----- show me the ip........
ifconfig wlan0 ----- device not found
iwconfig eth0 ----- no wireless extension
iwconfig eth1 ----- no such device
iwconfig wlan0 ----- no such device


Please help me.

Aurel.
 
Old 11-01-2002, 03:23 AM   #54
aaurel
LQ Newbie
 
Registered: Nov 2002
Posts: 2

Rep: Reputation: 0
Look here:


ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:07:95:C8:27:08
inet addr:193.231.247.102 Bcast:193.231.247.111 Mask:255.255.255.240
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2860 errors:0 dropped:0 overruns:0 frame:0
TX packets:1283 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1490645 (1.4 Mb) TX bytes:169087 (165.1 Kb)
Interrupt:10 Base address:0xd400
ifconfig eth1
eth1: error fetching interface information: Device not found
iwconfig eth0
eth0 no wireless extensions.
bash-2.05a# iwconfig eth1
eth1 No such device


What can i do?

Aurel
 
  


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
wireless problems; Broadcom 802.11G Mini PCI Wireless with redhat WS surfbass Linux - Laptop and Netbook 1 12-17-2004 12:48 PM
Wireless issue with redhat 9 rascal2003 Linux - Newbie 2 11-24-2003 11:07 AM
cant get wireless with RedHat 9 mitmit Linux - Wireless Networking 1 10-11-2003 05:06 PM
Wireless Card and Redhat 9 punker22 Linux - Wireless Networking 3 09-22-2003 04:24 PM
wireless on redhat 8.0 jgeddes Linux - Wireless Networking 0 04-09-2003 10:49 PM

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

All times are GMT -5. The time now is 09:15 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