On Saturday 03 March 2007 09:25, Peter Breger wrote:
....
>
> Ok - I admit it was the powerline networking. I should have known better
> .. sigh ... Went out and bought xxx m of ethernet cable for up and down
> the stairs across the corridors - now pc boots with DHCP no problem.
>
> Question now: What do I need to get the powerline converter working in
> linux? (Ethernet cable to powerplug converter is from ACER)
>

Here you would need some expert for for networks :-)
This is from one of the earlier posts:

> eth0 device: 3Com [and all kinds of bla bla on hardware card]
> eth0 configuration: eth-bus-pci-0000:00:0f.0
> eth0 (DHCP) . . . . . no IP address yet ... backgrounding.
...
> eth0 dhcpcd is still waiting for data
>  waiting
> eth0 interface could not be set up until now.

I would assume that NIC driver doesn't get all data timely during the boot and 
the driver is not loaded. To check run 
  lsmod
and see does 3com driver, or anything that seems to be 3com is listed. 
If you can't find the module under 3com<something> than save output of lsmod 
to the file, go on with YaST Network, than back to lsmod and compare outputs. 

Once you have the correct name you may reboot, check network status, and try 
to load manually the driver with 
  modprobe <driver name>
and see if it helps. Hopefully there are not some module parameters that 
should be added to make it load correctly. 

If there is module when network is down than just try to 
  rmmode <driver name>
and then 
  modprobe <driver name>
and see result. 

In both cases after module is (re)loaded run 
  rcnetwork restart
and see if you have network.  

-- 
Regards, Rajko.
http://en.opensuse.org/Portal 
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to