On Thu, 7 Oct 2004 21:03:55 +0200, Ram�n Gutierrez Camus <[EMAIL PROTECTED]> wrote:
> I recreated the /dev/cpcmd using the major and minor old numbers: > crw-rw---- 1 root root 107, 8 Sep 29 2003 /dev/cpcmd I think it is a bit unusual to have the major for the device as 107. SuSE provides two scripts that must be used to load the cpint module (which acquires a free major number) and creates the /dev/cpcmd node. I tend to forget their names, but 'rpm -ql cpint' should tell you. You mentioned you upgraded the kernel in a cloned server. Was this a true upgrade with rpm or have you copied files over manually? Is this the cpint that came with that kernel? You should be able to verify with 'modprobe cpint' And 'cat /proc/devices' will show you which major number it acquired so you could manually create the device node and verify things. Rob -- Rob van der Heij rvdheij @ gmail.com ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
