Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

No /dev/sr0 in stretch upgrade from jessie

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
hilltownboy
Posts: 97
Joined: 2008-03-31 19:10
Location: Ashfield, MA, USA

No /dev/sr0 in stretch upgrade from jessie

#1 Post by hilltownboy »

There is no /dev/sr0 in my stretch upgrade from jessie, so I can't use cdroms. Trying to load module sr_mod, I reach the following dead end:

Code: Select all

~$ sudo modprobe 4.9.0-3-686-pae/kernel/drivers/scsi/sr_mod.ko
modprobe: FATAL: Module 4.9.0-3-686-pae/kernel/drivers/scsi/sr_mod.ko not found in directory /lib/modules/4.9.0-3-686-pae

Code: Select all

$ sudo ls -l /lib/modules/kernel/drivers/scsi/sr_mod.ko
ls: cannot access '/lib/modules/kernel/drivers/scsi/sr_mod.ko': No such file or directory
Yet the following shows that sr_mod.ko is there:

Code: Select all

name@debian:/lib/modules/4.9.0-3-686-pae/kernel/drivers/scsi$ ll sr_mod.ko
-rw-r--r-- 1 root root 25148 Aug  6 00:24 sr_mod.ko
Also:

Code: Select all

~$ sudo modinfo sr_mod
filename:       /lib/modules/4.9.0-3-686-pae/kernel/drivers/scsi/sr_mod.ko
license:        GPL
alias:          scsi:t-0x04*
alias:          scsi:t-0x05*
alias:          block-major-11-*
license:        GPL
description:    SCSI cdrom (sr) driver
depends:        scsi_mod,cdrom
intree:         Y
vermagic:       4.9.0-3-686-pae SMP mod_unload modversions 686 
parm:           xa_test:int
Would appreciate help.

deborah-and-ian
Posts: 182
Joined: 2016-07-13 08:40

Re: No /dev/sr0 in stretch upgrade from jessie

#2 Post by deborah-and-ian »

Did you have some sort of custom kernel installed (compiled or from external repo)?
Debian GNU/Linux 9 Stretch w/Openbox

Acer Aspire E5-521G
AMD A8-6410 APU
4 GB RAM
integrated AMD Mullins
dedicated AMD Hainan Radeon R5 M240 2 GB
240 GB Toshiba Q300 SSD
Realtek RTL8111/8168/8411 ethernet
Qualcomm Atheros QCA9565 wireless

hilltownboy
Posts: 97
Joined: 2008-03-31 19:10
Location: Ashfield, MA, USA

Re: No /dev/sr0 in stretch upgrade from jessie

#3 Post by hilltownboy »

No custom kernel

Code: Select all

uname -a
Linux debian 4.9.0-3-686-pae #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) i686 GNU/Linux
This kernel came upgrading

Post Reply