Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I'm having problems with my ethernet conenction in this old mahcine I got some days ago.
I installed Debian 3.0 on it. It's AMD 200mhz, 32MB RAM. When i run lspci i get an ethernet controller called Realtek (RTL-8139). Now, when i run ifconfig i get nothing at all. What should I do?
bear with me, im a real n00b with this.
thanks in advance.
You need to load a kernel module for the card, it will be called 'rtl8139' or '8139too', the second one is newer.
Do 'modprobe 8139too' or 'modprobe rtl8139' to load the module then configure your network.
thanks i did the modprobe and then ifconfig 192.168.0.102. All seems good, but I can only ping computers in my network.
Let me be more specific, I have 3 computers connected to a router which goes into a cable connection. computer 1 has winxp and slackware and both work. computer 2, my bro's laptop, winxp and works. computer 3, the one we are talking about, only pings inside the network. are there other options in ifconfig i should set up?
ok i got it working, but, for anyone who wants to use the advice I have to add and modify soem things.
once I did the modprobe and configured the network, I ran that route command. As david_ross pointed out, I had to add a default connection but his code didn't work for me. I used:
route add -net 0.0.0.0 gw 192.168.0.1
once with that, i had to make sure there was a /etc/resolv.conf on PC3. There wasn't. I copied the one on PC1 into PC3 and... internet works. Thanks guys. ( Im a satisfied n00b)
ok cool thanks. one more question though. modprobe only loads the module temporarily. If i want the 8139too driver to be loaded on startup, I have to recompile the kernel, right?
Hi. I have a question about my 8139 card. Bear with me because I am totally brand new at this. I did modprobe 8139 to load the module for the card but it still is not working. When I tried to activate the card, it give me "SIOCSIFFLAGS: Device or resource busy" error. When I do "dmesg" I get the message "No IRQ Known for pin A of device 01.0b.0" How can I fix this? Thank you in advance.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.