Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ALSA e Audigy 2 ammutoliti
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Xet
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 170

PostPosted: Sat Oct 23, 2004 1:38 pm    Post subject: ALSA e Audigy 2 ammutoliti Reply with quote

ciao a tutti :)

ho un pc molto silenzioso....pure troppo....:)
non riesco a far riconoscere la sb audigy 2 nè ad alsa nè a oss...

c'è qualche anima pia che mi può dire come ha fatto

un pò di errori e config:

Code:

bash-2.05b# /etc/init.d/alsasound restart
 * WARNING:  you are stopping a boot service.
 * Unloading ALSA...
 * Storing ALSA Mixer Levels
/usr/sbin/alsactl: save_state:1061: No soundcards found...
 * Unloading modules                                                      [ !! ]
                                                                          [ ok ]
 * Loading ALSA drivers...
 * Using ALSA OSS emulation
 * Loading: snd-seq
FATAL: Module snd_seq not found.
 * Running card-dependent scripts
 * Restoring Mixer Levels 


Code:

bash-2.05b# lsmod
Module                  Size  Used by
snd_rawmidi            19712  0
snd_pcm                87428  0
snd_timer              23556  0
snd_ac97_codec         66052  0
snd_page_alloc          9992  0
snd_emu10k1            93989  1
snd_util_mem            4480  1 snd_emu10k1
snd_hwdep               7940  1 snd_emu10k1


Code:

bash-2.05b# uname -r
2.6.8-gentoo-r10

ho provato pure con kernel 2.4 e alsa-lib, ma niente da fare....è andato per 5 minuti poi è scomparso di brutto....
Back to top
View user's profile Send private message
Manuelixm
l33t
l33t


Joined: 03 Apr 2004
Posts: 832
Location: Brescia

PostPosted: Sat Oct 23, 2004 1:41 pm    Post subject: Reply with quote

Potrebbe essere una stupidata, ma hai provato a compilare tutto alsa come moduli?
Io ho risolto molti problemi così.
Usi hotplug?
Back to top
View user's profile Send private message
Xet
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 170

PostPosted: Sat Oct 23, 2004 2:02 pm    Post subject: Reply with quote

ehehe l'ho appena fatto devo ancora riavviare (moduli)

no non uso hotplug. ma guarda che la mia è una audigy 2 pci...hotplug non è solo per gestire le usb?




riavvio e vedo se modulare vva o meno...
Back to top
View user's profile Send private message
Xet
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 170

PostPosted: Sat Oct 23, 2004 2:19 pm    Post subject: Reply with quote

evviva i moduli evviva evviva!!!!

funziona il "bip" della campanella della shell, ma cmq in fase di boot mi da una valanga di "dev not found" per quanto riguarda l'audio...:|
il bello è che in /var/log non mi crea manco il log di avvio....(o sto diventando scemo e non lo deve creare lì o non mi ricordo come si chiama?)

Code:

bash-2.05b# ls /var/log/
Xorg.0.log  Xorg.0.log.old  cups  emerge.log  kdm.log  lastlog  news  samba  wtmp  xdm.log


ps: si sente basserrimo.... e kmix mi riconosce la cheda come una SigmaTel STAC9721/23 -_- ....poi non esiste la sezione di input...

se vado a cambiare il sistema sonoro nel control center di kde e lo setto da automatico a alsa mi compare la finestra che mi dice che non è stato rilevato /dev/dsp e userà /dev/null

Code:

bash-2.05b# /etc/init.d/alsasound restart
 * WARNING:  you are stopping a boot service.
 * Unloading ALSA...
ALSA lib seq_hw.c:446:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
can't open sequencer
 * Storing ALSA Mixer Levels
/usr/sbin/alsactl: save_state:1061: No soundcards found...
 * Unloading modules                                                                               [ ok ]
 * Loading ALSA drivers...
 * Using ALSA OSS emulation
 * Loading: snd-mixer-oss
WARNING: Error inserting snd (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko): Input/output error
 * Loading: snd-pcm-oss
WARNING: Error inserting snd (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko): Input/output error
 * Loading: snd-emu10k1
WARNING: Error inserting snd (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko): Input/output error
 * Loading: snd-seq
WARNING: Error inserting snd (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko): Input/output error
FATAL: Error inserting snd_seq (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/seq/snd-seq.ko): Device or resource busy
 * Running card-dependent scripts
 * Restoring Mixer Levels
/usr/sbin/alsactl: set_controls:986: snd_ctl_open error: No such file or directory                 [ ok ]



cmq ora provo se tiene...

ps grazie del consiglio :)
si sa mica anche la ragione di questa antipatia verso i kernel monolitici?
sono così comodi......:asd:
Back to top
View user's profile Send private message
Manuelixm
l33t
l33t


Joined: 03 Apr 2004
Posts: 832
Location: Brescia

PostPosted: Sat Oct 23, 2004 2:56 pm    Post subject: Reply with quote

Passo alla prima domanda, i problemi potrebbero essere creati dal fatto che non hai caricato tutti i moduli in /etc/modules.autoload/kernel2.x
quindi non li trova e te lo segnala.
Io mi trovo benissimo con hotplug parte come servizio al boot e mi carica quello che serve in modo dinamico.
Per il discorso modulare, se non sbaglio in qualche post si diceva che veniva consigliato di mettere come modulo alsa e i relativi componenti.
Ultima cosa io ho emerge alsa-utils, alsa-lib dopo aver compilato il kernel.
Ho dato un alsaconfig e ho impostato i valori con alsamixer.
Fatto questo ho dato un bel alsactl store, ora mi funziona tutto.
Prova a postare un lsmod.
Back to top
View user's profile Send private message
Xet
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 170

PostPosted: Sun Oct 24, 2004 8:45 am    Post subject: Reply with quote

rieccomi al lavoro :P

Code:

Blu linux-2.6.8-gentoo-r10 # lsmod
Module                  Size  Used by
snd_emu10k1            94216  2
snd_rawmidi            21796  0
snd_seq_device          7816  0
snd_ac97_codec         66052  0
snd_util_mem            4480  1 snd_emu10k1
snd_hwdep               8452  1 snd_emu10k1
snd_pcm_oss            49960  0
snd_pcm                88324  0
snd_page_alloc          9992  0
snd_timer              23556  0
snd_mixer_oss          18688  1
intel_mch_agp           8848  0


aggiungo anche una mezza idea che mi è venuta:
non è che la scheda è usata da due server sonori diversi e quindi quando cerco di attivare alsa mi dice "resource busy" (vedi post sopra)
può benissimo essere che nel turbinio degli smanettamenti che ho operato ci fosse anche quello di provare un altro protocollo oltre al alsa...che poi mi son dimenticato di disabilitare...
Code:

Blu linux-2.6.8-gentoo-r10 # rc-update  -s
           alsasound | boot
               aumix |
            bootmisc | boot
             checkfs | boot
           checkroot | boot
               clock | boot
         consolefont | boot
         crypto-loop |
               cupsd |
          domainname |
              esound |
                famd |
                 gpm |
              hdparm |
            hostname | boot
             hotplug | boot
             keymaps | boot
                lisa |
               local |      default nonetwork
          localmount | boot
             modules | boot
                 nas |
            net.eth0 |      default
              net.lo | boot
            netmount |      default
                nscd |
             numlock |      default
             portmap |
             reslisa |
           rmnologin | boot
              rsyncd |
               samba |
              serial | boot
                sshd |      default
            sysklogd |
             urandom | boot
                 xdm |      default
                 xfs |
              xprint |






in questo caso come faccio ad appurarlo?
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sun Oct 24, 2004 8:55 am    Post subject: Reply with quote

In genere succede se hai un sound server e cerchi di accedere alla scheda via device puro (alsa). Guarda se tra i processi hai artsd o esound, e assicurati di configurare le applicazioni di usare il sound server.
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
Xet
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 170

PostPosted: Sun Oct 24, 2004 9:18 am    Post subject: Reply with quote

mmm sospetto di avere arts....(se non erro si avvia automaticamente con kde)

Code:

Blu linux-2.6.8-gentoo-r10 # ps aux | grep arts
root     13006  0.4  0.8 14060 8548 ?        S    12:43   0:09 //usr/kde/3.3/bin/artsd -F 10 -S 4096 -m artsmessage -c drkonqi -l 3 -f
root     13103  0.0  0.8 14060 8548 ?        S    12:43   0:00 //usr/kde/3.3/bin/artsd -F 10 -S 4096 -m artsmessage -c drkonqi -l 3 -f
root     13458  0.0  0.0  1348  428 pts/1    S    13:17   0:00 grep arts


in rc-update non è.....da dove piallo questa roba?
avevo già letto un post riguardo l'hdd recording con linux...è nei post utilissimi.

cmq killato i processi.[/url]


Last edited by Xet on Sun Oct 24, 2004 9:30 am; edited 1 time in total
Back to top
View user's profile Send private message
Xet
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 170

PostPosted: Sun Oct 24, 2004 9:27 am    Post subject: Reply with quote

nulla di fatto :|

Code:

Blu linux-2.6.8-gentoo-r10 # ps aux | grep arts
root     15250  0.0  0.0  1348  428 pts/1    S    13:29   0:00 grep arts
Blu linux-2.6.8-gentoo-r10 # /etc/init.d/alsasound restart
 * WARNING:  you are stopping a boot service.
 * Unloading ALSA...
ALSA lib seq_hw.c:446:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
can't open sequencer
 * Storing ALSA Mixer Levels
/usr/sbin/alsactl: save_state:1061: No soundcards found...
 * Unloading modules                                                                                                 [ ok ]
 * Loading ALSA drivers...
 * Using ALSA OSS emulation
 * Loading: snd-mixer-oss
WARNING: Error inserting snd (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko): Input/output error
 * Loading: snd-pcm-oss
WARNING: Error inserting snd (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko): Input/output error
 * Loading: snd-emu10k1
WARNING: Error inserting snd (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko): Input/output error
 * Loading: snd-seq
WARNING: Error inserting snd (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko): Input/output error
FATAL: Error inserting snd_seq (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/seq/snd-seq.ko): Device or resource busy
 * Running card-dependent scripts
 * Restoring Mixer Levels
/usr/sbin/alsactl: set_controls:986: snd_ctl_open error: No such file or directory   
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sun Oct 24, 2004 9:41 am    Post subject: Reply with quote

usi devfs o udev?

Fai così... non caricare alsa, ma prova a caricare i vari moduli a manina con un "modprobe [modulo]" annota gli errori e l'output del dmesg.

Facci sapere
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
Xet
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 170

PostPosted: Sun Oct 24, 2004 9:52 am    Post subject: Reply with quote

Code:

bash-2.05b# modprobe -l | grep snd
/lib/modules/2.6.8-gentoo-r10/kernel/sound/synth/snd-util-mem.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/synth/emux/snd-emux-synth.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd-pcm.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd-timer.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd-rawmidi.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd-page-alloc.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd-hwdep.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/seq/snd-seq-device.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/seq/snd-seq.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/seq/snd-seq-dummy.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/seq/snd-seq-midi-emul.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/seq/snd-seq-midi-event.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/seq/snd-seq-virmidi.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/seq/snd-seq-midi.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/oss/snd-pcm-oss.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/oss/snd-mixer-oss.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/pci/emu10k1/snd-emu10k1-synth.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/pci/emu10k1/snd-emu10k1.ko
/lib/modules/2.6.8-gentoo-r10/kernel/sound/pci/ac97/snd-ac97-codec.ko
bash-2.05b# modprobe snd-emu10k1
WARNING: Error inserting snd (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko): Input/output error
bash-2.05b# modprobe snd
FATAL: Error inserting snd (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko): Input/output error
bash-2.05b#


quali altri devo provare?
gli errori sono gli stessi di quando starto alsa

uso devfs
Code:

bash-2.05b# ps aux | grep devfs
root       413  0.0  0.0  1664  900 ?        S    13:39   0:00 /sbin/devfsd /dev
root      8224  0.0  0.0  1356  468 pts/1    S    13:55   0:00 grep devfs
Back to top
View user's profile Send private message
Manuelixm
l33t
l33t


Joined: 03 Apr 2004
Posts: 832
Location: Brescia

PostPosted: Sun Oct 24, 2004 10:01 am    Post subject: Reply with quote

Non so se ti può essere di aiuto, io ho caricato questi moduli:
Code:

snd_pcm_oss            50472  0
snd_mixer_oss          18176  1 snd_pcm_oss
snd_intel8x0m          16456  2
snd_intel8x0           30152  1
snd_ac97_codec         66500  2 snd_intel8x0m,snd_intel8x0
snd_pcm                86984  3 snd_pcm_oss,snd_intel8x0m,snd_intel8x0
snd_timer              21764  1 snd_pcm
snd_page_alloc          9096  3 snd_intel8x0m,snd_intel8x0,snd_pcm
snd_mpu401_uart         6208  1 snd_intel8x0
snd_rawmidi            20516  1 snd_mpu401_uart
snd_seq_device          6728  1 snd_rawmidi
snd                    49316  16 snd_pcm_oss,snd_mixer_oss,snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore               7520  1 snd

Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sun Oct 24, 2004 10:08 am    Post subject: Reply with quote

Manuelixm wrote:
Non so se ti può essere di aiuto, io ho caricato questi moduli:
Code:

snd_pcm_oss            50472  0
snd_mixer_oss          18176  1 snd_pcm_oss
snd_intel8x0m          16456  2
snd_intel8x0           30152  1
snd_ac97_codec         66500  2 snd_intel8x0m,snd_intel8x0
snd_pcm                86984  3 snd_pcm_oss,snd_intel8x0m,snd_intel8x0
snd_timer              21764  1 snd_pcm
snd_page_alloc          9096  3 snd_intel8x0m,snd_intel8x0,snd_pcm
snd_mpu401_uart         6208  1 snd_intel8x0
snd_rawmidi            20516  1 snd_mpu401_uart
snd_seq_device          6728  1 snd_rawmidi
snd                    49316  16 snd_pcm_oss,snd_mixer_oss,snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore               7520  1 snd



non so quali siano i moduli per la tua Audigy ma i moduli che hai caricato sono per i codec integrato delle schede madri con chipset intel 8x0 (tipo 810). mi sarei aspettato qualche "snd_emuQUALCOSA"... ciao
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
Xet
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 170

PostPosted: Sun Oct 24, 2004 10:09 am    Post subject: Reply with quote

per tutti ottengo un errore di I\O O_o ma nulla di più esplicativo...

Code:

WARNING: Error inserting snd (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko): Input/output error
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sun Oct 24, 2004 10:10 am    Post subject: Reply with quote

hai controllato il file di conf di alsa?

posta il tuo /etc/modules.d/alsa... e

ciao
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sun Oct 24, 2004 10:11 am    Post subject: Reply with quote

Xet wrote:
per tutti ottengo un errore di I\O O_o ma nulla di più esplicativo...

Code:

WARNING: Error inserting snd (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko): Input/output error


anche con dmesg?
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
Manuelixm
l33t
l33t


Joined: 03 Apr 2004
Posts: 832
Location: Brescia

PostPosted: Sun Oct 24, 2004 11:07 am    Post subject: Reply with quote

Quando hai compilato il kernel hai dato:
make && make modules_install
?

se hai compilato tutto come moduli, questi moduli dovrebbero essere al posto giusto e dovrebbero caricarsi.
Back to top
View user's profile Send private message
Xet
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 170

PostPosted: Sun Oct 24, 2004 11:10 am    Post subject: Reply with quote

/etc/modules.d/alsa (tolto i commenti per maggior leggibilità)

Code:

 $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.conf-rc,v 1.2 2004/07/18 03:40:55 dragonheart Exp $

alias snd-card-1 snd-emu10k1
alias sound-slot-0 snd-card-0

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

options snd  device_mode=0666
alias snd-card-0 snd-emu10k1
alias sound-slot-0 snd-emu10k1
Back to top
View user's profile Send private message
Xet
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 170

PostPosted: Sun Oct 24, 2004 11:14 am    Post subject: Reply with quote

Code:

bash-2.05b# dmesg emu10k1
d>] destroy_inode+0x4e/0x50
 [<c01793de>] dput+0x22/0x25b
 [<f8bfa3a3>] snd_card_emu10k1_remove+0x19/0x2a [snd_emu10k1]
 [<c0245dd4>] pci_device_remove+0x3b/0x3d
 [<c02a719e>] device_release_driver+0x64/0x66
 [<c02a71c0>] driver_detach+0x20/0x2e
 [<c02a764a>] bus_remove_driver+0x6b/0xa8
 [<c02a7b23>] driver_unregister+0x1a/0x48
 [<c0136a4c>] try_stop_module+0x37/0x3b
 [<c0246008>] pci_unregister_driver+0x16/0x26
 [<f8c09503>] alsa_card_emu10k1_exit+0xf/0x35 [snd_emu10k1]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0105117>] syscall_call+0x7/0xb
devfs_remove: snd/pcmC0D0c not found, cannot remove
 [<c01f7bec>] devfs_remove+0xd8/0xdd
 [<c02a7fa3>] class_dev_release+0x58/0x5c
 [<c03453f0>] snd_unregister_device+0xa8/0x10e
 [<c03506b3>] snd_pcm_dev_unregister+0x7c/0xfc
 [<c034abcf>] snd_device_free+0x9a/0xac
 [<c034add2>] snd_device_free_all+0x5e/0x64
 [<c0345d62>] snd_card_free+0x14c/0x309
 [<c017d167>] wake_up_inode+0x13/0x48
 [<c017b82d>] destroy_inode+0x4e/0x50
 [<c01793de>] dput+0x22/0x25b
 [<f8bfa3a3>] snd_card_emu10k1_remove+0x19/0x2a [snd_emu10k1]
 [<c0245dd4>] pci_device_remove+0x3b/0x3d
 [<c02a719e>] device_release_driver+0x64/0x66
 [<c02a71c0>] driver_detach+0x20/0x2e
 [<c02a764a>] bus_remove_driver+0x6b/0xa8
 [<c02a7b23>] driver_unregister+0x1a/0x48
 [<c0136a4c>] try_stop_module+0x37/0x3b
 [<c0246008>] pci_unregister_driver+0x16/0x26
 [<f8c09503>] alsa_card_emu10k1_exit+0xf/0x35 [snd_emu10k1]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0105117>] syscall_call+0x7/0xb
Badness in remove_proc_entry at fs/proc/generic.c:688
 [<c01953be>] remove_proc_entry+0xfa/0x134
 [<c0347c04>] snd_info_unregister+0x54/0x85
 [<c034fa4c>] snd_pcm_stream_proc_done+0x2b/0x45
 [<c034ff99>] snd_pcm_free_stream+0x32/0x5b
 [<c034ffed>] snd_pcm_free+0x2b/0x52
 [<c034abcf>] snd_device_free+0x9a/0xac
 [<c034add2>] snd_device_free_all+0x5e/0x64
 [<c0345d62>] snd_card_free+0x14c/0x309
 [<c017d167>] wake_up_inode+0x13/0x48
 [<c017b82d>] destroy_inode+0x4e/0x50
 [<c01793de>] dput+0x22/0x25b
 [<f8bfa3a3>] snd_card_emu10k1_remove+0x19/0x2a [snd_emu10k1]
 [<c0245dd4>] pci_device_remove+0x3b/0x3d
 [<c02a719e>] device_release_driver+0x64/0x66
 [<c02a71c0>] driver_detach+0x20/0x2e
 [<c02a764a>] bus_remove_driver+0x6b/0xa8
 [<c02a7b23>] driver_unregister+0x1a/0x48
 [<c0136a4c>] try_stop_module+0x37/0x3b
 [<c0246008>] pci_unregister_driver+0x16/0x26
 [<f8c09503>] alsa_card_emu10k1_exit+0xf/0x35 [snd_emu10k1]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0105117>] syscall_call+0x7/0xb
