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 09-03-2005, 03:49 AM   #1
lowlifeish
Member
 
Registered: Oct 2002
Location: San Francisco, CA
Distribution: redhat
Posts: 50

Rep: Reputation: 16
D-Link DWL-G630 with only Knoppix


Hi,

I have a laptop from work here at home. I cannot touch any of the data on the disk. As a result, I am using Knoppix to be able to use this laptop.

The laptop does not have a wireless card installed, so I purchased a D-Link DWL-G630 from Best Buy. When I boot Knoppix 3.9, it appears that it detects the PCMCIA card. Here is the appropriate output from dmesg:


ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
ath0: mac 7.8 phy 4.5 radio 5.6
ath0: 802.11 address: 00:13:46:13:0e:c3
ath0: Use hw queue 0 for WME_AC_BE traffic
ath0: Use hw queue 1 for WME_AC_BK traffic
ath0: Use hw queue 2 for WME_AC_VI traffic
ath0: Use hw queue 3 for WME_AC_VO traffic
ath0: Atheros 5212: mem=0x20800000, irq=5


Moreover, I have setup my wireless router to use WPA PSK. To access the network I have used the wpa_supplicant package on the CD. However, I get the following error:

ioctl[SIOCSIWPMKSA]: Operation not supported
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
Failed to enable WPA in the driver.
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
Failed to disable WPA in the driver.
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported

My configuration file is:

network = {
ssid="qshot"
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
psk="password"
}




Has Knoppix found the wrong driver? If so, what driver should I be using? How can I get this working? Should I return this wireless card and get another?

Thanks for any tips. I have been struggling to get wireless working for about a week now.
 
Old 09-03-2005, 08:26 AM   #2
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
I think D-Link used more than one chipset in that card, so we need to identify which chipset it is. I think the output of cardctl ident should help.
 
Old 09-03-2005, 01:13 PM   #3
lowlifeish
Member
 
Registered: Oct 2002
Location: San Francisco, CA
Distribution: redhat
Posts: 50

Original Poster
Rep: Reputation: 16
This is the output of the command:

knoppix@0[knoppix]$ cardctl ident
Socket 0:
product info: "Atheros Communications, Inc.", "AR5001-0000-0000", "Wireless LAN Reference Card", "00"
manfid: 0x0271, 0x0012
function: 6 (network)

So it looks like it is using the correct wireless module. What's my next step? I can't get past these barrage of errors.
 
Old 09-04-2005, 08:07 AM   #4
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
I did a bit of googling, and the only thing I can come up with is that WPA support must not have been compilied into the Prism drivers in Knoppix. If you google on the ioctl error you'll find other people (with other cards) having the same problem and that seems to be the general trend.

At this point I would suggest trying another live CD distro and see if that can handle WPA.
 
Old 09-04-2005, 12:14 PM   #5
lowlifeish
Member
 
Registered: Oct 2002
Location: San Francisco, CA
Distribution: redhat
Posts: 50

Original Poster
Rep: Reputation: 16
Smile

OK. Thanks for your research. I am having trouble digesting all of this new terminology and software. I will try some other LiveCD distributions to see if I can get it to work. Thanks again.
 
Old 09-28-2005, 03:08 PM   #6
eantoranz
Senior Member
 
Registered: Apr 2003
Location: Costa Rica
Distribution: Kubuntu, Debian, Knoppix
Posts: 2,092
Blog Entries: 1

Rep: Reputation: 90
So... did you make it work?
 
Old 10-09-2005, 12:44 AM   #7
anakrich
LQ Newbie
 
Registered: Oct 2005
Posts: 1

Rep: Reputation: 0
DWL G630 Worked in SuSe 9.2 Pro

Hi,
Its been 5 days since I started using Linux. I installed Fedora core 4 only to find that it was extremely unstable and froze when I tried to use ndiswrapper to configure my wireless DWL G630 revision C card. I installed SuSe 9.2 pro on my HP pavilion laptop. Everything worked except my PCMCIA D-Link DWL G630 card. When I read in the forums about this card and native linux drivers I was pissed off and decided to figure out a way to make it work.
I used the Win XP drivers with an ndiswrapper and proceeded in the same way as described in soundforge mad wifi project site.
Sadly this was not enough. The card did not acquire the IP from the router (No WEP). The funny part was when I used rcnetwork to restart the device, it would say No Configuration Found for Wlan0. I saw in the /etc/sysconfig/network that there was a configuration file called ipcfg-wlan-pcmcia or close to that. I added a Persistent_Name statement to see if there was any change when I used ifconfig or iwconfig or rcnetwork commands. But looked like the configuration file was not associated with this card.
I went through many forums to see what their wireless configuration file's name was. I copied the configuration file to ifcfg-wlan0.
Then the Persistent_Name statement took effect. It means the configuration file was read. Next I just used rcnetwork to up the card. With ifconfig I was able to see that it actually acquired the IP address from the G-router.
Cool, ndiswrapper is great.Kudos....

Anakrich
 
  


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
D-Link DWL-G630 v. C2 can't connect to AP PhoenixofMT Linux - Wireless Networking 2 05-27-2006 10:25 PM
Dwl-g630 th3k0r3 Linux - Wireless Networking 1 10-21-2005 10:07 PM
Inspiron 8000 + D-Link DWL-G650 + Airport Extreme + Knoppix 3.7 = No Internet...Help? ambersatt Linux - Wireless Networking 2 03-28-2005 10:33 PM
D-Link DWL-G630 loses access point -- ndiswrapper 0.12, Fedora Core 3 hotroge Linux - Wireless Networking 1 01-15-2005 01:54 PM
Problems with D-Link DWL-G630 and Slackware 10.0 DDRJeffP Linux - Wireless Networking 0 12-20-2004 07:15 PM

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

All times are GMT -5. The time now is 07:23 PM.

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