LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-05-2003, 10:25 PM   #16
gatblast45
Member
 
Registered: Aug 2003
Location: United States
Distribution: Mandriva 2006
Posts: 59

Original Poster
Rep: Reputation: 15

(From the berlios website)
Linux Distributions
SuSE 8.2
This distribution contains driver version 0.8. If you've updated to 0.9 or 0.10 and want to use hotplug to handle driver insertion/removal, be sure to replace the entry at76c503 by

at76c503-rfmd at76c503-rfmd-acc at76c503-i3861 at76c503-i3863
in the variable HOTPLUG_USB_NET_MODULES.

Furthermore you cannot configure your device inside yast. You must manually create a /etc/sysconfig/network/ifcfg-wlan0.


--
I have two computers, both with a usb port and mandrake 9.1 or suse 8.2 ... if i could get this to work on suse i'd owe you one huge favor lol
 
Old 10-05-2003, 10:33 PM   #17
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
Wait a minute, how in the world can you have mandrake 9.1 installed without that directory? I have it on a desktop machine that doesn't even have pcmcia slots. What's going on?
 
Old 10-05-2003, 10:37 PM   #18
gatblast45
Member
 
Registered: Aug 2003
Location: United States
Distribution: Mandriva 2006
Posts: 59

Original Poster
Rep: Reputation: 15
i tried that on suse but i got so fed up with mandrake because it keeps locking up that i didnt even get that far

sorry for the confusion
 
Old 10-05-2003, 10:46 PM   #19
gatblast45
Member
 
Registered: Aug 2003
Location: United States
Distribution: Mandriva 2006
Posts: 59

Original Poster
Rep: Reputation: 15
i gotta go but i'll be back tommorow around late afternoon

see i have the free edition of mandrake 9.1 and my graphics card doesnt work and i payed 220$ (thats alot for me..) my system keeps locking up for no reason and all this stuff that i really dont care for.. in other words the reliabilty of suse compared to mandrake for me is almost priceless lol
(take note my parents bought a copy of the pro version for themselves and it works perfect on thier computer but they sorta had me in mind when they got it..)

so anyways im out
thanks for all your help your really doing me a big favor here
:-)
 
Old 10-05-2003, 10:50 PM   #20
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
roger that,
go with suse then, it will be an adventure, the berlios drivers will work for you, I'm sure of it. Sadly, I don't have a clue about where to tell suse about network/wireless settings, so that part is on you, just remember, don't try to iwconfig this device until you give it an ip address.
 
Old 10-06-2003, 06:00 PM   #21
gatblast45
Member
 
Registered: Aug 2003
Location: United States
Distribution: Mandriva 2006
Posts: 59

Original Poster
Rep: Reputation: 15
Okay. I successfully got rid of mandrake and installed slackware in its place on one of my computers (i thought this would be a good alternative to mandrake that you said worked for some other users). I downloaded the berlios driver (version 10) and compiled it with make,make install alright. Now i was curios of what to do next, because the iwconfig tool doesn't say anything about infrastructure modes in its man pages and i'm not sure how to find out my channel. I believe it was six a while ago when i was using windows 98 but i'm not sure if it could change or not. I also i don't know how to give iwconfig a IP address.
Any help please ?
thanks again,
mike
 
Old 10-06-2003, 06:07 PM   #22
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
Hey,
Unless you or someone intentionally changed the channel, it should still be the same. First, you've got to see if the driver is loaded with lsmod, if it's not then you've got to use modprobe <drivername> to load it, once you see it listed in lsmod, then do ifconfig -a, this should show it's device name, eth0, or maybe wlan0, we'll use eth0 as it's name for now. Then do ifconfig eth0 10.0.0.1, this gives it a temporary ip address. Then do iwconfig eth0 mode managed channel 6 rate 11M key off essid any, if you have a wep key, use it in place of "off".
 
Old 10-06-2003, 06:13 PM   #23
gatblast45
Member
 
Registered: Aug 2003
Location: United States
Distribution: Mandriva 2006
Posts: 59

Original Poster
Rep: Reputation: 15
i saw it loaded like in the readme file for the driver and that seemed ok (unless the values between the two text strings were supposed to be the exact same as the ones they had..? w/e ) but its wierd because i did ifconfig -a and it didn't list wlan0 or aynthing else.
 
Old 10-06-2003, 06:17 PM   #24
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
So, lsmod shows at76c503-something loaded, but you have nothing besides "lo" listed on ifconfig -a?
 
Old 10-06-2003, 06:18 PM   #25
gatblast45
Member
 
Registered: Aug 2003
Location: United States
Distribution: Mandriva 2006
Posts: 59

Original Poster
Rep: Reputation: 15
yep
 
Old 10-06-2003, 06:21 PM   #26
gatblast45
Member
 
Registered: Aug 2003
Location: United States
Distribution: Mandriva 2006
Posts: 59

Original Poster
Rep: Reputation: 15
iwconfig shows wlan0 though (with ad-hoc, frequencies n all that)
 
Old 10-06-2003, 06:49 PM   #27
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
Ok, so far so good. Next:
1. ifconfig wlan0 10.0.0.1
2. iwconfig wlan0 mode managed rate 11M essid any
3. ping -c 4 <ip address of your router, like 192.168.1.1>
4. dhcpcd -d wlan0
5. ifconfig wlan0, see if ip address is right
 
Old 10-06-2003, 07:03 PM   #28
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
going to dinner, back in a few...
 
Old 10-07-2003, 05:41 PM   #29
gatblast45
Member
 
Registered: Aug 2003
Location: United States
Distribution: Mandriva 2006
Posts: 59

Original Poster
Rep: Reputation: 15
Well, i'm happy to say i got my internet goin on slackware.
I found the magic command for me was dhcpcd -d wlan0
My internet wouldn't connect on startup untill i added that command along with the iwconfig and ifconfig in /etc/rc.d/rc.local file

My next job's to get my NVidia GeForce4 Ti42000 to do 3d :-)

THANKS AKABEAVIS I OWE YOU ALOT FOR ALL THE TIME AND HELP YOU'VE GIVEN ME!

for real tho u did do me a big favor so now i owe u one too

thanks
 
Old 10-07-2003, 05:53 PM   #30
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
Cool, glad you got that bugger working
Are you running Slack 9.0 or 9.1?
 
  


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
Help with linksys wusb11 ver 2.6 voteforpedro8 Mandriva 3 01-27-2005 11:17 AM
Linksys WUSB11 Ver 3 and Redhat 9? jonesjw Linux - Wireless Networking 0 11-16-2004 11:41 PM
FC2 Locks up with Linksys WUSB11 Ver. 2.8 Ducl Linux - Wireless Networking 5 09-20-2004 03:55 PM
linksys wusb11 ver. 2.6 PlatinumRik Linux - Hardware 4 12-03-2003 02:47 PM
Linksys wusb11 ver 2.6 wireless ematrixxx Linux - Wireless Networking 77 09-26-2003 05:48 PM

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

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