View previous topic :: View next topic |
Author |
Message |
greml!n Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 29 Mar 2003 Posts: 159
|
Posted: Sat Mar 20, 2004 2:28 pm Post subject: udev, ide-scsi, and 2.6 |
|
|
I recently moved from devfs to udev on kernel 2.6.4 which works almost perfectly. The only problem now is that my cdrw (via SCSI emulation) doesn't seem to work anymore (devices are missing from /dev).
Anyone have any suggestions? I didn't see anything obvious in /etc/udev/udev.rules that I might have missed.
I realize that ATAPI is recommened for kernel 2-6 but I can't get it configured correctly for ANY of my burning front ends (xcdroast, gtoaster, simplecdr-x). Plus it seems like, though it's supported, it's not quite as prevalent as SCSI emulation in terms of front end support.
Any help would be much appreciated. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rmbalfa Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/153710340401000b44cfc8.jpg)
Joined: 15 Dec 2003 Posts: 200 Location: Illinois State University/Chicago
|
Posted: Thu Aug 05, 2004 5:03 am Post subject: |
|
|
Same problem here... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
oumpah-pah Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/743855687425ffcbfe320d.jpg)
Joined: 18 Jul 2004 Posts: 575 Location: Lausanne, Switzerland
|
Posted: Thu Aug 05, 2004 6:42 am Post subject: |
|
|
I don't remember the default kernel name of an ide-scsi device, but let's assume it's sr*. In that case, all you need to do is adding this line in /etc/udev/rules.d/10-local.rules (create it if needed) :
Quote: | BUS="ide", KERNEL="sr*", NAME="%k" |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Decibels Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/11158278024af5f41017fbf.jpg)
Joined: 16 Aug 2002 Posts: 1630 Location: U.S.A.
|
Posted: Fri Aug 06, 2004 11:45 am Post subject: |
|
|
When I used scsi-emulation it was 'sr0'. But have had no problem using ide-cd with udev. Just compiled it into the kernel and added the line to grub/lilo when boot to use it instead of ide-scsi. Gcombust did complain when told it to use /dev/hdc, but still worked and haven't noticed any issues with K3b. _________________ Support bacteria – they’re the only culture some people have.”
– Steven Wright |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rmbalfa Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/153710340401000b44cfc8.jpg)
Joined: 15 Dec 2003 Posts: 200 Location: Illinois State University/Chicago
|
Posted: Fri Aug 06, 2004 6:19 pm Post subject: |
|
|
I thoguht that since 2.6 ide-cd was depreciated and ide-scsi was the way to go? I would like to do it the recommended way if possible. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Decibels Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/11158278024af5f41017fbf.jpg)
Joined: 16 Aug 2002 Posts: 1630 Location: U.S.A.
|
Posted: Fri Aug 06, 2004 10:09 pm Post subject: |
|
|
No, exactly the opposite. Linus never liked the scsi emulation. _________________ Support bacteria – they’re the only culture some people have.”
– Steven Wright |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Redeeman l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/117688223440573d81a4402.jpg)
Joined: 25 Sep 2003 Posts: 958 Location: Portugal
|
Posted: Fri Aug 06, 2004 11:59 pm Post subject: |
|
|
dont use scsi emulation |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rmbalfa Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/153710340401000b44cfc8.jpg)
Joined: 15 Dec 2003 Posts: 200 Location: Illinois State University/Chicago
|
Posted: Sat Aug 07, 2004 5:44 am Post subject: |
|
|
I see, scsi-emulation = bad?
Most frontend (xcdroast which I use) and others I have heard don't play nice/nicest without it. What would be best here? Boot with ide-cd and wait for the frontends/backends to work well without scsi-emulation or what? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|