![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Registered Member
Join Date: Jan 2005
Posts: 6
|
Configure my laptop - please help!
Hi All,
I've been working on this for about a week now, and have run out of things to try! Here is some info about my system. Laptop: PC Club 800Mhz celeron Distro: Fedora Core 3 Network cards: PCMCIA SMC 10/100 - SMC8041TX AND WLAN - TecNew 802.11b The SMC card lights up and has a flashing Activity light (so I know it it talking to my router). cardctl ident Socket 0: product info: "SMC", "8041TX-10/100-PC-Card-V2", "" manfid: 0x01bf, 0x8041 function: 6 (network) Socket 1: product info: "", "", "", "" manfid: 0x0001, 0x0000 function: 6 (network) So it appears that at least the SMC card is being identified. But I can't get a DHCP IP. It's like my system doesn't really know it is there. I did add the following to /etc/pcmcia/config card "SMC 10/100 PC Card" version "SMC", "8041TX-10/100-PC-Card" bind "pcnet_cs" I have no idea what to put in the config for the TecNew wlan card (it is some generic card which I can't find chipset driver info for, it does work in WinXP though...) I feel like I have tried everything! Can you please tell me what I can do to get this working (I don't need them both, I just need one of the cards working so I can get on my network!) Thanks so much! Erik |
|
|
|
|
|
#2 (permalink) | |
|
Uber Geek
Join Date: Aug 2002
Location: Virginia
Posts: 1,615
|
Quote:
First off, I'm not so sure your card it "talking to your router" as you suggest. Have you run ifconfig? What do you see? Next, most linux distros come with tcpdump installed. Find this (I think it might be in /usr/sbin, but I'm not sure any morel; it's been a while). Run tcpdump and see what sort of packets are being sent/received. Do you have any other computer on this lan? If so, connect to your router and check your logs for any activity related to this system. Get hold of ethereal and install it (it's available for windows and linux). It's an excellent open-source sniffer and it may also tell you more about what's going on with your system. Hope something here helps.
__________________
Help! I've been Simpsonized! |
|
|
|
|
|
|
#3 (permalink) | |||
|
Registered Member
Join Date: Jan 2005
Posts: 6
|
Quote:
Thanks for your response nashr! Here are the results from the tasks you recommended. ifconfig Quote:
Quote:
No logs on my router either. I guess the lights on my card (just the LAN card, the wlan card has dark lights) mean that it is getting power. Linux seems to recognize the card. It is just not setting it up as eth0... I've also tried running 'neat' - Nothing is listed, no devices, no hardware, etc... **Scratching my head** What else do you think it could be? Thanks so much! Erik |
|||
|
|
|
|
|
#4 (permalink) | |
|
Did you do the math?
Join Date: Apr 2002
Location: Villa Straylight
Posts: 10,098
|
Quote:
try "ifconfig eth0 up" and then run "ifconfig" again.
__________________
Thorn "I'm The Doctor. I'm a Time Lord. I am from the planet Gallifrey in the constellation Kasterborous. I'm 903 years old and I am the man who is going to save your lives and all 6 billion people on the planet below... You got a problem with that?" |
|
|
|
|
|
|
#5 (permalink) | |
|
Registered Member
Join Date: Jan 2005
Posts: 6
|
Quote:
When I run /sbin/ifconfig eth0 up eth0: unknown interface: No such device How do I get it to recognize my card as eth0? Thanks! Erik |
|
|
|
|
|
|
#6 (permalink) |
|
Did you do the math?
Join Date: Apr 2002
Location: Villa Straylight
Posts: 10,098
|
You said you added the following to /etc/pcmcia/config:
card "SMC 10/100 PC Card" version "SMC", "8041TX-10/100-PC-Card" bind "pcnet_cs" Is there actually a pcnet_cs driver (probably 'pcnet_cs.o') and is that the correct driver for the card? You might want to google for "SMC 8041TX-10/100-PC-Card Linux" (or something similar) to see if others have been able to get this card to function under Linux.
__________________
Thorn "I'm The Doctor. I'm a Time Lord. I am from the planet Gallifrey in the constellation Kasterborous. I'm 903 years old and I am the man who is going to save your lives and all 6 billion people on the planet below... You got a problem with that?" |
|
|
|
|
|
#7 (permalink) | ||
|
Registered Member
Join Date: Jan 2005
Posts: 6
|
Quote:
I just did a locate pcnet_cs and there are a bunch of copies. Two that match your description of having a "*.o" /usr/src/redhad/BUILD/kernel-2.6.9/linux-2.6.9/drivers/net/pcmcia/pcnet_cs.o [NOTE: that same directory allso contains *.ko, *.mod.o, *.mod.o.cmd, *.ko.cmd, *.mod.c, *.o.cmd, *.c] /lib/modules/2.6.9-1.677/kernel/drivers/net/pcmcia/pcnet_cs.ko Here is the manufacutres INSTALL_INFO.txt if it will make any more sense of this... Thanks! Erik Quote:
|
||
|
|
|
|
|
#8 (permalink) | |
|
Did you do the math?
Join Date: Apr 2002
Location: Villa Straylight
Posts: 10,098
|
Quote:
__________________
Thorn "I'm The Doctor. I'm a Time Lord. I am from the planet Gallifrey in the constellation Kasterborous. I'm 903 years old and I am the man who is going to save your lives and all 6 billion people on the planet below... You got a problem with that?" |
|
|
|
|
|
|
#9 (permalink) |
|
Uber Geek
Join Date: Aug 2002
Location: Virginia
Posts: 1,615
|
Here's a quick way to see if your card even works. Go download and burn a copy of knoppix. This is a live CD distro with most of the bugs worked out. Burn the CD, then boot from CD. You should be able to get up and running immediately with just about any standard hardware. If this works, then you can find out what your card is, and how its configured for linux.
__________________
Help! I've been Simpsonized! |
|
|
|
|
|
#10 (permalink) | ||
|
Registered Member
Join Date: Jan 2005
Posts: 6
|
Quote:
I guess I was wrong. I'm working on recompiling the kernel (my first time!!), and I keep coming accross a bunch of errors when I run "make install" (step 3). Here is a section of the errors: Quote:
Thanks! Erik |
||
|
|
|
|
|
#11 (permalink) | |
|
Registered Member
Join Date: Jan 2005
Posts: 6
|
Quote:
Now my question is - what do I need to do to learn about how my card is installed and then move that over to my permanent distro? This opens another question - would it be easier to just format my disk (it was a fresh install anyway), and use a distro other than Fedora Core 3? Is there a mainstream distro (mandrake, suse, etc...) which is more hardware compatible? What I'd like to use this laptop for his a file/backup/web (very light load) server and dev environment... Any suggestions? Thanks! Erik |
|
|
|
|
|
|
#12 (permalink) | |
|
Did you do the math?
Join Date: Apr 2002
Location: Villa Straylight
Posts: 10,098
|
Quote:
You probably didn't need to start on a full kernel rebuild, but rather if you'd moved the correct .o file into correct directory, it may have solved the problem. The trick is determining which is the correct file, and placing it in needed directory. As far as getting a different distribution, I'm not sure that you won't run into similar problems with almost any distro you obtain. If not with the network card, then with the video drivers, or the X-server or the... you get the idea. Linux, while wonderfully configurable, is not something that most people can jump right into using without either some Unix experience or a large learning curve. My suggestion is to grab all the books you can find on Linux and keep plugging away at Fedora. You may find another distro more to your liking at some point, but starting over with a different distro at this point probably won't make a huge difference.
__________________
Thorn "I'm The Doctor. I'm a Time Lord. I am from the planet Gallifrey in the constellation Kasterborous. I'm 903 years old and I am the man who is going to save your lives and all 6 billion people on the planet below... You got a problem with that?" |
|
|
|
|
|
|
#13 (permalink) | |
|
I amuse you?
Join Date: Dec 2003
Posts: 9,127
|
Quote:
It installed fine and actually found all my hardware. BUT, it is (was) a resource HOG. I call it the MS Windows of Linux. My thought on SuSE, I only have this installed on an UltraSPARC processor and it seemed to do okay at finding the hardware it should have. I also have Debian "Sarge" RC2 installed on an UltraSPARC. I would NOT recommend Debian to the new Linux user or to anyone that wants a MS Windows type of install! |
|
|
|
|