Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 20th May 2004, 01:50 PM
kenlin Offline
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.
Reply With Quote
  #2  
Old 21st May 2004, 01:59 PM
kenlin Offline
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.
Reply With Quote
  #3  
Old 23rd May 2004, 02:19 PM
kenlin Offline
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.
Reply With Quote
  #4  
Old 23rd May 2004, 02:48 PM
ZeroVerteX Offline
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!
Reply With Quote
  #5  
Old 24th May 2004, 03:29 AM
kenlin Offline
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.
Reply With Quote
  #6  
Old 15th July 2004, 07:17 PM
jang Offline
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.
Reply With Quote
  #7  
Old 16th July 2004, 08:00 AM
d3viant Offline
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.
Reply With Quote
  #8  
Old 16th July 2004, 05:27 PM
jang Offline
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
Reply With Quote
  #9  
Old 16th July 2004, 09:01 PM
d3viant Offline
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
Reply With Quote
  #10  
Old 17th July 2004, 11:20 PM
jang Offline
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 ?
Reply With Quote
  #11  
Old 18th July 2004, 01:28 AM
d3viant Offline
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
Reply With Quote
  #12  
Old 18th July 2004, 04:22 AM
mpsii Offline
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
Reply With Quote
  #13  
Old 18th July 2004, 04:02 PM
jang Offline
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.
Reply With Quote
  #14  
Old 18th July 2004, 04:04 PM
jang Offline
Registered User
 
Join Date: Jul 2004
Posts: 17
Quote:
Originally Posted by mpsii
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.

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.
Reply With Quote
  #15  
Old 20th July 2004, 02:03 AM
mpsii Offline
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
Reply With Quote
Reply

Tags
fc2, working, wusb11

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
WUSB11 v2.8 al1b1 Hardware & Laptops 1 24th January 2008 02:47 AM
WUSB11 - need some guidance MeridianRebel Servers & Networking 9 9th July 2005 01:12 AM
Is there an RPM for the WUSB11 ver 2.6 for FC4? MeridianRebel Hardware & Laptops 2 5th July 2005 08:45 AM
Yet Another WUSB11 Problem Duminas Hardware & Laptops 1 29th January 2005 05:53 PM


Current GMT-time: 11:29 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat