LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 07-29-2003, 07:37 PM   #16
finch
LQ Newbie
 
Registered: Jul 2003
Distribution: red hat9
Posts: 11

Original Poster
Rep: Reputation: 0

ok, we have unresolved symbols like you said .... so i'm guessing we're good
 
Old 07-30-2003, 05:06 AM   #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
ok, time to test things,
1. su again to root
2. modprobe pcmf502rd, then, lsmod and see if it's there
3. insert card, you may hear a couple of beeps
4. ifconfig -a, should list an eth0 device with your cards's MAC address listed next to "HWaddr"
5. iwconfig
6. should list the eth0 device, and various other info.
7. at this point the settings you need to set via iwconfig are going to be specific to your site, ie: your essid, your wep key (if any), your channel or freq, your maximum rate, etc.
8. to just try the card: iwconfig eth0 mode Managed essid any rate auto
9. eventually, when your iwconfig stuff is right an iwconfig will list your access point/router's mac address as "Access Point" or similar, at this point try either dhcpcd eth0, or ifconfig eth0 192.168.2.10, where the "192..." address is valid for your network.
10. try to ping your router/access point: ping 192.168.2.1 where the "192..." address is the ip of your router. To break out of the ping command do a control+c.
11. route add default gw <ip address of your router> eth0
12. try to ping the web: ping cnet.com

additionally, in the atmelwlandriver/objs directory there are two applications you can try running as well, one is console based(lvnet) and the other for X windows, to run them from that directory precede the name with a './'. although they are for manual setup, meaning they don't seem to be scriptable, they are still somewhat useful for testing. The X application needs libforms installed.

to integrate all this into your regular bootup and resume from suspend, please see my little howto for this card, it's for mandrake and slackware, but the mandrake setup stuff should apply to RH as well. http://www.houseofcraig.net/belkin_howto.php
 
Old 07-30-2003, 05:57 AM   #18
finch
LQ Newbie
 
Registered: Jul 2003
Distribution: red hat9
Posts: 11

Original Poster
Rep: Reputation: 0
Quote:
ok, time to test things,
2. modprobe pcmf502rd, then, lsmod and see if it's there
it says:

path/to/pcmf502rd.o: kernel-module version mismatch
path/to/pcmf502rd.o: was compiled for kernel vers 2.4.19-16mdk - while this vers is 2.4.20-8.
path/to/pcmf502rd.o: insmod path/to/pcmf502rd.o failed
path/to/pcmf502rd.o: insmod pcmf502rd failed

Quote:
4. ifconfig -a, should list an eth0 device with your cards's MAC address listed next to "HWaddr"
it says:

lo Link encap:local loopback
inet addr:127.0.0.1 etc

Quote:
5. iwconfig
lo no wireless extensions

Quote:
all the rest
i didn't try the rest becuase these few stages didnt match.

any idea why?!?!
 
Old 07-30-2003, 07:07 PM   #19
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
You were right to stop at that point, nothing else was going to work anyway, without the module being loaded, the card doesn't work.

The error you got "pcmf502rd.o: was compiled for kernel vers 2.4.19-16mdk - while this vers is 2.4.20-8" means you compiled the module on a machine running Mandrake 9.0, and are now trying to use it on a machine running RedHat 9.0, this could almost work if the compilers on both distros were the same version , but they are not. You'll need to compile the module on the RedHat machine.

Correct me if I'm wrong here, when you said earlier that you had reached "point 8", that meant that you had successfully compiled the module, right? If so, you should be able to repeat that process on the redhat machine.

ps: please tell me that you did not download the module from my page -- that module will not work for redhat 9, the setup info for mandrake on that page should work, but not the module.

Last edited by akaBeaVis; 07-30-2003 at 07:23 PM.
 
Old 07-31-2003, 07:29 AM   #20
finch
LQ Newbie
 
Registered: Jul 2003
Distribution: red hat9
Posts: 11

Original Poster
Rep: Reputation: 0
looking for a red hat version of the amtel drivers, then i will post back and see what happens then
 
Old 07-31-2003, 08:35 PM   #21
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
I'm going to doubt that an RPM for this driver exists, although I do hope for your sake that one does. If not, I would suggest you compile the module yourself, it should be an interesting and educational experience, and your card will work when you're done
 
Old 01-11-2004, 06:39 PM   #22
Lavr
LQ Newbie
 
Registered: Jan 2004
Posts: 1

Rep: Reputation: 0
hey, i'm also having problems with belkin and i'm on slackware 9.1
i followed your your howto, but no luck.
i got to the step number 10

10. try to ping your router/access point: ping 192.168.2.1 where the "192..." address is the ip of your router. To break out of the ping command do a control+c.


but i can't ping my router or anything else and i can't ping laptop from any other comp that's on that network... any suggestions?

thanks,
~lavr~
 
  


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
Belkin Wireless G Notebook Network Card pachanga Linux - Wireless Networking 11 07-26-2009 12:00 AM
Belkin wireless notebook network card h4ck3r Linux - Hardware 5 09-12-2006 09:03 PM
Belkin Wireless Notebook Network Card f5d6020 studfedora3 Linux - Hardware 8 08-27-2005 05:05 AM
MN-720 Wireless Notebook Adapter RobNyc Linux - Wireless Networking 6 02-11-2005 07:09 PM
Wireless Notebook adapter install ccflashback Linux - Wireless Networking 2 11-20-2004 03:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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