Badness in remove_proc_entry at fs/proc/generic.c:688
 [<c01953be>] remove_proc_entry+0xfa/0x134
 [<c0347c04>] snd_info_unregister+0x54/0x85
 [<c034fa4c>] snd_pcm_stream_proc_done+0x2b/0x45
 [<c034ff99>] snd_pcm_free_stream+0x32/0x5b
 [<c034fffb>] snd_pcm_free+0x39/0x52
 [<c034abcf>] snd_device_free+0x9a/0xac
 [<c034add2>] snd_device_free_all+0x5e/0x64
 [<c0345d62>] snd_card_free+0x14c/0x309
 [<c017d167>] wake_up_inode+0x13/0x48
 [<c017b82d>] destroy_inode+0x4e/0x50
 [<c01793de>] dput+0x22/0x25b
 [<f8bfa3a3>] snd_card_emu10k1_remove+0x19/0x2a [snd_emu10k1]
 [<c0245dd4>] pci_device_remove+0x3b/0x3d
 [<c02a719e>] device_release_driver+0x64/0x66
 [<c02a71c0>] driver_detach+0x20/0x2e
 [<c02a764a>] bus_remove_driver+0x6b/0xa8
 [<c02a7b23>] driver_unregister+0x1a/0x48
 [<c0136a4c>] try_stop_module+0x37/0x3b
 [<c0246008>] pci_unregister_driver+0x16/0x26
 [<f8c09503>] alsa_card_emu10k1_exit+0xf/0x35 [snd_emu10k1]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0105117>] syscall_call+0x7/0xb
devfs_remove: snd/timer not found, cannot remove
 [<c01f7bec>] devfs_remove+0xd8/0xdd
 [<c0134638>] kthread_stop+0x81/0xb1
 [<c03453f0>] snd_unregister_device+0xa8/0x10e
 [<f8a4872e>] alsa_timer_exit+0x20/0x84 [snd_timer]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0150072>] remap_page_range+0x206/0x219
 [<c0105117>] syscall_call+0x7/0xb
unable to register native major device number 116
unable to register native major device number 116
unable to register native major device number 116
ACPI: PCI interrupt 0000:02:09.0[A] -> GSI 21 (level, low) -> IRQ 21
unable to register OSS PCM device 0:1
unable to register OSS PCM device 0:0
unable to register native major device number 116
devfs_remove: snd/hwC0D0 not found, cannot remove
 [<c01f7bec>] devfs_remove+0xd8/0xdd
 [<c03453f0>] snd_unregister_device+0xa8/0x10e
 [<f8a5fc24>] snd_hwdep_dev_unregister+0x7a/0xf2 [snd_hwdep]
 [<c034abcf>] snd_device_free+0x9a/0xac
 [<c034add2>] snd_device_free_all+0x5e/0x64
 [<c0345d62>] snd_card_free+0x14c/0x309
 [<c017d167>] wake_up_inode+0x13/0x48
 [<c017b82d>] destroy_inode+0x4e/0x50
 [<c01793de>] dput+0x22/0x25b
 [<f8bfa3a3>] snd_card_emu10k1_remove+0x19/0x2a [snd_emu10k1]
 [<c0245dd4>] pci_device_remove+0x3b/0x3d
 [<c02a719e>] device_release_driver+0x64/0x66
 [<c02a71c0>] driver_detach+0x20/0x2e
 [<c02a764a>] bus_remove_driver+0x6b/0xa8
 [<c02a7b23>] driver_unregister+0x1a/0x48
 [<c0136a4c>] try_stop_module+0x37/0x3b
 [<c0246008>] pci_unregister_driver+0x16/0x26
 [<f8c09503>] alsa_card_emu10k1_exit+0xf/0x35 [snd_emu10k1]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0105117>] syscall_call+0x7/0xb
devfs_remove: snd/midiC0D1 not found, cannot remove
 [<c01f7bec>] devfs_remove+0xd8/0xdd
 [<c023ea00>] kobject_cleanup+0x1/0x9a
 [<c03453f0>] snd_unregister_device+0xa8/0x10e
 [<c036017f>] snd_rawmidi_dev_unregister+0xb4/0x173
 [<c034abcf>] snd_device_free+0x9a/0xac
 [<c034add2>] snd_device_free_all+0x5e/0x64
 [<c0345d62>] snd_card_free+0x14c/0x309
 [<c017d167>] wake_up_inode+0x13/0x48
 [<c017b82d>] destroy_inode+0x4e/0x50
 [<c01793de>] dput+0x22/0x25b
 [<f8bfa3a3>] snd_card_emu10k1_remove+0x19/0x2a [snd_emu10k1]
 [<c0245dd4>] pci_device_remove+0x3b/0x3d
 [<c02a719e>] device_release_driver+0x64/0x66
 [<c02a71c0>] driver_detach+0x20/0x2e
 [<c02a764a>] bus_remove_driver+0x6b/0xa8
 [<c02a7b23>] driver_unregister+0x1a/0x48
 [<c0136a4c>] try_stop_module+0x37/0x3b
 [<c0246008>] pci_unregister_driver+0x16/0x26
 [<f8c09503>] alsa_card_emu10k1_exit+0xf/0x35 [snd_emu10k1]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0105117>] syscall_call+0x7/0xb
