LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 01-16-2004, 04:59 PM   #1
Astro
Member
 
Registered: Jan 2003
Location: Ballston Lake, NY
Distribution: Slackware, Debian
Posts: 665

Rep: Reputation: 30
Post acx100 and Dlink DWL650+ in Slackware


Seems like I can't get my wireless drivers to work correctly in slackware. I've had the card working before so I know it works in this setup... I just don't remember how. I set it up using the house of craig tutorial. When I boot up with the wireless adapter in the cardbus it locks up right around when it finds the card in the slot. I'm not sure how to remedy this issue, and like I said I got it working before. I installed the module the same as I have many times and it still does the same thing.

It's really odd however... sometimes the card manager recognizes the card an other times it doesn't. Theres no definite way that I have found so far to make the card show on boot. I'm really lost as to what to do with this. Any suggestions would be great, I can post whatever info you need. Thanks.
 
Old 01-16-2004, 05:22 PM   #2
Astro
Member
 
Registered: Jan 2003
Location: Ballston Lake, NY
Distribution: Slackware, Debian
Posts: 665

Original Poster
Rep: Reputation: 30
Ok, heres an addition.... it seems that the cardmgr RANDOMLY decides to find my card sometimes.... other times no.. It _does not_ always lock up on boot now. However it will lock up randomly in the OS if I put the card in or out. cardctl info shows no info about the card, but if it loads right it might show the info. The odd thing is if I were to load the card into another laptop it loads fine. If I were to load another card into this laptop it loads fine. So neither the card or the socket are bad as far as I can tell.
 
Old 01-16-2004, 05:59 PM   #3
Astro
Member
 
Registered: Jan 2003
Location: Ballston Lake, NY
Distribution: Slackware, Debian
Posts: 665

Original Poster
Rep: Reputation: 30
Ok I finally got the card recognized...

Code:
bash-2.05b# cardctl status
Socket 0:
  3.3V CardBus card
  function 0: [ready]
bash-2.05b# cardctl info  
PRODID_1="Wireless Network CardBus PC Card"
PRODID_2="Global"
PRODID_3=""
PRODID_4=""
MANFID=ff17,ffff
FUNCID=255
Now heres what I get when I run the ./start_net script in the acx100/scripts dir...
verbose mode on.. for better diag.

Code:
bash-2.05b# ./start_net 
+ echo 8
+ /bin/sync
+ sleep 1
++ lsmod
++ grep acx100_pci
+ [[ -n '' ]]
+ /sbin/insmod /lib/modules/2.4.24/kernel/drivers/net/acx100_pci.o debug=0xb firmware_dir=/lib/modules/acx100_fmwe
/lib/modules/2.4.24/kernel/drivers/net/acx100_pci.o: init_module: No such device
/lib/modules/2.4.24/kernel/drivers/net/acx100_pci.o: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
      You may find more information in syslog or the output from dmesg
+ [[ 1 == 0 ]]
+ echo 'Error while inserting module! Bailing...'
Error while inserting module! Bailing...
+ exit 1

and... dmesg states this....
Code:
acx100: It looks like you were coaxed into buying a wireless network card
acx100: that uses the mysterious ACX100 chip from Texas Instruments.
acx100: You should better have bought e.g. a PRISM(R) chipset based card,
acx100: since that would mean REAL vendor Linux support.
acx100: Given this info, it's plain evident that this driver is EXPERIMENTAL,
acx100: thus your mileage may vary. Visit http://acx100.sf.net for support.
acx100_init_module: TI acx100_pci.o: Ver 0.2.0pre6 Loaded
I hope thats some help...
 
Old 01-17-2004, 11:40 AM   #4
Astro
Member
 
Registered: Jan 2003
Location: Ballston Lake, NY
Distribution: Slackware, Debian
Posts: 665

Original Poster
Rep: Reputation: 30
You've gotta be joking me that noone has any idea about this.... I've seen posts in the past but none have been resolved. Did I post this in the wrong forum?
 
Old 01-17-2004, 12:46 PM   #5
Astro
Member
 
Registered: Jan 2003
Location: Ballston Lake, NY
Distribution: Slackware, Debian
Posts: 665

Original Poster
Rep: Reputation: 30
Ok yet ANOTHER update on this..... after leaving the laptop sitting over night off, and turning it on it finds the wireless adapter each time now...

Code:
bash-2.05b# cardctl info
PRODID_1="Wireless Network CardBus PC Card"
PRODID_2="Global"
PRODID_3=""
PRODID_4=""
MANFID=ff17,ffff
FUNCID=255
So now that thats there lets try to load the module for it. If I run the ./start_net script that came with the acx100 modules.... it freezes... any ideas why it freezes? Once the module did load one time and I went to dhcpcd -t 10 wlan0 it froze doing that as well...


UPDATE: I can sucessfully load the module on boot, it picks it up most times and loads it. iwconfig sees the card, but for some reason doesn't see an access point though there are about 3 of them in plain view as I type this and they are on cause there guys out in the lobby using them. So it seems to be the issue of when I run dhcpcd on the card it locks up and I have to reboot.

Last edited by Astro; 01-17-2004 at 01:05 PM.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
The DWL650+ card (acx100) works only when the mouse moves Julianus Linux - Wireless Networking 4 06-15-2004 06:01 AM
DWL650+ (acx100) works when mouse is moving Julianus Linux - Networking 1 04-16-2004 01:29 PM
DLink DWL650 on SuSE 9.0 hgadgil Linux - Laptop and Netbook 2 12-10-2003 12:07 PM
Recommended distribution for using a DWL650+ (ACX100) on an old 486 laptop isewell Linux - Networking 4 12-01-2003 02:59 AM
Does anyone have a Dlink DWL650+ (axc100)working moosedaddy Linux - Laptop and Netbook 15 08-08-2003 06:50 PM

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

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