 |
 |
 |
 |
| Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc. |

20th May 2004, 01:50 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 6

|
|
|
wusb11 working in FC2?
It worked fine in FC1, but I failed miserably in trying to get my wusb11 v2.6 working in FC2 Test 1,2,3. Anyone have it working in the final?
It uses the atmel at76c503a driver available at:
http://at76c503a.berlios.de/
and packaged at
http://www.thekelleys.org.uk/atmel
thanks
Last edited by kenlin; 20th May 2004 at 03:49 PM.
|

21st May 2004, 01:59 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 6

|
|
|
I tried this out on an extra desktop at work and it still doesn't work. It can see that a usb device was inserted, but has no idea what it is.
This is frustrating, because it worked great in FC1. Guess I'll stick with SuSE.
|

23rd May 2004, 02:19 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 6

|
|
well, I came across this today. Looks like someone has packaged the berlios drivers for FC2. I'll try them on my spare desktop on Monday and report the results here.
http://www.niemueller.de/projects/ex...kage=at76c503a
Since no one has responded to this thread, maybe no one cares, but, I'll report my results anyway.
|

23rd May 2004, 02:48 PM
|
|
Registered User
|
|
Join Date: May 2004
Location: Alabama, USA
Age: 31
Posts: 19

|
|
|
kenlin, I'm very interested in your results. I could never get my wusb11 to work in FC1 or RH9. Please let me know how it goes!
|

24th May 2004, 03:29 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 6

|
|
|
Bad news. I installed the rpm on my laptop, inserted the adapter, and my machine locked up tight. Had to power it off. Only way it will boot into fedora is with the adapter unplugged.
|

15th July 2004, 07:17 PM
|
|
Registered User
|
|
Join Date: Jul 2004
Posts: 17

|
|
Quote:
|
Originally Posted by kenlin
well, I came across this today. Looks like someone has packaged the berlios drivers for FC2. I'll try them on my spare desktop on Monday and report the results here.
http://www.niemueller.de/projects/ex...kage=at76c503a
Since no one has responded to this thread, maybe no one cares, but, I'll report my results anyway. 
|
I've tried drivers from this site before, and it worked on my RH9. Although I was doing it blindly, I don't know what I did before to get it working. I can't repeat the same thing right now. I've successfully installed the driver right now without any fuss, for fedora core 2, but I don't know what to do next. (using rpm) Do I do a modprobe? I don't know how to verify whether my hotplug is working. I've got another lan on the PC which is assigned as eth0. How do I do a modprobe for the driver of this WUSB11? Any help will be appreciated.
|

16th July 2004, 08:00 AM
|
|
Registered User
|
|
Join Date: Jul 2004
Location: Edinburgh
Posts: 205

|
|
|
you can do a modprobe as root in the terminal
you type modprobe MODULENAME to load up the module. If you want the module to load on startup, you can edit /etc/modules.conf and add the module name in.
To see if a hotplug has worked, type dmesg after plugging something in. This should (hopefully) show some recognition of the device at the bottom of the list.
EDIT:
at76c503a-0.12beta11_2.6.5_1.358-tn2.i386.rpm
I got that package and tried it the other day on FC2 - it locked the system. I tried it today on SuSE 9.1 personal and it works fine! I think that for proper support for USB in fedora, we are gonna have to wait for FC3!
__________________
d3viant
Last edited by d3viant; 16th July 2004 at 08:03 AM.
|

16th July 2004, 05:27 PM
|
|
Registered User
|
|
Join Date: Jul 2004
Posts: 17

|
|
Quote:
|
Originally Posted by d3viant
you can do a modprobe as root in the terminal
you type modprobe MODULENAME to load up the module. If you want the module to load on startup, you can edit /etc/modules.conf and add the module name in.
To see if a hotplug has worked, type dmesg after plugging something in. This should (hopefully) show some recognition of the device at the bottom of the list.
EDIT:
at76c503a-0.12beta11_2.6.5_1.358-tn2.i386.rpm
I got that package and tried it the other day on FC2 - it locked the system. I tried it today on SuSE 9.1 personal and it works fine! I think that for proper support for USB in fedora, we are gonna have to wait for FC3!
|
which part of the driver is called the modulename? at76c503a-0.12beta11_2.6.5_1.358-tn2 ??? or do I modprobe at76c* only?
Will try it tonight.  TNX
|

