Defeault kernel compile options SuSE 7.2 2.4.2-4gb
I have an IBM PC CAM pro and couldn't get it to work with the ibmcam module that came with 7.2 so I downloaded it from http://www.linux-usb.org/ibmcam/ to compile. I didn't know the parms for the kernel compile SuSE used, so I just let it rip. When I go to use the camera, the module sees it (unlike before) but blows up. I haven't found the kernel sources to try to compile something to see the flags used so I was wondering if anyone could tell me what the defaults SuSE used for 2.4.2-4gb? This is the error I get: Unable to handle kernel paging request at virtual address c88ea000 Thanks in advance... Boe -- My other computer is OS/390! __________________________________________________________________ Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/ Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
Boe wrote: (....)
This is the error I get: Unable to handle kernel paging request at virtual address c88ea000
(....) This normally occurs if you installed a wrong kernel, or installed it the wrong way. Make sure you got the right kernel. I had troubles with default kernel (pentium optimized) installing on an Athlon, though other guys reported that this would not be a problem. Since your box is not booting in the moment, boot from CD and run the rescue system. Install a kernel from this CD to get your system back working. Then, the next step is to install the desired kernel. I repeat a message from some weeks ago: For kernel update stick to the sdb-article 'ftpkernel'. IN short, it's like that: 1. Download new kernel, as an rpm. 2. Backup your old kernel: # cp /boot/vmlinuz /boot/vmlinuz.old and # cp /boot/initrd /boot/initrd.old 3. Install new kernel: # rpm -Uhv k_deflt.rpm 4. Create new ramdisk: # mk_initrd 5. rerun lilo: # lilo Next reboot, your new kernel is present. Worked exactly like that for my update on 2.4.7 Cheers .... Wolfi ================================== mailto:wolfi_z@web.de
participants (2)
-
BoeFranklin@netscape.net
-
wolfi