Altri problemi (ho risposto troppo presto):
- La scheda audio me la riconosce con alsaconf, i seguenti moduli sono caricati:
codice:
snd_seq_midi_event 6920 -
snd_seq_midi_emul 7400 -
snd_seq_instr 8904 -
snd_seq 53904 -
usb_storage 33868 -
ehci_hcd 35088 -
uhci_hcd 34520 -
ohci_hcd 21772 -
usbcore 124348 -
ppp_synctty 9640 -
ppp_async 11208 -
crc_ccitt 1896 -
ppp_generic 28700 -
slhc 6856 -
snd_pcm_oss 52896 -
snd_mixer_oss 19176 -
snd_als4000 12068 -
snd_sb_common 15592 -
snd_pcm 93480 -
snd_page_alloc 10640 -
snd_opl3_lib 10984 -
snd_timer 25260 -
snd_hwdep 8800 -
snd_mpu401_uart 7848 -
snd_rawmidi 25312 -
snd_seq_device 8500 -
snd 53540 -
(forse ho anche esagerato)
Ma al comando alsamixer mi da:
codice:
bash-3.00# alsamixer
alsamixer: function snd_ctl_open failed for default: No such file or directory
Cosa può essere?
2 - USB:
Quando metto la chiavetta mi dice:
codice:
Sep 10 15:56:28 venlidh kernel: usb 1-1: new full speed USB device using ohci_hcd and address 3
Sep 10 15:56:28 venlidh kernel: scsi1 : SCSI emulation for USB Mass Storage devices
Sep 10 15:56:33 venlidh kernel: Vendor: Generic Model: USB Flash Disk Rev: 2.00
Sep 10 15:56:33 venlidh kernel: Type: Direct-Access ANSI SCSI revision: 02
Sep 10 15:56:33 venlidh kernel: Attached scsi generic sg0 at scsi1, channel 0, id 0, lun 0, type 0
Ma non trovo nessun device che potrei montare:
codice:
bash-3.00# cd /dev
bash-3.00# find -name \*scsi\*
bash-3.00# find -name sd\*
bash-3.00# find -name \*usb\*
bash-3.00# find -name ub\*
bash-3.00# lsusb
bash-3.00#
Che faccio?