devfs_remove: snd/midiC0D0 not found, cannot remove
 [<c01f7bec>] devfs_remove+0xd8/0xdd
 [<c023ea00>] kobject_cleanup+0x1/0x9a
 [<c03453f0>] snd_unregister_device+0xa8/0x10e
 [<c036017f>] snd_rawmidi_dev_unregister+0xb4/0x173
 [<c034abcf>] snd_device_free+0x9a/0xac
 [<c034add2>] snd_device_free_all+0x5e/0x64
 [<c0345d62>] snd_card_free+0x14c/0x309
 [<c017d167>] wake_up_inode+0x13/0x48
 [<c017b82d>] destroy_inode+0x4e/0x50
 [<c01793de>] dput+0x22/0x25b
 [<f8bfa3a3>] snd_card_emu10k1_remove+0x19/0x2a [snd_emu10k1]
 [<c0245dd4>] pci_device_remove+0x3b/0x3d
 [<c02a719e>] device_release_driver+0x64/0x66
 [<c02a71c0>] driver_detach+0x20/0x2e
 [<c02a764a>] bus_remove_driver+0x6b/0xa8
 [<c02a7b23>] driver_unregister+0x1a/0x48
 [<c0136a4c>] try_stop_module+0x37/0x3b
 [<c0246008>] pci_unregister_driver+0x16/0x26
 [<f8c09503>] alsa_card_emu10k1_exit+0xf/0x35 [snd_emu10k1]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0105117>] syscall_call+0x7/0xb
devfs_remove: snd/pcmC0D3p not found, cannot remove
 [<c01f7bec>] devfs_remove+0xd8/0xdd
 [<c02a7fa3>] class_dev_release+0x58/0x5c
 [<c03453f0>] snd_unregister_device+0xa8/0x10e
 [<c03506b3>] snd_pcm_dev_unregister+0x7c/0xfc
 [<c034abcf>] snd_device_free+0x9a/0xac
 [<c034add2>] snd_device_free_all+0x5e/0x64
 [<c0345d62>] snd_card_free+0x14c/0x309
 [<c017d167>] wake_up_inode+0x13/0x48
 [<c017b82d>] destroy_inode+0x4e/0x50
 [<c01793de>] dput+0x22/0x25b
 [<f8bfa3a3>] snd_card_emu10k1_remove+0x19/0x2a [snd_emu10k1]
 [<c0245dd4>] pci_device_remove+0x3b/0x3d
 [<c02a719e>] device_release_driver+0x64/0x66
 [<c02a71c0>] driver_detach+0x20/0x2e
 [<c02a764a>] bus_remove_driver+0x6b/0xa8
 [<c02a7b23>] driver_unregister+0x1a/0x48
 [<c0136a4c>] try_stop_module+0x37/0x3b
 [<c0246008>] pci_unregister_driver+0x16/0x26
 [<f8c09503>] alsa_card_emu10k1_exit+0xf/0x35 [snd_emu10k1]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0105117>] syscall_call+0x7/0xb
devfs_remove: snd/pcmC0D2c not found, cannot remove
 [<c01f7bec>] devfs_remove+0xd8/0xdd
 [<c03453f0>] snd_unregister_device+0xa8/0x10e
 [<c03506b3>] snd_pcm_dev_unregister+0x7c/0xfc
 [<c034abcf>] snd_device_free+0x9a/0xac
 [<c034add2>] snd_device_free_all+0x5e/0x64
 [<c0345d62>] snd_card_free+0x14c/0x309
 [<c017d167>] wake_up_inode+0x13/0x48
 [<c017b82d>] destroy_inode+0x4e/0x50
 [<c01793de>] dput+0x22/0x25b
 [<f8bfa3a3>] snd_card_emu10k1_remove+0x19/0x2a [snd_emu10k1]
 [<c0245dd4>] pci_device_remove+0x3b/0x3d
 [<c02a719e>] device_release_driver+0x64/0x66
 [<c02a71c0>] driver_detach+0x20/0x2e
 [<c02a764a>] bus_remove_driver+0x6b/0xa8
 [<c02a7b23>] driver_unregister+0x1a/0x48
 [<c0136a4c>] try_stop_module+0x37/0x3b
 [<c0246008>] pci_unregister_driver+0x16/0x26
 [<f8c09503>] alsa_card_emu10k1_exit+0xf/0x35 [snd_emu10k1]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0105117>] syscall_call+0x7/0xb
