LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 10-11-2004, 11:42 PM   #1
wearetheborg
Member
 
Registered: Sep 2004
Distribution: Mint 19.1
Posts: 298

Rep: Reputation: 41
Ethernet not working on laptop SUSE 9.1


I'm trying to get my laptop on the ethernet network at work.
Its an IBM T-30 running SUSE 9.1 pro. When I plug in the network cable, a green light come on, but laptop isnt going onto the network(via DHCP)
I looked at configured network devices, and the 100MBps port is coming up with the right MAC address.
How can I fix this?

Thanks
 
Old 10-12-2004, 07:46 AM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

is static IP address working for u??

regards
 
Old 10-12-2004, 09:00 AM   #3
zen-froglet
LQ Newbie
 
Registered: Oct 2004
Location: Johannesburg, South Africa
Distribution: SuSe, Mandrake, Novell Linux Desktop
Posts: 1

Rep: Reputation: 0
What diagnostics have you done so far ?

If none, try the following:

disconnect the ethernet cable, and then in a terminal, execute the command as root "tail -f /var/log/messages"
plug the cable back into the port. Any messages ? to get out of the above, "ctrl-c"

If the above shows that the card is working, you may need to have a look at the Network settings in "YaST2"

You may also want to manually up the network device

"ifup eth0" <--- bring up the Ethernet
"ifdown eth0" <--- take it down.
 
Old 10-12-2004, 04:06 PM   #4
minrich
Member
 
Registered: Aug 2003
Location: Isles of Man & Wight
Distribution: See signature
Posts: 548

Rep: Reputation: 40
what does: ifconfig (in a console) return?

what is on the other end of the ethernet cable?
 
Old 10-12-2004, 04:52 PM   #5
wearetheborg
Member
 
Registered: Sep 2004
Distribution: Mint 19.1
Posts: 298

Original Poster
Rep: Reputation: 41
I dont have the laptop with me right now, so I'll post the diagnostics tomorrow.
What is a static IP addess? HOw would I use it?
The other end of the ethernet cable? Um I do not know, all computers are plugged into a central domain in the school, and this is what I want to get into. My old dell laptop can do that.

I dont want to pester my network administrator, because I chose to be root on my laptop, and gave up all my help rights from him.

Thanks
 
Old 10-13-2004, 10:08 PM   #6
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

static IP is when u fix a IP address on ur system,instead of geting a ip adress from ur DHCP server

lookout for

man ifconfig

ex.
ifconfig eth0 192.168.0.20

to fix ur ip address

regards
 
Old 10-14-2004, 06:07 PM   #7
wearetheborg
Member
 
Registered: Sep 2004
Distribution: Mint 19.1
Posts: 298

Original Poster
Rep: Reputation: 41
Static IP address did not work

Notebook has wireless card as well as standard 100MBps cable. I think eth0 is wireless, eth1 is physical cable.
Here is the output for tail -f /var/log/messages :
After plugging in cable
ct 14 14:19:59 linux kernel: eth0: New link status: Disconnected (0002)
Oct 14 14:20:00 linux kernel: eth0: New link status: Association Failed (0006)
Oct 14 14:20:02 linux kernel: eth0: New link status: Connected (0001)
Oct 14 14:20:06 linux kernel: e100: eth1: e100_watchdog: link up, 100Mbps, full-
duplex

While I was typing it addtionally produced:
4 14:22:15 linux kernel: eth0: New link status: Disconnected (0002)
Oct 14 14:22:17 linux kernel: eth0: New link status: Connected (0001)



ifconfig returned(actual physical card address has been changed):
eth0 Link encap:Ethernet HWaddr 00:99:99:99:ZZ:99
inet6 addr: ZZ99::ZZ99:ZZ99:ZZ99:aa14/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:2 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:7084 (6.9 Kb)
Interrupt:11 Base address:0xb000 Memory:f8000000-f8000fff

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:68 errors:0 dropped:0 overruns:0 frame:0
TX packets:68 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4936 (4.8 Kb) TX bytes:4936 (4.8 Kb)



ifup eth1 returned (numbers removed):
eth1 device: Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Cont
roller (rev 42)
eth1 configuration: eth-id-00:xx:xx:xx:xx:xx
Starting DHCP Client Daemon on eth1... . . . . . no IP address yet... background
ing.iptables v1.2.9: interface name `wlan-id-xx:xx:xx:xx' must be shorter
than IFNAMSIZ (15)
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.2.9: interface name `wlan-id-xx:xxx;xx:xx' must be shorter than
IFNAMSIZ (15)
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.2.9: interface name `wlan-id-0...' must be shorter than
IFNAMSIZ (15)
Try `iptables -h' or 'iptables --help' for more information.



Thanks
 
Old 10-16-2004, 04:28 AM   #8
wearetheborg
Member
 
Registered: Sep 2004
Distribution: Mint 19.1
Posts: 298

Original Poster
Rep: Reputation: 41
Bump Anyone??
 
Old 10-16-2004, 06:10 AM   #9
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

"stsic IP addres did not work"??

how did u set up that
and after setting up ur static IP address could u ping that IP address

also what i can see is u have eth1 as ur wirelas card from this

"
eth1 configuration: eth-id-00:xx:xx:xx:xx:xx
Starting DHCP Client Daemon on eth1... . . . . . no IP address yet... background
ing.iptables v1.2.9: interface name `wlan-id-xx:xx:xx:xx' must be shorter
than IFNAMSIZ (15)
Try `iptables -h' or 'iptable
"
regards
 
  


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
Suse 10 Ethernet Not working batorma Linux - Newbie 4 11-01-2005 06:52 PM
Wireless and Ethernet not working on Laptop lunar-blue Linux - Wireless Networking 8 08-03-2005 01:51 PM
Ethernet card problem on Laptop Toshiba Satellite A60 with Suse 9.2 der_kaiser1 SUSE / openSUSE 1 04-01-2005 12:26 PM
Broadcom 440x ethernet problems on Dell laptop with SuSE 8.0 Pro computerdude14 Linux - Laptop and Netbook 2 03-18-2005 03:57 PM
i want to get online with suse 9.1 personal but my ethernet card is'nt working. ojasom Linux - Hardware 8 09-08-2004 11:44 AM

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

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