Re: [cbm4linux-users] Compiling cbm4linux on SuSE 9.2
Brought to you by:
cbm4linux
From: Lars H. <lar...@ti...> - 2005-02-10 17:21:31
|
On Wednesday 09 February 2005 13:53, Lars Haugseth wrote: > Hi, > > Has anyone managed to compile cbm4linux on SuSE 9.2? > My kernel version is 2.6.8-24.10-smp, which is installed via > YaST online update. I have applied the parport_enumerate > patch. I finally managed to get it working on my own, after doing the following steps: 1. Copy the files .config, Module.symvers, scripts/basic/fixdep and scripts/mod/modpost from /usr/src/linux-2.6.8-24.10-obj to /usr/src/linux. 2. Add the following lines to /etc/modprobe.conf.local alias parport_lowlevel parport_pc options parport_pc io=0x378 irq=7 alias char-major-10-177 cbm options cbm lp=0 cable=1 reset=1 3. Do the following from a root shell: # rmmod parport_pc # modprobe parport_pc # modprobe cbm The last command seemed to hang forever, but CTRL-C took me back to the shell and everything seems to work just fine. Is anybody working on a GUI for cbm4linux? If not, I'd like to give it a shot. -- Lars Haugseth |