LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 11-12-2008, 04:02 AM   #1
john_galt
LQ Newbie
 
Registered: Nov 2008
Posts: 5

Rep: Reputation: 0
RHEL 5 and Dell Inspiron 1525


Hello Everyone,

I have just bought Dell Inspiron 1525 and installed RHEL 5 successfully.
I could not found ethernet (NIC) card with name eth0. I tried to configure it using system-config-network but also didnt work for me.

I need your help in this regard. If anybody knows how it can be configured, then please let me know.

Last edited by john_galt; 11-13-2008 at 01:14 AM. Reason: To add more information abt my problem
 
Old 11-13-2008, 01:07 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,617

Rep: Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963
Quote:
Originally Posted by john_galt View Post
Hello Everyone,

I have just bought Dell Inspiron 1525 and installed RHEL 5 successfully.
I could not found ethernet (NIC) card with name eth0. I tried to configure it using system-config-network but also didnt work for me.

I need your help in this regard. If anybody knows how it can be configured, then please let me know.
When you say "I could not found ethernet"....do you mean the wired ethernet interface, or the wifi interface?

Have you run "ifconfig -a", to see if there are any interfaces listed, other than lo0? Also, since you're using RHEL5 (and paying for support), have you called RedHat?
 
Old 11-14-2008, 02:37 AM   #3
john_galt
LQ Newbie
 
Registered: Nov 2008
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks for your reply.

I am talking about wired ethernet interface. I didnot run ifconfig -a. I was using RHEL 5 on my compaq desktop. There I used to up the device by "ifup eth0" and configure using "netconfig eth0".

I will try ifconfig -a and let you know.

I also want to know how to get connected to net using wifi.

I got RHEL 5 installation CDs for free as i was doing its course, so , i do not pay for the support. I use it for network administration research, thats it.

Regards.
 
Old 11-14-2008, 07:59 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,617

Rep: Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963
Quote:
Originally Posted by john_galt View Post
Thanks for your reply.

I am talking about wired ethernet interface. I didnot run ifconfig -a. I was using RHEL 5 on my compaq desktop. There I used to up the device by "ifup eth0" and configure using "netconfig eth0".

I will try ifconfig -a and let you know.

I also want to know how to get connected to net using wifi.

I got RHEL 5 installation CDs for free as i was doing its course, so , i do not pay for the support. I use it for network administration research, thats it.

Regards.
Regardless, if you've got supported RHEL5, their tech support can hel you. "ifconfig -a" shows you all the interfaces that are configured (they may not be ACTIVE, though).
 
Old 11-15-2008, 01:43 AM   #5
john_galt
LQ Newbie
 
Registered: Nov 2008
Posts: 5

Original Poster
Rep: Reputation: 0
This is the output i got by issuing "ifconfig -a"

lo
Link encap:Local Loopback
inet addr:127.0.0.1
Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1568 errors:0 dropped:0 overruns:0 frame:0
TX packets:1568 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0 RX bytes:2123336 (2.0 MiB)
TX bytes:2123336 (2.0 MiB)


sit0
Link encap:IPv6-in-IPv4
NOARP MTU:1480 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

I have come across sit0 for the first time. Would you please tell me what it exactly is.

I will try redhat support also.

Thanks,
Imtiyaz.
 
Old 11-16-2008, 01:32 PM   #6
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Best thing is tell us the chipset of the ethernet device. Use command ' /sbin/lspci -v ' and post ethernet section. Beins RHEL 5 is older than dirt basedon orginal kernel of around 2.6.16 but correct me if I am wrong there. And good Redhat type distro like Fedora 9 using 2.6.26 something after updates has tons of new hardware support over RHEL5. If you need RHEL 5 then I recommend compiling your own kernel 2.6.27.5 from ww.kernel.org site.

Brian
 
Old 11-17-2008, 12:44 AM   #7
john_galt
LQ Newbie
 
Registered: Nov 2008
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks Brian.

This is what was the output of lspci related to ethernet:-

09:00.0 Ethernet controller: Marvell Technology Group Ltd. Unknown device 4354 (rev 12)
0b:00.0 Network controller: Broadcom Corporation BCM4310 USB Controller (rev 01)

