LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 11-10-2003, 04:06 PM   #1
dagoose
LQ Newbie
 
Registered: Sep 2003
Posts: 9

Rep: Reputation: 0
Belkin F5D6020 and fedora core 1 problem


I followed a set of instruction to install this in RH9, i can ping the card but not anything else... here's some info i scripted.


Script started on Mon 10 Nov 2003 04:54:14 PM EST
]0;root@localhost:/home/kevin [root@localhost kevin]# cardctl status
Socket 0:
5V 16-bit PC Card
function 0: [ready]
]0;root@localhost:/home/kevin [root@localhost kevin]# casrrsdctl ident
Socket 0:
product info: "Belkin", "11Mbps-Wireless-Notebook-Network-Adapter"
manfid: 0x01bf, 0x3302
function: 6 (network)
]0;root@localhost:/home/kevin [root@localhost kevin]# lsmod
Module Size Used by Not tainted
pcmf502rd 72928 1
ds 8616 3 [pcmf502rd]
yenta_socket 13728 1
pcmcia_core 56288 0 [pcmf502rd ds yenta_socket]
trident 32724 1 (autoclean)
ac97_codec 17064 0 (autoclean) [trident]
pcigame 2952 0 (autoclean) [trident]
gameport 3380 0 (autoclean) [pcigame]
soundcore 6500 3 (autoclean) [trident]
parport_pc 18788 1 (autoclean)
lp 8868 0 (autoclean)
parport 36800 1 (autoclean) [parport_pc lp]
autofs 13236 0 (autoclean) (unused)
b44 16936 0 (unused)
ipt_REJECT 4344 1 (autoclean)
ipt_state 1080 1 (autoclean)
ip_conntrack 28840 1 (autoclean) [ipt_state]
iptable_filter 2444 1 (autoclean)
ip_tables 15264 3 [ipt_REJECT ipt_state iptable_filter]
sg 35852 0 (autoclean)
sr_mod 17752 0 (autoclean)
ide-scsi 11984 0
scsi_mod 107080 3 [sg sr_mod ide-scsi]
ide-cd 35488 0
cdrom 33216 0 [sr_mod ide-cd]
nls_iso8859-1 3548 1 (autoclean)
nls_cp437 5180 1 (autoclean)
vfat 12812 1 (autoclean)
fat 38488 0 (autoclean) [vfat]
keybdev 2944 0 (unused)
hid 24356 0 (unused)
ehci-hcd 19976 0 (unused)
usb-ohci 21160 0 (unused)
usbcore 78368 1 [hid ehci-hcd usb-ohci]
mousedev 5428 1 (autoclean)
input 5824 0 (autoclean) [keybdev hid mousedev]
ext3 70532 2
jbd 51732 2 [ext3]
]0;root@localhost:/home/kevin [root@localhost kevin]# cat /etc/modules.conf
alias eth0 b44
alias sound-slot-0 trident
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias usb-controller usb-ohci
alias usb-controller1 ehci-hcd
]0;root@localhost:/home/kevin [root@localhost kevin]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:03:25:06:96:11
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11

eth1 Link encap:Ethernet HWaddr 00:30:BD1:62:1E
inet addr:192.168.2.81 Bcast:255.255.255.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:3954 (3.8 Kb)
Interrupt:11 Base address:0x100

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2162 errors:0 dropped:0 overruns:0 frame:0
TX packets:2162 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1552509 (1.4 Mb) TX bytes:1552509 (1.4 Mb)

]0;root@localhost:/home/kevin [root@localhost kevin]# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 ATMEL REVD ESSID:""
Mode:Managed Channel:6 Access Point: 00:30:BD:C1:46:CC
Bit Rate:2Gb/s
RTS thr=2347 B Fragment thr=2346 B
Encryption keyff
Link Quality:40 Signal level:62 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

]0;root@localhost:/home/kevin [root@localhost kevin]# exit

Script done on Mon 10 Nov 2003 04:54:43 PM EST
 
Old 11-10-2003, 06:21 PM   #2
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
The card looks to be functional and associated with an access point or a router of the same brand as the card, what do you mean when you say you can "ping the card and nothing else"?
 
Old 11-10-2003, 06:40 PM   #3
dagoose
LQ Newbie
 
Registered: Sep 2003
Posts: 9

Original Poster
Rep: Reputation: 0
Here's an example of some pings:

Script started on Mon 10 Nov 2003 07:35:16 PM EST
]0;root@localhost:/win [root@localhost win]# ping 192.168.2.81
PING 192.168.2.81 (192.168.2.81) 56(84) bytes of data.
64 bytes from 192.168.2.81: icmp_seq=0 ttl=64 time=0.073 ms
64 bytes from 192.168.2.81: icmp_seq=1 ttl=64 time=0.068 ms
64 bytes from 192.168.2.81: icmp_seq=2 ttl=64 time=0.051 ms
64 bytes from 192.168.2.81: icmp_seq=3 ttl=64 time=0.069 ms

