LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 12-15-2005, 09:26 PM   #31
sam weldon
Member
 
Registered: Dec 2005
Distribution: FC1,2,3,4 RH6 & 7
Posts: 61

Original Poster
Rep: Reputation: 15

I have foiound the drivers that are there but I do belieive since iwconfi or next following step dont work then I actually need 64 bit version of these drivers ?
 
Old 12-15-2005, 10:11 PM   #32
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Yes, if your running a 64-bit kernel then you need to run the 64-bit drivers. The firmware for the atmel device does not matter it can be 8, 16, 32 or 64-bit.

The same holds true of the 32-bit kernel and drivers, they both have to be 32-bit.
 
Old 12-15-2005, 10:19 PM   #33
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Quote:
Originally Posted by sam weldon
`uname -r` == 2.6.14-1.1653_FC4
when this :
ls /lib/modules/2.6.14.4/kernel/drivers/net/wireless/atm*
then this = Nothing found ??? why nothing found.... I did driver download from berlios and ran make install... Then driver should be there?
How should i go about getting new wireless driver then since I have no idea how these arent in exsistance ?
I have a 2.6.14.4 kernel, you do not. Your kernel is 2.6.14-1.1653_FC4 so the command to enter is;

ls /lib/modules/2.6.14-1.1653_FC4/kernl/drivers/net/wireless/atm*

or

ls /lib/modules/`uname -r`/kernel/drivers/net/wireless/atm*

Please forget about downloading atmel drivers from berlios or anyplace else, they are no longer needed with the 2.6.9 or greater kernels, they are now part of the kernel.
 
Old 12-16-2005, 12:07 AM   #34
sam weldon
Member
 
Registered: Dec 2005
Distribution: FC1,2,3,4 RH6 & 7
Posts: 61

Original Poster
Rep: Reputation: 15
ok found drivers via manual search .. loaded driver...
did /sbin/modprobe -v atmel
this loaded driver as stated....
next step
/sbin/iwconfig == l0 sit0 has no wireless extentions
/sbin/iwlist wlan0 scan == No scan for device
then did
/sbin/dhclient wlan0 == no action
then tried
/sbin/route add default gw <ip of router> == could not locate Location

??? what i do wrong ?

Last edited by sam weldon; 12-16-2005 at 12:24 AM.
 
Old 12-16-2005, 06:55 AM   #35
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
OK, let's try a different approach......

You have the firmware (atmel-firmware-1.3-1fc3.noarch.rpm) installed and
you have the latest kernel installed.

As root using your choice of text editor, edit the /etc/modprobe.conf file
and add the following line below the last line and press the 'Enter' key
when done typing;

alias wlan0 atmel

Save and exit the file.

Next you need to create a new file called
ifcfg-wlan0 and place it in /etc/sysconfig/network-scripts directory. Below
is the file, you can copy, cut and paste if you want to;

------- Cut below this line ------
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
IPV6INIT=no
ONBOOT=yes
USERCTL=yes
PEERDNS=yes
GATEWAY=
TYPE=Wireless
DEVICE=wlan0
HWADDR=
BOOTPROTO=dhcp
NETMASK=
DHCP_HOSTNAME=
IPADDR=
DOMAIN=
ESSID=

CHANNEL=1
MODE=Auto
RATE=Auto

------- Cut above this line ------

When done safe and exit the file and text editor. Close out of any
other open applications and shutdown your system. Plug the wireless
device in then start (boot) your system into Linux.

Hopefully you should have a working wireless device. If not then
edit the /etc/sysconfig/network-scripts/ifcfg-wlan0 file, and add
the following line below the last line and press the 'Enter' key when
done typing;

/usr/sbin/atmel_fwl wlan0 /lib/firmware/atmel_at76c503-rfmd.bin

Save and exit the file. From the console or xterm session enter the following two commands;

ifdown wlan0
ifup wlan0

Expected results;

Determining IP information for wlan0... done.

Honestly, I do not understand why you are having such a hardtime getting
this device to work. All you needed was the missing firmware drivers, which
you have installed from the atmel-firmware-1.3-1fc3.noarch.rpm file. I'm pretty much out of ideas at this point.
 
Old 12-16-2005, 12:53 PM   #36
sam weldon
Member
 
Registered: Dec 2005
Distribution: FC1,2,3,4 RH6 & 7
Posts: 61

Original Poster
Rep: Reputation: 15
did above as stated no results of functional wireless connectivity.. Now wondering what does no wireless extentions means? could this possible be something not turned on in boot via the kernels load ?
 
Old 12-16-2005, 02:06 PM   #37
sam weldon
Member
 
Registered: Dec 2005
Distribution: FC1,2,3,4 RH6 & 7
Posts: 61

Original Poster
Rep: Reputation: 15
this on boot /usr/sbin/atmel_fwl wlan0 /lib/firmware/atmel_at76c503-rfmd.bin
give reply of no atmel devices found????
 
Old 12-16-2005, 03:52 PM   #38
sam weldon
Member
 
Registered: Dec 2005
Distribution: FC1,2,3,4 RH6 & 7
Posts: 61

Original Poster
Rep: Reputation: 15
checked belkins chip label it is a atmel76c503a
still have no network activity, nor is it showing up as hardware.But I do have an unknown hardware

Last edited by sam weldon; 12-16-2005 at 03:56 PM.
 
Old 12-16-2005, 07:59 PM   #39
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Sam,

[Removed]

Good-bye and good luck

Last edited by XavierP; 12-16-2005 at 08:08 PM.
 
Old 12-16-2005, 08:07 PM   #40
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Lenard - since you have elected not to receive email, I have to do this in thread. If you have a disagreement with another member, do it offline. I have edited your post to remove the complaint.
 
Old 12-16-2005, 08:24 PM   #41
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Quote:
Originally Posted by XavierP
Lenard - since you have elected not to receive email, I have to do this in thread. If you have a disagreement with another member, do it offline. I have edited your post to remove the complaint.
Understood, and thanks for edit.
 
Old 12-17-2005, 09:11 AM   #42
sam weldon
Member
 
Registered: Dec 2005
Distribution: FC1,2,3,4 RH6 & 7
Posts: 61

Original Poster
Rep: Reputation: 15
belkin f5d6050 FC X86-64 Driver issues

Ok here be the issue . I have a at76c503a belkin wirless adapter hooked up. It will not load up however I have tried many thing with help of a person named lenard in this forum under FC x86 heading for my belkin. he now has given up, and I am still in the dark on how to get my wireless connection up.

This is my hardware stats :

AMD Athlon 64 3200

K8V SE DELUXE Motherboard

Belkin F5D6050 Wireless Network USB connection unit

Studio TV Terminator SAA.... Something

512 DDR Ram

250 G Hd Win XP Pro

80 G Hd FC4-x86_64

ATI Radeon AGP 256 Graphics adapter


Is there something wrong here is one question.
What am I to do / does anyone have any ideas?
I have all firmwareloaded, and checked and hae all drivers.
Please note the kernel is all the way up to date, and this is fresh install otherwise.

Someone please help me get my internet connection back up for this situation via the belkin..

Thank you
a frustrated older linux user
 
Old 12-18-2005, 06:39 AM   #43
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
No, was just taking some time for some needed reflection............

It would be helpful if after pluging in your usb device if you (as root in an xterm session) could provide the output from;

/sbin/lsusb
cat tail -15 /var/log/messages

If you need help with cut and paste or creating some files to post then please review;
http://www.linuxquestions.org/questi...d.php?t=384055
 
Old 12-18-2005, 11:35 AM   #44
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Sam - your two threads have been merged as they are about the same issue.
 
Old 12-18-2005, 07:36 PM   #45
sam weldon
Member
 
Registered: Dec 2005
Distribution: FC1,2,3,4 RH6 & 7
Posts: 61

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Lenard
No, was just taking some time for some needed reflection............

It would be helpful if after pluging in your usb device if you (as root in an xterm session) could provide the output from;

/sbin/lsusb
cat tail -15 /var/log/messages

If you need help with cut and paste or creating some files to post then please review;
http://www.linuxquestions.org/questi...d.php?t=384055
I now lost the marvel net device... I dont have printer drivers installed as well. So I am boot back and forth between linux and winxp pro to try to get this done.. I will write this stuff down reboot and try to gert log output to type in k ?usb device is plugged in all the time, but in hardware.. only still show as unknow device.. could this be another device possible causing a conflict like a plugged in usb printer - the drivers ?
 
  


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
USB issue phil81 Debian 11 06-28-2005 04:37 AM
USB parttioning <-- not an issue just something to think about exvor General 3 03-13-2005 07:46 PM
Debian USB issue mastahnke Debian 3 10-03-2004 10:52 AM
USB issue with MA101 bad_cmd/filenam Linux - Hardware 0 10-30-2003 03:57 AM
gphoto and USB issue loke137 Linux - Software 0 03-26-2003 03:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

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