Yes, my kernel version is 2.6.16.
How can i compile my kernel with 2.6.27.5 if i am not connected to internet? Also i never compiled my kernel before as i am a newbie.
Please advice.

Regards,
John
 
Old 11-18-2008, 02:05 PM   #8
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
From my search on the net it looks like it will use the sky2 module. Not sure if included in the 2.6.16 kernel tree. I think is was like late 2.6.28 or 2.6.20 before part of the kernel tree but necessary part of Redhat precompiled rpm kernels. But as root try this command.
/sbin/modprobe sky2

If it does not find the module then you might be able to patch the kernel you have to use sky2 module. Worst case upgrade kernel which is not bad. I did have an issue using kernel 2.6.24 or higher under Redhat RHEL 5. Kind of why I decided to just do a full clean install of Fedora 9 on my new notebook.

If you dont have it let me know and will help you compile say 2.6.22 kernel. Hate to write that all down if not needed.

Brian
 
Old 11-20-2008, 02:32 AM   #9
john_galt
LQ Newbie
 
Registered: Nov 2008
Posts: 5

Original Poster
Rep: Reputation: 0
I have done full installation of RHEL 5 and on giving
"/sbin/modprobe sky2" as root and i got nothing.

I dont know how to patch kernel.

Please advise.

Regards,
john.
 
Old 11-28-2008, 09:26 AM   #10
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
I am not sure on the sky2 module if it can be installed outside of the kernel tree. I would have to search for the sky2 module source and then you would have to install the kernel-devel-********.rpm for the kernel source to be installed. I think it would be easier to build your own. Not bad to do but you may need to install some addtional rpms for building purposes. Check this post for building a kernel. http://www.linuxquestions.org/questi...36#post1401136

Brian
 
Old 11-28-2008, 10:37 AM   #11
centguy
Member
 
Registered: Feb 2008
Posts: 627
Blog Entries: 1

Rep: Reputation: 48
Wonder why you stick with 2.6.16 RHEL 5. Can't you get a newer one such
as Linux centos52-64-dell 2.6.18-92.el5 #1 SMP Tue Jun 10 18:51:06 EDT 2008 x86_64 ?

I have a Dell that gave me headaches with CentOS5.1 (CentOS = the exact free version of RHEL). But when I tried CentOS5.2, all problems go away.
As a matter of fact, I might stick with this for the rest of the computer's life..

Reading this related thread might convince you:
http://www.centos.org/modules/newbb/...forumpost61781
 
Old 11-28-2008, 10:43 AM   #12
centguy
Member
 
Registered: Feb 2008
Posts: 627
Blog Entries: 1

Rep: Reputation: 48
sorry on second thought, my hardwares seems to be quite different from yours. I cannot be sure CentOS5.2 will "cure your problem"..

For my Dell Inspiron 530s:

/sbin/lspci
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 02)
00:01.0 PCI bridge: Intel Corporation 82G33/G31/P35/P31 Express PCI Express Root Port (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 02)
00:19.0 Ethernet controller: Intel Corporation 82562V-2 10/100 Network Connection (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02)
00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
00:1f.0 ISA bridge: Intel Corporation 82801IR (ICH9R) LPC Interface Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)
00:1f.5 IDE interface: Intel Corporation 82801I (ICH9 Family) 2 port SATA IDE Controller (rev 02)
02:00.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 61)
[ckgan@centos52-64-dell man]$ /sbin/lspci | grep Marvell
[ckgan@centos52-64-dell man]$ /sbin/lspci | grep Network
00:19.0 Ethernet controller: Intel Corporation 82562V-2 10/100 Network Connection (rev 02)
 
  


Reply

Tags
ethernet



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
Dell Inspiron 1525 laptop - dualboot jose_tk Linux - Laptop and Netbook 7 07-24-2008 09:12 PM
dell inspiron 1525 wireless Maha1980 Linux - Networking 3 04-24-2008 05:43 PM
Dell Inspiron 1525 watcher69b Linux - Laptop and Netbook 1 04-12-2008 07:44 AM
Slackware on Dell Inspiron 1525 NoahT1BM Slackware 13 03-06-2008 10:03 PM

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

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