From: Pierre S. <mug...@ya...> - 2010-10-22 14:41:24
|
Fair enough, I'm not the first one then :) By "building a kernel" do you mean recompile the kernel? If so, I've no idea how to do that (I told you I'm really new at this!), I know I need the source kernel (2.6.32 in this case), and then I guess I could follow one of the thousands tutorials or "how to's" on the web. Still, I don't know if it comes with preloaded options and you just modify the ones you want (case in point, the one you're telling me), or if you need to know all the options there is to configure from scratch. Anyway if you could point me to the source kernel and a tutorial or "how to" to recompile it, I'll give it a try gladly! If I succeed, I promise to post the recompiled version on a fileserver for newbies generations to come... Thanks a lot for your reply, and patience!!! Re: [Gc-linux-devel] ide-scsi problem From: Albert Herranz <albert_herranz@ya...> - 2010-10-21 18:09 Pierre Sellamastique <mugre1975 <at> yahoo.com> writes: > > Hi everyone > Hi, > I seem to be having a problem no one had before. > Guess not :) > I'm running the latest version of whiite on my wii, with a Fluxbox desktop, and this last few days I've been > trying to workaround DVD playback capability using xine-ui and an external USB DVD recorder (Samsung), > which seems to be SCSI. > Anyway, I know by now that I should create a link that makes /dev/scd0 point to /dev/dvd to make it work, the > problem is I can't mount the USB device. > > I've been reading lots of forums and by now I think the problem is: there's no ide-scsi module on my > distribution, I couldn't find it, and furthermore there's no reference to it in my /etc/modules.conf > file, plus when I run "modprobe ide-scsi" the system confirms there's no such module. > > My question: Is there a way to get that module? Or any other way to mount the DVD disc on my USB device? > Try building a kernel with CONFIG_BLK_DEV_SR=y. The stock gc-linux kernel comes without support for "normal" optical drives. > I'm kinda of a newbie in linux trying to learn as fast as I can so try to put up with me > > Thanks > Your welcome. Cheers, Albert |