LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-08-2007, 05:20 AM   #31
nyloc
Member
 
Registered: Aug 2007
Location: Melbourne
Posts: 111

Original Poster
Rep: Reputation: 17

hutyerah, Good get , how did you know I am not in Melbourne Florida ?
"You mean NB5, not NB%" (still had the shift key down I guess)
It's the old see what you think you see with IPv6 routers. Routers didn't register and I thought it was refering to IP tables V6. Even on Linux I like to run a firewall (Arno's).
I like the idea of a hardware problem - gives me an excuse to buy a new box.
Certainly haven't need to go looking for it before.
Well I will now go and try disconnecting the Ethernet cable and let you know what happens.
Cheers
Col
 
Old 08-08-2007, 05:57 AM   #32
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Quote:
Originally Posted by nyloc
hutyerah, Good get , how did you know I am not in Melbourne Florida ?
"You mean NB5, not NB%" (still had the shift key down I guess)
It's the old see what you think you see with IPv6 routers. Routers didn't register and I thought it was refering to IP tables V6. Even on Linux I like to run a firewall (Arno's).
I like the idea of a hardware problem - gives me an excuse to buy a new box.
Certainly haven't need to go looking for it before.
Well I will now go and try disconnecting the Ethernet cable and let you know what happens.
Cheers
Col
Hi,

If you had the usb connection from the router/modem and the eth device for the router/modem to the same machine then of course that's part of the problem.

When you disconnect the usb from the router/modem, do you still see the MAC of the on board NIC changing?

As stated before the IPV6 error is not relevant at this point. Your not using IPV6 at this time are you?

I don't like intermittent hardware issues! They are like dominoes that tumble, one to another.

Last edited by onebuck; 08-08-2007 at 07:10 AM.
 
Old 08-08-2007, 06:51 AM   #33
nyloc
Member
 
Registered: Aug 2007
Location: Melbourne
Posts: 111

Original Poster
Rep: Reputation: 17
What happened was:
I think I have found my problem with Firefox. It appears that dhcpcd creates a new /etc/resolv.conf and puts in it "nameserver 192.168.1.1" whereas as far as I can tell Firefox needs the actual address of my isp "203.88.87.1" in resov.conf.
I booted with just the USB cable connected and ping & Konquerer worked Firefox didn't.
I booted with just the Ethernet cable and had no eth0.
I disconnected the Ethernet cable, replaced the USB cable and rebooted Slk 12. lsconfig says I have eth0,eth1 & still an increasing number. ping worked.
I booted into Slk 11 to talk to you and guess what? No internet connection.
I turned it off, re-connected the Ethernet so now I have both cables connected and after another reboot I can send this message.

Zen and the art of computer maintainence.
 
Old 08-08-2007, 07:54 PM   #34
nyloc
Member
 
Registered: Aug 2007
Location: Melbourne
Posts: 111

Original Poster
Rep: Reputation: 17
seems like I have to run as static ip because
line by line I removed the comment from /etc/rc.d/rc.inet1.conf until it looked like this
Quote:
# /etc/rc.d/rc.inet1.conf
#
# This file contains the configuration settings for network interfaces.
# If USE_DHCP[interface] is set to "yes", this overrides any other settings.
# If you don't have an interface, leave the settings null ("").

# You can configure network interfaces other than eth0,eth1... by setting
# IFNAME[interface] to the interface's name. If IFNAME[interface] is unset
# or empty, it is assumed you're configuring eth<interface>.

# Several other parameters are available, the end of this file contains a
# comprehensive set of examples.

# =============================================================================

# Config information for eth0:
IPADDR[0]=""
NETMASK[0]=""
USE_DHCP[0]="yes"
DHCP_HOSTNAME[0]=""

# Config information for eth1:
IPADDR[1]=""
NETMASK[1]=""
USE_DHCP[1]=""
DHCP_HOSTNAME[1]=""

# Config information for eth2:
IPADDR[2]=""
NETMASK[2]=""
USE_DHCP[2]=""
DHCP_HOSTNAME[2]=""

# Config information for eth3:
IPADDR[3]=""
NETMASK[3]=""
USE_DHCP[3]=""
DHCP_HOSTNAME[3]=""

# Default gateway IP address:
GATEWAY=""

# Change this to "yes" for debugging output to stdout. Unfortunately,
# /sbin/hotplug seems to disable stdout so you'll only see debugging output
# when rc.inet1 is called directly.
DEBUG_ETH_UP="no"

## Example config information for wlan0. Uncomment the lines you need and fill
## in your info. (You may not need all of these for your wireless network)
#IFNAME[4]="wlan0"
#IPADDR[4]=""
#NETMASK[4]=""
#USE_DHCP[4]="yes"
#DHCP_HOSTNAME[4]="icculus-wireless"
#DHCP_KEEPRESOLV[4]="yes"
#DHCP_KEEPNTP[4]="yes"
#DHCP_KEEPGW[4]="yes"
#DHCP_IPADDR[4]=""
#WLAN_ESSID[4]=BARRIER05
#WLAN_MODE[4]=Managed
##WLAN_RATE[4]="54M auto"
##WLAN_CHANNEL[4]="auto"
##WLAN_KEY[4]="D5AD1F04ACF048EC2D0B1C80C7"
##WLAN_IWPRIV[4]="AuthMode=WPAPSK EncrypType=TKIP WPAPSK=7B1ABEEB5D197741923ED26727569C365E31212096A0EAFAD563B268BAD01CAF TxRate=0"
#WLAN_WPA[4]="wpa_supplicant"
#WLAN_WPADRIVER[4]="ndiswrapper"

## Some examples of additional network parameters that you can use.
## Config information for wlan0:
#IFNAME[4]="wlan0" # Use a different interface name nstead of
# the default 'eth4'
#HWADDR[4]="00:01:23:45:67:89" # Overrule the card's hardware MAC address
#MTU[4]="" # The default MTU is 1500, but you might need
# 1360 when you use NAT'ed IPSec traffic.
DHCP_KEEPRESOLV[4]="yes" # If you dont want /etc/resolv.conf overwritten
#DHCP_KEEPNTP[4]="yes" # If you don't want ntp.conf overwritten
DHCP_KEEPGW[4]="yes" # If you don't want the DHCP server to change
# your default gateway
DHCP_IPADDR[4]="" # Request a specific IP address from the DHCP
# server
#WLAN_ESSID[4]=DARKSTAR # Here, you can override _any_ parameter
# defined in rc.wireless.conf, by prepending
# 'WLAN_' to the parameter's name. Useful for
# those with multiple wireless interfaces.
#WLAN_IWPRIV[4]="AuthMode=WPAPSK EncrypType=TKIP WPAPSK=thekey TxRate=0"
# Some drivers require a private ioctl to be
# set through the iwpriv command. If more than
# one is required, you can place them in the
# IWPRIV parameter (space-separated, see the
# example).
before I rebooted I set /etc/resolve.conf to this
Quote:
# my isp
nameserver 203.87.88.1
after rebooting every time /etc/resove.conf was changed to this
Quote:
# Generated by dhcpcd for interface eth0
nameserver 192.168.1.1
 
Old 08-08-2007, 08:13 PM   #35
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Quote:
Originally Posted by nyloc
seems like I have to run as static ip because
line by line I removed the comment from /etc/rc.d/rc.inet1.conf until it looked like this

before I rebooted I set /etc/resolve.conf to this

after rebooting every time /etc/resove.conf was changed to this
Hi,

The DNS nameserver is reset by the DHCP server presenting that to your system when you request a IP.

If you indeed want to use a static IP then you will need to setup the device information in the '/etc/rc.d/rc.inet1.conf' file. You will need to answer no to the
'USE_DHCP[0]="no"' for said device.

Be sure to set your Gateway.
 
Old 08-09-2007, 05:46 AM   #36
nyloc
Member
 
Registered: Aug 2007
Location: Melbourne
Posts: 111

Original Poster
Rep: Reputation: 17
This line from /etc/rc.d/rc.inet1.conf
Quote:
DHCP_KEEPRESOLV[4]="yes" # If you dont want /etc/resolv.conf overwritten
specifically says my /etc/resolv.conf should not change
so why does it?
 
Old 08-09-2007, 07:41 AM   #37
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Quote:
Originally Posted by nyloc
This line from /etc/rc.d/rc.inet1.conf

specifically says my /etc/resolv.conf should not change
so why does it?
Hi,

That is for device [4]. I thought you were using device [0].
 
Old 08-10-2007, 09:10 AM   #38
nyloc
Member
 
Registered: Aug 2007
Location: Melbourne
Posts: 111

Original Poster
Rep: Reputation: 17
"There is none so blind as he who will not see"
dhcpcd is working thanks


To add to life's rich tapestry I managed to cut the tip of my index finger which has made my hunt and peck typing even slower.
I am down to one cable, the Ethernet one. I even went as far as booting the xp partition (shudder) and it says I have Nvidia NVENET.sys, I remember installing Ethernet into the modem but don't remember doing USB, I am doing this with only the Ethernat cable connected to the modem so I'm betting the modem is set for Ethernet.
But I can't guarantee it hasn't also had USB installed.

I re-installed Slk 12, with static ip because I know Firefox will work without me forgetting to edit a file.
The first boot after install Firefox works.
The next boot eth0 is gone.
So I fiddle around a bit and found that if I delete the network rules file before rebooting I am ok.
If I set eth0 to 00:30:0a:44:7a:14 in the rules file I can only access the net with the USB cable re-connected.
In fact I had to put the USB cable in to get the rules file to include that address.

Seems I'm looking at dodgy hardware.
Can I get you any more info?

Cheers
Col
 
Old 08-10-2007, 08:04 PM   #39
hutyerah
Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 41

Rep: Reputation: 20
That's because that interface is the USB interface- it will only appear when you have the USB plugged in. If you're using one of the ethernet interfaces, then you need to set up the network with the hardware address "00:11:2F:82:19:30" which is your offboard ethernet card. That is, map eth0 to that in the network rules, then set DHCP on that in rc.inet1.conf etc etc.
 
Old 08-11-2007, 10:50 AM   #40
kevmccor
Member
 
Registered: Aug 2004
Location: Texas
Distribution: slackware
Posts: 158

Rep: Reputation: 44
If you have an ASUS motherboard, try googling "linux IOAPIC ASUS" because I have been through three motherboards with AM2 sockets (AMD dual core), nforce2 chipsets or AMD chipsets. None will successfully handle the APIC and so are confused on interrupts and i/o. Apparently this results in ethernet cards just not working. The problem is discussed in some forums. I have reverted to my old via motherboard so I don't have the details at hand. Do not flash your BIOS.
 
Old 08-12-2007, 07:55 AM   #41
nyloc
Member
 
Registered: Aug 2007
Location: Melbourne
Posts: 111

Original Poster
Rep: Reputation: 17
I've tried lots of different combinations and all I can say is if I delete /etc/udev/rules.d/75-network-devices.rules before rebooting I can access the internet after rebooting.Nothing else I tried made any difference.
 
Old 08-23-2007, 06:43 AM   #42
SteenB
LQ Newbie
 
Registered: Aug 2007
Location: Denmark
Posts: 2

Rep: Reputation: 0
Problem reproduceable

Hi,

I hate when I get to threads describing a problem I have, with no final conclusion.

I therefore want to confirm to nyloc and anyone else interested, that there seems to be a bug with the driver and/or nVidia Ethernet controller.

I'm on a Fedora Core 7 and have had the very same experience, that the onboard NIC worked at first boot, maybe on the first few reboots - not sure if I didn't reboot more than once after upgrading to FC7, and then it ceases to run.

I have tracked the problem as far down as to being my system not accepting the offered IP from DHCP. My DHCP server offers me an IP the dhcpclient doesn't want to install for some reason (the strange changing MACs?).

If I setup the system with a static IP it runs like a charm.

This is a new problem I have got on a system that ran and rebooted frequently for many months on FC4. Maybe it's a problem with FC7, maybe with the kernel (I'm on 2.6.22.1-33.fc7).

So to put a conclusion in my contribution: If the onboard nVidia Ethernet Controller works at first boot, but not at the next boot, and you use DHCP, change to a static IP unless you have time to fix the problem in the driver, which I for one will appreciate if you do :-).
 
Old 08-23-2007, 07:54 AM   #43
SteenB
LQ Newbie
 
Registered: Aug 2007
Location: Denmark
Posts: 2

Rep: Reputation: 0
Smile Seems to have been fixed in recent kernel

I have updated the kernel on my FC7 to the current release (2.6.22.1-41.fc7) and afterwards rebooted multiple times with DHCP enabled, without any problem.

Either it's luck and Murphy will hit me some day, or a bug has actually been fixed.
 
  


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
eth0: Device eth0 has different MAC address than expected,ignoring. lin1010 Linux - Networking 5 11-24-2010 07:30 AM
Wireless network on eth1 diabled Ethernet eth0 and eth0 never comes back tadatoshi Linux - Wireless Networking 4 09-23-2004 05:57 PM
Firewall WAN eth0 LAN eth1 self-bridges, eth0 does all routeing. Nichole_knc Linux - Networking 5 07-29-2004 02:33 PM
howto delete existing static ip of ethernet(eth0)& reconf multiple ips on eth0 viveku Linux - Networking 2 02-02-2004 01:30 AM
howto delete static ip configured on eth0 & reconf multiple ip on one eth0(redhat8 viveku Linux - Networking 0 01-31-2004 10:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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