devfs_remove: snd/pcmC0D1c not found, cannot remove
 [<c01f7bec>] devfs_remove+0xd8/0xdd
 [<c03453f0>] snd_unregister_device+0xa8/0x10e
 [<c03506b3>] snd_pcm_dev_unregister+0x7c/0xfc
 [<c034abcf>] snd_device_free+0x9a/0xac
 [<c034add2>] snd_device_free_all+0x5e/0x64
 [<c0345d62>] snd_card_free+0x14c/0x309
 [<c017d167>] wake_up_inode+0x13/0x48
 [<c017b82d>] destroy_inode+0x4e/0x50
 [<c01793de>] dput+0x22/0x25b
 [<f8bfa3a3>] snd_card_emu10k1_remove+0x19/0x2a [snd_emu10k1]
 [<c0245dd4>] pci_device_remove+0x3b/0x3d
 [<c02a719e>] device_release_driver+0x64/0x66
 [<c02a71c0>] driver_detach+0x20/0x2e
 [<c02a764a>] bus_remove_driver+0x6b/0xa8
 [<c02a7b23>] driver_unregister+0x1a/0x48
 [<c0136a4c>] try_stop_module+0x37/0x3b
 [<c0246008>] pci_unregister_driver+0x16/0x26
 [<f8c09503>] alsa_card_emu10k1_exit+0xf/0x35 [snd_emu10k1]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0105117>] syscall_call+0x7/0xb
Badness in remove_proc_entry at fs/proc/generic.c:688
 [<c01953be>] remove_proc_entry+0xfa/0x134
 [<c0347c04>] snd_info_unregister+0x54/0x85
 [<c034fa4c>] snd_pcm_stream_proc_done+0x2b/0x45
 [<c034ff99>] snd_pcm_free_stream+0x32/0x5b
 [<c034fffb>] snd_pcm_free+0x39/0x52
 [<c034abcf>] snd_device_free+0x9a/0xac
 [<c034add2>] snd_device_free_all+0x5e/0x64
 [<c0345d62>] snd_card_free+0x14c/0x309
 [<c017d167>] wake_up_inode+0x13/0x48
 [<c017b82d>] destroy_inode+0x4e/0x50
 [<c01793de>] dput+0x22/0x25b
 [<f8bfa3a3>] snd_card_emu10k1_remove+0x19/0x2a [snd_emu10k1]
 [<c0245dd4>] pci_device_remove+0x3b/0x3d
 [<c02a719e>] device_release_driver+0x64/0x66
 [<c02a71c0>] driver_detach+0x20/0x2e
 [<c02a764a>] bus_remove_driver+0x6b/0xa8
 [<c02a7b23>] driver_unregister+0x1a/0x48
 [<c0136a4c>] try_stop_module+0x37/0x3b
 [<c0246008>] pci_unregister_driver+0x16/0x26
 [<f8c09503>] alsa_card_emu10k1_exit+0xf/0x35 [snd_emu10k1]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0105117>] syscall_call+0x7/0xb
devfs_remove: snd/pcmC0D0p not found, cannot remove
 [<c01f7bec>] devfs_remove+0xd8/0xdd
 [<c03453f0>] snd_unregister_device+0xa8/0x10e
 [<c03506b3>] snd_pcm_dev_unregister+0x7c/0xfc
 [<c034abcf>] snd_device_free+0x9a/0xac
 [<c034add2>] snd_device_free_all+0x5e/0x64
 [<c0345d62>] snd_card_free+0x14c/0x309
 [<c017d167>] wake_up_inode+0x13/0x48
 [<c017b82d>] destroy_inode+0x4e/0x50
 [<c01793de>] dput+0x22/0x25b
 [<f8bfa3a3>] snd_card_emu10k1_remove+0x19/0x2a [snd_emu10k1]
 [<c0245dd4>] pci_device_remove+0x3b/0x3d
 [<c02a719e>] device_release_driver+0x64/0x66
 [<c02a71c0>] driver_detach+0x20/0x2e
 [<c02a764a>] bus_remove_driver+0x6b/0xa8
 [<c02a7b23>] driver_unregister+0x1a/0x48
 [<c0136a4c>] try_stop_module+0x37/0x3b
 [<c0246008>] pci_unregister_driver+0x16/0x26
 [<f8c09503>] alsa_card_emu10k1_exit+0xf/0x35 [snd_emu10k1]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0105117>] syscall_call+0x7/0xb
devfs_remove: snd/pcmC0D0c not found, cannot remove
 [<c01f7bec>] devfs_remove+0xd8/0xdd
 [<c02a7fa3>] class_dev_release+0x58/0x5c
 [<c03453f0>] snd_unregister_device+0xa8/0x10e
 [<c03506b3>] snd_pcm_dev_unregister+0x7c/0xfc
 [<c034abcf>] snd_device_free+0x9a/0xac
 [<c034add2>] snd_device_free_all+0x5e/0x64
 [<c0345d62>] snd_card_free+0x14c/0x309
 [<c017d167>] wake_up_inode+0x13/0x48
 [<c017b82d>] destroy_inode+0x4e/0x50
 [<c01793de>] dput+0x22/0x25b
 [<f8bfa3a3>] snd_card_emu10k1_remove+0x19/0x2a [snd_emu10k1]
 [<c0245dd4>] pci_device_remove+0x3b/0x3d
 [<c02a719e>] device_release_driver+0x64/0x66
 [<c02a71c0>] driver_detach+0x20/0x2e
 [<c02a764a>] bus_remove_driver+0x6b/0xa8
 [<c02a7b23>] driver_unregister+0x1a/0x48
 [<c0136a4c>] try_stop_module+0x37/0x3b
 [<c0246008>] pci_unregister_driver+0x16/0x26
 [<f8c09503>] alsa_card_emu10k1_exit+0xf/0x35 [snd_emu10k1]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0105117>] syscall_call+0x7/0xb