--- 192.168.2.81 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3027ms
rtt min/avg/max/mdev = 0.051/0.065/0.073/0.010 ms, pipe 2
]0;root@localhost:/win [root@localhost win]# ping 192.168.2.1
PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.
From 192.168.2.81 icmp_seq=1 Destination Host Unreachable
From 192.168.2.81 icmp_seq=2 Destination Host Unreachable
From 192.168.2.81 icmp_seq=3 Destination Host Unreachable
From 192.168.2.81 icmp_seq=4 Destination Host Unreachable
From 192.168.2.81 icmp_seq=5 Destination Host Unreachable

--- 192.168.2.1 ping statistics ---
7 packets transmitted, 0 received, +5 errors, 100% packet loss, time 6034ms
, pipe 4
]0;root@localhost:/win [root@localhost win]# ping www.google.com
ping: unknown host www.google.com
]0;root@localhost:/win [root@localhost win]# exit

Script done on Mon 10 Nov 2003 07:36:14 PM EST
 
Old 11-10-2003, 06:47 PM   #4
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
can you post output from the route command? here's some things to check also:
WEP on/off on router?
MAC filtering on/off on router, if it's on is this card in the list?
 
Old 11-10-2003, 07:09 PM   #5
dagoose
LQ Newbie
 
Registered: Sep 2003
Posts: 9

Original Poster
Rep: Reputation: 0
Here's what the route command says, i think this might be the problem, but i have no idea where to go from here.

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
169.254.0.0 * 255.255.0.0 U 0 0 0 lo
127.0.0.0 * 255.0.0.0 U 0 0 0 lo

Everything on the router is fine too... its working for a couple of different windows machines currently.
 
Old 11-10-2003, 07:25 PM   #6
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, try adding some routes for eth1:
route add 192.168.2.0 eth1
route add default gw 192.168.2.1 eth1
see if you can ping 192.168.2.1 if no errors are returned from route
 
Old 11-10-2003, 07:56 PM   #7
dagoose
LQ Newbie
 
Registered: Sep 2003
Posts: 9

Original Poster
Rep: Reputation: 0
I entered the route commands and now route gives me:

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.2.0 * 255.255.255.255 UH 0 0 0 eth1
192.168.2.0 * 255.255.255.0 U 0 0 0 eth1
169.254.0.0 * 255.255.0.0 U 0 0 0 eth1
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 192.168.2.1 0.0.0.0 UG 0 0 0 eth1


But I'm still getting the "destination host unreachable" error when trying to ping my router.
 
Old 11-10-2003, 08:00 PM   #8
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
What about WEP encryption?, is it enabled on the router? Is the router set up to respond to pings? ie: can you ping the router from one of the others?
 
Old 11-10-2003, 09:12 PM   #9
dagoose
LQ Newbie
 
Registered: Sep 2003
Posts: 9

Original Poster
Rep: Reputation: 0
No encryption and i can ping away from any other comp. I've even tried resetting the router several times... but it does nothing for my laptop.
 
Old 11-10-2003, 11:48 PM   #10
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
are there any firewall rules or iptable things that might be causing this?

according to the post with your iwconfig output, your card is transmitting, but nothing is received, makes me think something is blocking, or else the card is being rejected by the router, did you check the MAC filter on the router?

Last edited by akaBeaVis; 11-10-2003 at 11:52 PM.
 
Old 11-11-2003, 08:54 AM   #11
dagoose
LQ Newbie
 
Registered: Sep 2003
Posts: 9

Original Poster
Rep: Reputation: 0
Yeah everything between the router and the card is fine, I have windows on my notebook too and the card works perfectly for it... its what i'm using right now.
 
Old 11-11-2003, 05:56 PM   #12
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
Did you get any errors when you compiled the atmelwlandriver? Perhaps it's time to turn our attention to the driver itself.
 
Old 11-12-2003, 09:15 AM   #13
dagoose
LQ Newbie
 
Registered: Sep 2003
Posts: 9

Original Poster
Rep: Reputation: 0
I'm almost positive there were no errrors, I think I would have noticed that, but I'll recompile and post anything.

Also, this might help... when I first installed the card was recognized (cardctl ident gave me "Belkin 11Mbps..." stuf) but there was no module binded to it. I looked in the pcmcia conf file but couldn't find that entry to bind the module to... i believe the pcmf502rd module was referenced in the atmel.conf file but i couldn't find the module itself on my system.... I'm really confused.... has anyone out there tried this yet?
 
  


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
Slackware 8.1 Belkin F5D6020 Wireless glsen_az Linux - Laptop and Netbook 2 09-25-2005 04:04 AM
Belkin F5D6020 Problems ... again! finchee Linux - Hardware 0 03-16-2005 02:41 PM
Belkin F5D6020 Version 1 cddesjar Linux - Wireless Networking 1 01-29-2005 10:49 PM
Belkin F5D6020 in Linux akjmicro Linux - Wireless Networking 2 01-04-2005 09:31 AM
Belkin F5D6020 isn't working in Fedora when WEP is turned on? laltopi Linux - Wireless Networking 2 03-08-2004 12:24 PM

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

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