View previous topic :: View next topic |
Author |
Message |
jonnevers Veteran
Joined: 02 Jan 2003 Posts: 1594 Location: Gentoo64 land
|
Posted: Fri Dec 03, 2004 2:10 pm Post subject: cron and the new kernel |
|
|
I just updated my kernel from 2.4 to 2.6 and now cron complains about
ERROR: Can't open file //sys/bus/pci/drivers/ehci_hcd/new_id
ERROR: Can't open file //sys/bus/pci/drivers/ohci1394/new_id
ERROR: Can't open file //sys/bus/pci/drivers/PIIX IDE/new_id
ERROR: Can't open file //sys/bus/pci/drivers/8139too/new_id
ERROR: Can't open file //sys/bus/pci/drivers/8139cp/new_id
ERROR: Can't open file //sys/bus/pci/drivers/eepro100/new_id
ERROR: Can't open file //sys/bus/pci/drivers/agpgart-intel/new_id
all of those drivers are compiled into the kernel... same as with the 2.4.
anyone know how to get rid of this? I assume 'touch'ing each of those would work but I guess I'm looking for why they appear to be missing
-Jon |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Fri Dec 03, 2004 3:01 pm Post subject: |
|
|
They are not files.
The sysFS is an interface to the kernel like /proc is, only for udev enabled systems.
You probably misconfigured some part of udev and/or devfs.
There's some docs about upgrading from devfs to udev on the site; check those for how to do a proper upgrade from 2.4 to 2.6 _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
|