Badness in remove_proc_entry at fs/proc/generic.c:688
 [<c01953be>] remove_proc_entry+0xfa/0x134
 [<c0347c04>] snd_info_unregister+0x54/0x85
 [<c034fa4c>] snd_pcm_stream_proc_done+0x2b/0x45
 [<c034ff99>] snd_pcm_free_stream+0x32/0x5b
 [<c034ffed>] snd_pcm_free+0x2b/0x52
 [<c034abcf>] snd_device_free+0x9a/0xac
 [<c034add2>] snd_device_free_all+0x5e/0x64
 [<c0345d62>] snd_card_free+0x14c/0x309
 [<c017d167>] wake_up_inode+0x13/0x48
 [<c017b82d>] destroy_inode+0x4e/0x50
 [<c01793de>] dput+0x22/0x25b
 [<f8bfa3a3>] snd_card_emu10k1_remove+0x19/0x2a [snd_emu10k1]
 [<c0245dd4>] pci_device_remove+0x3b/0x3d
 [<c02a719e>] device_release_driver+0x64/0x66
 [<c02a71c0>] driver_detach+0x20/0x2e
 [<c02a764a>] bus_remove_driver+0x6b/0xa8
 [<c02a7b23>] driver_unregister+0x1a/0x48
 [<c0136a4c>] try_stop_module+0x37/0x3b
 [<c0246008>] pci_unregister_driver+0x16/0x26
 [<f8c09503>] alsa_card_emu10k1_exit+0xf/0x35 [snd_emu10k1]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0105117>] syscall_call+0x7/0xb
Badness in remove_proc_entry at fs/proc/generic.c:688
 [<c01953be>] remove_proc_entry+0xfa/0x134
 [<c0347c04>] snd_info_unregister+0x54/0x85
 [<c034fa4c>] snd_pcm_stream_proc_done+0x2b/0x45
 [<c034ff99>] snd_pcm_free_stream+0x32/0x5b
 [<c034fffb>] snd_pcm_free+0x39/0x52
 [<c034abcf>] snd_device_free+0x9a/0xac
 [<c034add2>] snd_device_free_all+0x5e/0x64
 [<c0345d62>] snd_card_free+0x14c/0x309
 [<c017d167>] wake_up_inode+0x13/0x48
 [<c017b82d>] destroy_inode+0x4e/0x50
 [<c01793de>] dput+0x22/0x25b
 [<f8bfa3a3>] snd_card_emu10k1_remove+0x19/0x2a [snd_emu10k1]
 [<c0245dd4>] pci_device_remove+0x3b/0x3d
 [<c02a719e>] device_release_driver+0x64/0x66
 [<c02a71c0>] driver_detach+0x20/0x2e
 [<c02a764a>] bus_remove_driver+0x6b/0xa8
 [<c02a7b23>] driver_unregister+0x1a/0x48
 [<c0136a4c>] try_stop_module+0x37/0x3b
 [<c0246008>] pci_unregister_driver+0x16/0x26
 [<f8c09503>] alsa_card_emu10k1_exit+0xf/0x35 [snd_emu10k1]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0105117>] syscall_call+0x7/0xb
devfs_remove: snd/timer not found, cannot remove
 [<c01f7bec>] devfs_remove+0xd8/0xdd
 [<c0134638>] kthread_stop+0x81/0xb1
 [<c03453f0>] snd_unregister_device+0xa8/0x10e
 [<f8a4872e>] alsa_timer_exit+0x20/0x84 [snd_timer]
 [<c0136c45>] sys_delete_module+0x15a/0x1aa
 [<c0150072>] remap_page_range+0x206/0x219
 [<c0105117>] syscall_call+0x7/0xb
unable to register native major device number 116
unable to register native major device number 116
unable to register native major device number 116
ACPI: PCI interrupt 0000:02:09.0[A] -> GSI 21 (level, low) -> IRQ 21
unable to register OSS PCM device 0:1
unable to register OSS PCM device 0:0
unable to register native major device number 116
bash-2.05b#
bash-2.05b# # --- END: Generated by ALSACONF, do not edit. ---
Back to top
View user's profile Send private message
Xet
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 170

PostPosted: Sun Oct 24, 2004 11:19 am    Post subject: Reply with quote

Manuelixm wrote:
Quando hai compilato il kernel hai dato:
make && make modules_install


si.
i moduli ci sono (modprobe -l)
ho rilanciato make && make modules_install per sicurezza....ma nulla è cambiato :(
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum