PDA

View Full Version : unable to activate SCSI LUNS at boot to use Multi-Flash card



fredouille
03-05-2006, 12:13 PM
Hi !

I tried to read a SD card with a Multi-Flash card reader with knopiix 4.02 and I failed

I read here that it was possible to activate scsi_luns at boot :

http://www.knoppix.net/forum/viewtopic.php?t=6954&highlight=luns&sid=8761d27194314080e34e121ad4bcd09d

but unfortunately it does not seem to work with knoppix 4.02

I tried :
max_scsi_luns=12
max_luns=512
at boot but it seems to be ignored

so I tried :
root@0[knoppix]# modprobe scsi_mod max_luns=512
FATAL: Module scsi_mod not found.
root@0[knoppix]# modprobe scsi_mod.max_luns=512
FATAL: Module scsi_mod.max_luns=512 not found.
root@0[knoppix]# modprobe scsi_mod_max_luns=512
FATAL: Module scsi_mod_max_luns=512 not found.
root@0[knoppix]# modprobe scsi_mod.max_luns=512
FATAL: Module scsi_mod.max_luns=512 not found.
root@0[knoppix]# modprobe scsi_max_luns=512
FATAL: Module scsi_max_luns=512 not found.
root@0[knoppix]# modprobe max_luns=512
FATAL: Module max_luns=512 not found.
root@0[knoppix]# modprobe scsi_mod=512
FATAL: Module scsi_mod=512 not found.
root@0[knoppix]# modprobe scsi_mod
FATAL: Module scsi_mod not found.
root@0[knoppix]# modprobe scsi_max_luns
FATAL: Module scsi_max_luns not found.

I did not manage to activate scsi luns at boot or after boot with knoppix 4.02
many thanks for help

nad
03-05-2006, 04:55 PM
What interface does the card reader use?

If USB, chances are that it is ready to go. Just search your startup message log (command: dmesg or: less /var/log/messages ) to see what device it was assigned to and mount that device. If you plug it in after you have booted, use the command: tail /var/log/messages .

fredouille
03-05-2006, 05:10 PM
Yes, it is USB and the solution is to boot with this option :

knoppix scsi_mod.max_luns=512