16th July 2004, 09:01 PM
|
|
Registered User
|
|
Join Date: Jul 2004
Location: Edinburgh
Posts: 205

|
|
|
I think the module is called "at76c503" so you type modprobe at76c503 also modprobe at76c503_rfmd just to be safe! Then you unplug and plug in your device again and you should see something in dmesg.
EDIT FROM LAST POST: sorry, if you want modules to load on startup, you edit /etc/modprobe NOT /etc/modules.conf!
__________________
d3viant
|

17th July 2004, 11:20 PM
|
|
Registered User
|
|
Join Date: Jul 2004
Posts: 17

|
|
Quote:
|
Originally Posted by d3viant
I think the module is called "at76c503" so you type modprobe at76c503 also modprobe at76c503_rfmd just to be safe! Then you unplug and plug in your device again and you should see something in dmesg.
EDIT FROM LAST POST: sorry, if you want modules to load on startup, you edit /etc/modprobe NOT /etc/modules.conf!
|
Thanks for your help. I tried the commands you said, and it seems that the driver is installed, but I can't get it loaded. I finally tried the latest CVS as stated on the link above, and I get it working. I can ping the access point, but I don't know how to assign a DNS for the lan card using ifconfig command. Can I request for your help once again ?
|

18th July 2004, 01:28 AM
|
|
Registered User
|
|
Join Date: Jul 2004
Location: Edinburgh
Posts: 205

|
|
|
Ok, I THINK you assign a DNS name using the command iwconfig nick DNSNAME. I havent got a second pc that can actually see linux at the moment, so Im not sure if that works! If it doesnt, I think that there is an option somewhere in Fedoras system-config-network to assign a DNS name. Hopefully, that name would count for all outgoing connections. Try it out and post back!
__________________
d3viant
|

18th July 2004, 04:22 AM
|
|
Registered User
|
|
Join Date: Feb 2004
Location: Winter Garden, FL USA
Age: 37
Posts: 14

|
|
Use the HostAP utils from ATRpms.net
http://www.atrpms.net/dist/fc2/hostap-utils/
It will provide your desired functionality as well as "extra" functions for wireless bridging and access point usage.
__________________
----Michael
|

18th July 2004, 04:02 PM
|
|
Registered User
|
|
Join Date: Jul 2004
Posts: 17

|
|
Quote:
|
Originally Posted by d3viant
Ok, I THINK you assign a DNS name using the command iwconfig nick DNSNAME. I havent got a second pc that can actually see linux at the moment, so Im not sure if that works! If it doesnt, I think that there is an option somewhere in Fedoras system-config-network to assign a DNS name. Hopefully, that name would count for all outgoing connections. Try it out and post back!
|
tried /sbin/iwconfig wlan0 202.57.96.4 <----- being my nic name and dns server, but says unrecognised wireless request. System Tools/ Network Device control has an interface to change the dns on NICs. I have an eth0 device wherein I can cnange the DNS server, but since the wireless Linksys WUSB11 isn't supported, and I added the drivers manually, it isn't listed in the devices. So I don't have any way to change it's DNS. Any other ideas?
Thanks.
|

18th July 2004, 04:04 PM
|
|
Registered User
|
|
Join Date: Jul 2004
Posts: 17

|
|
Quote:
|
Originally Posted by mpsii
|
Is this a different driver from the one provided by http://at76c503a.berlios.de/ ? Would it be as easy to install as the driver by berlios? Will it be easier to configure? Or is this just an administration tool for the already installed driver from berlios?
Thanks too.
|

20th July 2004, 02:03 AM
|
|
Registered User
|
|
Join Date: Feb 2004
Location: Winter Garden, FL USA
Age: 37
Posts: 14

|
|
Quote:
|
Originally Posted by jang
Is this a different driver from the one provided by http://at76c503a.berlios.de/ ? Would it be as easy to install as the driver by berlios? Will it be easier to configure? Or is this just an administration tool for the already installed driver from berlios?
Thanks too.
|
This driver is a different driver all together and has worked well on my WUSB11 v2.5 and v2 devices. This should simply be the kernel modules and a couple of utilities for performing the Access Point functionality. However, you do not have to utilize the utilities just to get "normal" functionality from your devices.
__________________
----Michael
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 11:29 (Monday, 20-05-2013)
|
|
 |
 |
 |
 |
|
|