OVH Cloud OVH Cloud

[gentoo-user-fr] [SON] pas de son....

10 réponses
Avatar
grillot sebastien
Bonsoir,
alors deja, je me rends comptes de la nullité de ma question mais ce
soir... ca veut pas !
Je n'ai plus de son avec XMMS (a vrais dire depuis que j'ai fait la
reinstall complete de ma machine je n'avais pas de son mais la xmms se
lance bien et il ne me fait plus d'erreur 'oss je sais plus quoi') je
suis sous XFCE4...
Désolé pour cette question nul mais comme je l'ai dit... ce soir j'y
arrive pas du tout :s

Amicalement

Seb
--
Regist. Linux User #344952

/* Fuck me gently with a chainsaw... */
-- 2.0.38 /usr/src/linux/arch/sparc/kernel/ptrace.c

--
gentoo-user-fr@gentoo.org mailing list

10 réponses

Avatar
Neo Yoyo
Le 03/05/05, grillot sebastien a écrit :
Bonsoir,
alors deja, je me rends comptes de la nullité de ma question mais ce
soir... ca veut pas !
Je n'ai plus de son avec XMMS (a vrais dire depuis que j'ai fait la
reinstall complete de ma machine je n'avais pas de son mais la xmms se
lance bien et il ne me fait plus d'erreur 'oss je sais plus quoi') je
suis sous XFCE4...



Tu as fait koi comme reinstalle ? As tu bien pensé a compiler les
différents modules, et a les mettre dans les scripts qui vont bien ?
Résultat d'un lsmod et la description de ton matos.

Désolé pour cette question nul mais comme je l'ai dit... ce soir j'y
arrive pas du tout :s



Y'a des jours comme ca .

Amicalement

Seb
--
Regist. Linux User #344952



Neo !

--
mailing list
Avatar
Jacques Montier
grillot sebastien a gentiment tapote le 03.05.2005
19:37
On 03/05/05, grillot sebastien wrote:

Bonsoir,
alors deja, je me rends comptes de la nullité de ma question mais ce
soir... ca veut pas !
Je n'ai plus de son avec XMMS (a vrais dire depuis que j'ai fait la
reinstall complete de ma machine je n'avais pas de son mais la xmms se
lance bien et il ne me fait plus d'erreur 'oss je sais plus quoi') je
suis sous XFCE4...
Désolé pour cette question nul mais comme je l'ai dit... ce soir j'y
arrive pas du tout :s

Amicalement

Seb



d'ailleur... je ne sais meme pas si j'utilise alsa ou oss... houlala
ca va pas la !!!



Dans xmms, tu vas dans ->Options -> préférences ->
E/S Audio et tu regardes quel est le greffon
utilisé : ALSA ou OSS.


--
Jacques
--
mailing list
Avatar
grillot sebastien
On 03/05/05, Neo Yoyo wrote:

Tu as fait koi comme reinstalle ? As tu bien pensé a compiler les
différents modules, et a les mettre dans les scripts qui vont bien ?
Résultat d'un lsmod et la description de ton matos.



alors non c'est une reinstall totale ;o)
alors je vais te donner tout ce que j'ai fait

utopia zork # lspci | grep -i audio
0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)

utopia zork # cat /etc/make.conf | grep ALSA
ALSA_CARDS="intel8x0"

USE="mozsvg -qt -kde gtk gtk2 dvd alsa cdr aac acpi avi
bash-completion bluetooth divx4linux encode ffmpeg gphoto2 jabber java
jpeg jikes -ldap lm_sensors mmx mp3 ogg oggvorbis msn nptl openal
opengl pcmcia png pnp scanner tetex v4l wifi xinerama xvid oss"

j'ai emergé alsa-driver

utopia zork # eix alsa-driver
* media-sound/alsa-driver ected for removal.
Available versions: 0.9.8 1.0.3 1.0.7-r4 1.0.8 ~1.0.9_rc2
Installed: 1.0.9_rc2
Homepage: http://www.alsa-project.org/
Description: Advanced Linux Sound Architecture kernel modules


edité le fichier /etc/modules.d/alsa

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

# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
## OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss

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

# Set this to the correct number of cards.
options snd cards_limit=1

alias snd-card-0 snd_intel8x0
alias sound-slot-0 snd-card-0

je l'ai rajouté dans le boot et quand je fais
utopia zork # /etc/init.d/alsasound restart
* Storing ALSA Mixer Levels ...
[ ok ]
* Unloading ALSA ...
[ ok ]
* Unloading ALSA modules ...
[ ok ]
* Loading ALSA modules ...
* Loading: snd-card-0 ...
[ ok ]
* Loading: snd-seq-oss ...
[ ok ]
* Loading: snd-pcm-oss ...
[ ok ]
* Restoring Mixer Levels ...
[ ok ]
utopia zork #

et accesoirement l'interface de xfce4 devient moche et je pert ma
barre du bas ;o)

voila voila j'espere rien oublier ;o)



Y'a des jours comme ca .


bah ca tu l'as dis :)



--
Regist. Linux User #344952

/* Fuck me gently with a chainsaw... */
-- 2.0.38 /usr/src/linux/arch/sparc/kernel/ptrace.c

--
mailing list
Avatar
grillot sebastien
On 03/05/05, grillot sebastien wrote:
On 03/05/05, Neo Yoyo wrote:

> Tu as fait koi comme reinstalle ? As tu bien pensé a compiler les
> différents modules, et a les mettre dans les scripts qui vont bien ?
> Résultat d'un lsmod et la description de ton matos.


voila voila j'espere rien oublier ;o)




ah bah si....

utopia zork # lsmod
Module Size Used by
snd_pcm_oss 48032 0
snd_mixer_oss 16256 1 snd_pcm_oss
snd_seq_oss 31104 0
snd_seq_midi_event 6144 1 snd_seq_oss
snd_seq 44816 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 6668 2 snd_seq_oss,snd_seq
snd_intel8x0 27840 0
snd_ac97_codec 72824 1 snd_intel8x0
snd_pcm 76680 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 19716 2 snd_seq,snd_pcm
snd 44900 9
snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc 7428 2 snd_intel8x0,snd_pcm
irtty_sir 7040 0
sir_dev 14764 1 irtty_sir
irda 170172 2 irtty_sir,sir_dev
crc_ccitt 1920 1 irda
parport_pc 28996 0
parport 30024 1 parport_pc
ipw2200 129288 0
firmware_class 7168 1 ipw2200
ieee80211 35012 1 ipw2200
ieee80211_crypt 4484 2 ipw2200,ieee80211
e1000 80948 0
intel_agp 19100 1
agpgart 27560 1 intel_agp
sata_via 5764 0
sata_svw 5252 0
sata_sil 6020 0
sata_promise 7812 0
libata 39300 4 sata_via,sata_svw,sata_sil,sata_promise
dm_mod 49340 0
sbp2 19976 0
ohci1394 29060 0
ieee1394 86964 2 sbp2,ohci1394
ohci_hcd 18440 0
uhci_hcd 27536 0
usb_storage 27648 0
usbhid 31168 0
ehci_hcd 27656 0
usbcore 97272 6 ohci_hcd,uhci_hcd,usb_storage,usbhid,ehci_hcd
utopia zork #

>
>
> Y'a des jours comme ca .
bah ca tu l'as dis :)
>
--
Regist. Linux User #344952

/* Fuck me gently with a chainsaw... */
-- 2.0.38 /usr/src/linux/arch/sparc/kernel/ptrace.c





--
Regist. Linux User #344952

/* Fuck me gently with a chainsaw... */
-- 2.0.38 /usr/src/linux/arch/sparc/kernel/ptrace.c

--
mailing list
Avatar
Alexandre St-Pierre
> alors non c'est une reinstall totale ;o)
alors je vais te donner tout ce que j'ai fait




j'ai emergé alsa-driver

utopia zork # eix alsa-driver
* media-sound/alsa-driver ected for removal.
Available versions: 0.9.8 1.0.3 1.0.7-r4 1.0.8 ~1.0.9_rc2
Installed: 1.0.9_rc2
Homepage: http://www.alsa-project.org/
Description: Advanced Linux Sound Architecture kernel modules

edité le fichier /etc/modules.d/alsa

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

# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
## OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss

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

# Set this to the correct number of cards.
options snd cards_limit=1

alias snd-card-0 snd_intel8x0
alias sound-slot-0 snd-card-0

je l'ai rajouté dans le boot et quand je fais
utopia zork # /etc/init.d/alsasound restart
* Storing ALSA Mixer Levels ...
[ ok ]
* Unloading ALSA ...
[ ok ]
* Unloading ALSA modules ...
[ ok ]
* Loading ALSA modules ...
* Loading: snd-card-0 ...
[ ok ]
* Loading: snd-seq-oss ...
[ ok ]
* Loading: snd-pcm-oss ...
[ ok ]
* Restoring Mixer Levels ...
[ ok ]
utopia zork #

et accesoirement l'interface de xfce4 devient moche et je pert ma
barre du bas ;o)

voila voila j'espere rien oublier ;o)





Par defaut lors de la compilation des drivers ALSA, tous les channels
sont mis a MUTE. Donc un petit 'alsamixer' et regarder si cela ne
serait pas le cas.

--
Alexandre St-Pierre


--
mailing list
Avatar
grillot sebastien
On 04/05/05, Alexandre St-Pierre wrote:
> alors non c'est une reinstall totale ;o)
> alors je vais te donner tout ce que j'ai fait



Par defaut lors de la compilation des drivers ALSA, tous les channels
sont mis a MUTE. Donc un petit 'alsamixer' et regarder si cela ne
serait pas le cas.



oui oui biensur c'est la premiere chose que j'ai faite (pardon j'avais
oublié de le dire...)

--
Regist. Linux User #344952

/* Fuck me gently with a chainsaw... */
-- 2.0.38 /usr/src/linux/arch/sparc/kernel/ptrace.c

--
mailing list
Avatar
grillot sebastien
Resalut !
Alors mon probleme persiste et je commence à avoir de moins en moins d'idée ;o)
Maintenant XMMS plante (pire que tout je n'arrive mm plus à le killer
~ $ ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.1 1572 516 ? S 13:39 0:00 init [3]
root 2 0.0 0.0 0 0 ? SN 13:39 0:00 [ksoftirqd/0]
root 3 0.0 0.0 0 0 ? S< 13:39 0:00 [events/0]
root 4 0.0 0.0 0 0 ? S< 13:39 0:00 [khelper]
root 9 0.0 0.0 0 0 ? S< 13:39 0:00 [kthread]
root 18 0.0 0.0 0 0 ? S< 13:39 0:00 [vesafb]
root 20 0.0 0.0 0 0 ? S< 13:39 0:00 [kacpid]
root 120 0.0 0.0 0 0 ? S< 13:39 0:00 [kblockd/0]
root 177 0.0 0.0 0 0 ? S 13:39 0:00 [pdflush]
root 178 0.0 0.0 0 0 ? S 13:39 0:00 [pdflush]
root 180 0.0 0.0 0 0 ? S< 13:39 0:00 [aio/0]
root 179 0.0 0.0 0 0 ? S 13:39 0:00 [kswapd0]
root 182 0.0 0.0 0 0 ? S 13:39 0:00 [jfsIO]
root 183 0.0 0.0 0 0 ? S 13:39 0:00 [jfsCommit]
root 184 0.0 0.0 0 0 ? S 13:39 0:00 [jfsSync]
root 185 0.0 0.0 0 0 ? S< 13:39 0:00 [xfslogd/0]
root 186 0.0 0.0 0 0 ? S< 13:39 0:00 [xfsdatad/0]
root 187 0.0 0.0 0 0 ? S 13:39 0:00 [xfsbufd]
root 778 0.0 0.0 0 0 ? S 13:39 0:00 [kseriod]
root 1086 0.0 0.0 0 0 ? S 13:40 0:00 [khubd]
root 1492 0.0 0.0 0 0 ? S 13:40 0:00 [khpsbpkt]
root 1829 0.0 0.0 0 0 ? S< 13:40 0:00 [ata/0]
root 2297 0.0 0.0 0 0 ? S< 13:40 0:00 [reiserfs/0]
root 2446 0.0 0.2 2068 1124 ? Ss 13:40 0:00 /sbin/devfsd /d
root 7532 0.0 0.0 0 0 ? S< 13:40 0:00 [ipw2200/0]
root 8156 0.0 0.0 0 0 ? S 13:40 0:00 [kIrDAd]
root 9168 0.0 0.1 1836 748 ? Ss 13:40 0:00 /usr/sbin/syslo
cvsd 9981 0.0 0.1 1808 720 ? SNs 13:40 0:00 /usr/sbin/cvsd
rpc 9999 0.0 0.1 1812 660 ? Ss 13:40 0:00 /sbin/portmap
root 10009 0.0 0.2 2796 1148 ? Ss 13:40 0:00 /usr/sbin/famd
root 10136 0.0 0.2 3508 1412 ? Ss 13:40 0:00 /usr/sbin/sshd
root 10176 0.0 0.1 1836 728 ? Ss 13:40 0:00 /usr/sbin/cron
root 10209 0.0 0.2 2280 1040 ? Ss 13:40 0:00 login -- zork
root 10215 0.0 0.1 1608 608 tty2 Ss+ 13:40 0:00 /sbin/agetty 38
root 10216 0.0 0.1 1608 608 tty3 Ss+ 13:40 0:00 /sbin/agetty 38
root 10217 0.0 0.1 1608 608 tty4 Ss+ 13:40 0:00 /sbin/agetty 38
root 10218 0.0 0.1 1608 608 tty5 Ss+ 13:40 0:00 /sbin/agetty 38
root 10219 0.0 0.1 1608 608 tty6 Ss+ 13:40 0:00 /sbin/agetty 38
zork 10275 0.0 0.2 2744 1400 tty1 Ss 13:40 0:00 -bash
zork 10280 0.0 0.1 2268 1004 tty1 S+ 13:40 0:00 /bin/sh /usr/bi
zork 10291 0.0 0.1 2432 672 tty1 S+ 13:40 0:00 xinit /home/zor
root 10292 0.9 4.1 25872 21256 ? S 13:40 0:07 X :0 -nolisten
zork 10306 0.0 0.1 2532 1012 tty1 S 13:40 0:00 /bin/sh /etc/xd
zork 10310 0.0 0.1 2528 988 tty1 S 13:40 0:00 /bin/sh /etc/xd
zork 10311 0.0 0.4 4076 2132 tty1 S 13:40 0:00 xscreensaver -n
zork 10314 0.0 0.1 3064 880 ? Ss 13:40 0:00 /usr/bin/ssh-ag
zork 10318 0.0 0.9 10744 4632 tty1 S 13:41 0:00 /usr/bin/xfce4-
zork 10320 0.0 1.3 17856 7060 ? Ss 13:41 0:00 xfce-mcs-manage
zork 10323 0.0 1.4 12548 7440 tty1 S 13:41 0:00 xfwm4 --sm-clie
zork 10325 0.0 1.2 11632 6560 tty1 S 13:41 0:00 xftaskbar4 --sm
zork 10327 0.0 1.8 17872 9388 tty1 S 13:41 0:00 xfdesktop --sm-
zork 10329 0.0 2.0 19448 10564 tty1 S 13:41 0:00 xfce4-panel --s
zork 10331 0.0 0.2 2532 1148 tty1 S 13:41 0:00 /bin/bash /usr/
zork 10345 1.3 7.6 103684 39576 tty1 Sl 13:41 0:10 /usr/lib/Mozill
zork 10351 0.0 0.4 3824 2236 tty1 S 13:41 0:00 /usr/libexec/gc
zork 10365 0.0 0.1 2528 996 tty1 S 13:44 0:00 /bin/sh /usr/bi
zork 10366 0.0 0.2 8752 1440 tty1 S 13:44 0:00 /usr/lib/eclips
zork 10367 1.8 17.0 259172 87836 tty1 Sl 13:44 0:11 /opt/sun-jdk-1.
zork 10422 0.0 0.5 6048 2692 tty1 R 13:51 0:00 xterm -title Te
zork 10424 0.0 0.2 2744 1384 pts/0 Ss 13:51 0:00 bash
zork 10429 0.3 0.0 0 0 tty1 Zl 13:53 0:00 [xmm] <defunct>
zork 10526 0.0 0.1 2572 860 pts/0 R+ 13:54 0:00 ps aux
~ $ ps aux | grep xmms
zork 10429 0.2 0.0 0 0 tty1 Zl 13:53 0:00
[xmms] <defunct>
zork 10530 0.0 0.0 1624 488 pts/0 S+ 13:54 0:00 grep xmms
~ $ su
Password:
utopia zork # kill -9 10429
utopia zork # ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.1 1572 516 ? S 13:39 0:00 init [3]
root 2 0.0 0.0 0 0 ? SN 13:39 0:00 [ksoftirqd/0]
root 3 0.0 0.0 0 0 ? S< 13:39 0:00 [events/0]
root 4 0.0 0.0 0 0 ? S< 13:39 0:00 [khelper]
root 9 0.0 0.0 0 0 ? S< 13:39 0:00 [kthread]
root 18 0.0 0.0 0 0 ? S< 13:39 0:00 [vesafb]
root 20 0.0 0.0 0 0 ? S< 13:39 0:00 [kacpid]
root 120 0.0 0.0 0 0 ? S< 13:39 0:00 [kblockd/0]
root 177 0.0 0.0 0 0 ? S 13:39 0:00 [pdflush]
root 178 0.0 0.0 0 0 ? S 13:39 0:00 [pdflush]
root 180 0.0 0.0 0 0 ? S< 13:39 0:00 [aio/0]
root 179 0.0 0.0 0 0 ? S 13:39 0:00 [kswapd0]
root 182 0.0 0.0 0 0 ? S 13:39 0:00 [jfsIO]
root 183 0.0 0.0 0 0 ? S 13:39 0:00 [jfsCommit]
root 184 0.0 0.0 0 0 ? S 13:39 0:00 [jfsSync]
root 185 0.0 0.0 0 0 ? S< 13:39 0:00 [xfslogd/0]
root 186 0.0 0.0 0 0 ? S< 13:39 0:00 [xfsdatad/0]
root 187 0.0 0.0 0 0 ? S 13:39 0:00 [xfsbufd]
root 778 0.0 0.0 0 0 ? S 13:39 0:00 [kseriod]
root 1086 0.0 0.0 0 0 ? S 13:40 0:00 [khubd]
root 1492 0.0 0.0 0 0 ? S 13:40 0:00 [khpsbpkt]
root 1829 0.0 0.0 0 0 ? S< 13:40 0:00 [ata/0]
root 2297 0.0 0.0 0 0 ? S< 13:40 0:00 [reiserfs/0]
root 2446 0.0 0.2 2068 1128 ? Ss 13:40 0:00
/sbin/devfsd /dev
root 7532 0.0 0.0 0 0 ? S< 13:40 0:00 [ipw2200/0]
root 8156 0.0 0.0 0 0 ? S 13:40 0:00 [kIrDAd]
root 9168 0.0 0.1 1836 748 ? Ss 13:40 0:00
/usr/sbin/syslog-ng
cvsd 9981 0.0 0.1 1808 720 ? SNs 13:40 0:00 /usr/sbin/cvsd
rpc 9999 0.0 0.1 1812 660 ? Ss 13:40 0:00 /sbin/portmap
root 10009 0.0 0.2 2796 1148 ? Ss 13:40 0:00
/usr/sbin/famd -T 0 -c /etc/fam.conf
root 10136 0.0 0.2 3508 1412 ? Ss 13:40 0:00 /usr/sbin/sshd
root 10176 0.0 0.1 1836 728 ? Ss 13:40 0:00 /usr/sbin/cron
root 10209 0.0 0.2 2280 1040 ? Ss 13:40 0:00 login
-- zork
root 10215 0.0 0.1 1608 608 tty2 Ss+ 13:40 0:00
/sbin/agetty 38400 tty2 linux
root 10216 0.0 0.1 1608 608 tty3 Ss+ 13:40 0:00
/sbin/agetty 38400 tty3 linux
root 10217 0.0 0.1 1608 608 tty4 Ss+ 13:40 0:00
/sbin/agetty 38400 tty4 linux
root 10218 0.0 0.1 1608 608 tty5 Ss+ 13:40 0:00
/sbin/agetty 38400 tty5 linux
root 10219 0.0 0.1 1608 608 tty6 Ss+ 13:40 0:00
/sbin/agetty 38400 tty6 linux
zork 10275 0.0 0.2 2744 1400 tty1 Ss 13:40 0:00 -bash
zork 10280 0.0 0.1 2268 1004 tty1 S+ 13:40 0:00
/bin/sh /usr/bin/startx
zork 10291 0.0 0.1 2432 672 tty1 S+ 13:40 0:00 xinit
/home/zork/.xinitrc -- -nolisten tcp -br -deferglyphs 16
root 10292 0.9 4.1 25836 21256 ? R 13:40 0:07 X :0
-nolisten tcp -br -deferglyphs 16
zork 10306 0.0 0.1 2532 1012 tty1 S 13:40 0:00
/bin/sh /etc/xdg/xfce4/xinitrc
zork 10310 0.0 0.1 2528 988 tty1 S 13:40 0:00
/bin/sh /etc/xdg/xfce4/xinitrc
zork 10311 0.0 0.4 4076 2132 tty1 S 13:40 0:00
xscreensaver -no-splash
zork 10314 0.0 0.1 3064 880 ? Ss 13:40 0:00
/usr/bin/ssh-agent -s
zork 10318 0.0 0.9 10744 4632 tty1 S 13:40 0:00
/usr/bin/xfce4-session
zork 10320 0.0 1.3 17856 7060 ? Ss 13:41 0:00
xfce-mcs-manager
zork 10323 0.0 1.4 12548 7456 tty1 S 13:41 0:00 xfwm4
--sm-client-id 11c0a80102000111100633800000013600000 --display :0.0
zork 10325 0.0 1.2 11632 6560 tty1 S 13:41 0:00
xftaskbar4 --sm-client-id 11c0a80102000111100633800000013600002
--display :0.0
zork 10327 0.0 1.8 17872 9388 tty1 S 13:41 0:00
xfdesktop --sm-client-id 11c0a80102000111100633800000013600003
--display :0.0
zork 10329 0.0 2.0 19448 10564 tty1 S 13:41 0:00
xfce4-panel --sm-client-id 11c0a80102000111100633800000013600001
--display :0.0
zork 10331 0.0 0.2 2532 1148 tty1 S 13:41 0:00
/bin/bash /usr/libexec/mozilla-launcher
zork 10345 1.2 7.6 103684 39576 tty1 Sl 13:41 0:10
/usr/lib/MozillaFirefox/firefox-bin
zork 10351 0.0 0.4 3824 2236 tty1 S 13:41 0:00
/usr/libexec/gconfd-2 15
zork 10365 0.0 0.1 2528 996 tty1 S 13:44 0:00
/bin/sh /usr/bin/eclipse-3
zork 10366 0.0 0.2 8752 1440 tty1 S 13:44 0:00
/usr/lib/eclipse-3/eclipse-gtk
zork 10367 1.7 17.0 259172 87836 tty1 Sl 13:44 0:11
/opt/sun-jdk-1.4.2.08/bin/java -cp /usr/lib/eclipse-3/startup.jar
org.eclipse.core.launcher.Main -os linux -ws gtk -arch x86 -showsplash
/usr/lib/eclipse-3/eclip
zork 10422 0.0 0.7 6796 3840 tty1 R 13:51 0:00 xterm
-title Terminal
zork 10424 0.0 0.2 2744 1396 pts/0 Ss 13:51 0:00 bash
zork 10429 0.1 0.0 0 0 tty1 Zl 13:53 0:00
[xmms] <defunct>
root 10534 0.0 0.2 2316 1036 pts/0 S 13:54 0:00 su
root 10537 0.0 0.2 2484 1356 pts/0 S 13:54 0:00 bash
root 10539 0.0 0.1 2572 860 pts/0 R+ 13:55 0:00 ps aux
utopia zork # )

Mplayer c'est la meme :'(


utopia zork # amixer
Simple mixer control 'Master',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Front Left: Playback 31 [100%] [on]
Front Right: Playback 31 [100%] [on]
Simple mixer control 'Master Mono',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 31
Mono: Playback 31 [100%] [on]
Simple mixer control 'Headphone',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Front Left: Playback 31 [100%] [on]
Front Right: Playback 31 [100%] [on]
Simple mixer control 'Headphone Jack Sense',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'PCM',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Front Left: Playback 31 [100%] [on]
Front Right: Playback 31 [100%] [on]
Simple mixer control 'Line',0
Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
Capture exclusive group: 0
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: Playback 0 - 31
Front Left: Playback 29 [94%] [on] Capture [off]
Front Right: Playback 29 [94%] [on] Capture [off]
Simple mixer control 'Line Jack Sense',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'CD',0
Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
Capture exclusive group: 0
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: Playback 0 - 31
Front Left: Playback 31 [100%] [on] Capture [off]
Front Right: Playback 31 [100%] [on] Capture [off]
Simple mixer control 'Mic',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch
cswitch-joined cswitch-exclusive
Capture exclusive group: 0
Playback channels: Mono
Capture channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono: Playback 28 [90%] [on]
Front Left: Capture [on]
Front Right: Capture [on]
Simple mixer control 'Mic Boost (+20dB)',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'Mic Select',0
Capabilities:
Mono:
Simple mixer control 'Video',0
Capabilities: cswitch cswitch-joined cswitch-exclusive
Capture exclusive group: 0
Capture channels: Front Left - Front Right
Front Left: Capture [off]
Front Right: Capture [off]
Simple mixer control 'Phone',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch
cswitch-joined cswitch-exclusive
Capture exclusive group: 0
Playback channels: Mono
Capture channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono: Playback 31 [100%] [on]
Front Left: Capture [off]
Front Right: Capture [off]
Simple mixer control 'Aux',0
Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
Capture exclusive group: 0
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: Playback 0 - 31
Front Left: Playback 31 [100%] [on] Capture [off]
Front Right: Playback 31 [100%] [on] Capture [off]
Simple mixer control 'Mono Output Select',0
Capabilities:
Mono:
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 15
Front Left: Capture 15 [100%] [on]
Front Right: Capture 15 [100%] [on]
Simple mixer control 'Mix',0
Capabilities: cswitch cswitch-joined cswitch-exclusive
Capture exclusive group: 0
Capture channels: Front Left - Front Right
Front Left: Capture [off]
Front Right: Capture [off]
Simple mixer control 'Mix Mono',0
Capabilities: cswitch cswitch-joined cswitch-exclusive
Capture exclusive group: 0
Capture channels: Front Left - Front Right
Front Left: Capture [off]
Front Right: Capture [off]
Simple mixer control 'External Amplifier',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'Stereo Mic',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
utopia zork #


Sinon mes logs de demarage on sait jamais :)

utopia zork # dmesg
ie-8.7.7)) #1 Sat Apr 9 12:51:56 CEST 2005
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000001ff60000 (usable)
BIOS-e820: 000000001ff60000 - 000000001ff77000 (ACPI data)
BIOS-e820: 000000001ff77000 - 000000001ff79000 (ACPI NVS)
BIOS-e820: 000000001ff80000 - 0000000020000000 (reserved)
BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
511MB LOWMEM available.
On node 0 totalpages: 130912
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 126816 pages, LIFO batch:16
HighMem zone: 0 pages, LIFO batch:1
DMI present.
ACPI: RSDP (v002 IBM ) @ 0x000f6e00
ACPI: XSDT (v001 IBM TP-1R 0x00003066 LTP 0x00000000) @ 0x1ff6abe8
ACPI: FADT (v003 IBM TP-1R 0x00003066 IBM 0x00000001) @ 0x1ff6ad00
ACPI: SSDT (v001 IBM TP-1R 0x00003066 MSFT 0x0100000e) @ 0x1ff6aeb4
ACPI: ECDT (v001 IBM TP-1R 0x00003066 IBM 0x00000001) @ 0x1ff76ea1
ACPI: TCPA (v001 IBM TP-1R 0x00003066 PTL 0x00000001) @ 0x1ff76ef3
ACPI: BOOT (v001 IBM TP-1R 0x00003066 LTP 0x00000001) @ 0x1ff76fd8
ACPI: DSDT (v001 IBM TP-1R 0x00003066 MSFT 0x0100000e) @ 0x00000000
Allocating PCI resources starting at 20000000 (gap: 20000000:df800000)
Built 1 zonelists
Kernel command line: root=/dev/ram0 init=/linuxrc ramdisk92
real_root=/dev/hda3
Local APIC disabled by BIOS -- you can enable it with "lapic"
mapped APIC to ffffd000 (01401000)
Initializing CPU#0
PID hash table entries: 2048 (order: 11, 32768 bytes)
Detected 1699.139 MHz processor.
Using tsc for high-res timesource
Speakup v-2.00 CVS: Wed Mar 2 20:22:02 EST 2005 : initialized
Speakup: loading module "speakup_n"
request_module: runaway loop modprobe speakup_n
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 512312k/523648k available (2883k kernel code, 10740k reserved,
961k data, 188k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 3358.72 BogoMIPS (lpj79360)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Couldn't initialize miscdevice /dev/synth.
CPU: After generic identify, caps: afe9f9bf 00000000 00000000 00000000
00000180 00000000 00000000
CPU: After vendor identify, caps: afe9f9bf 00000000 00000000 00000000
00000180 00000000 00000000
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 2048K
CPU: After all inits, caps: afe9f9bf 00000000 00000000 00000040
00000180 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) M processor 1.70GHz stepping 06
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
ACPI: setting ELCR to 0200 (from 0800)
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Freeing initrd memory: 1556k freed
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfd8d6, last bus=8
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20050211
ACPI: Found ECDT
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
ACPI: Embedded Controller [EC] (gpe 28)
ACPI: Power Resource [PUBS] (on)
ACPI: PCI Interrupt Routing Table [_SB_.PCI0.AGP_._PRT]
ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PCI1._PRT]
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 13 devices
SCSI subsystem initialized
PCI: Using ACPI for IRQ routing
** PCI interrupts are no longer routed automatically. If this
** causes a device to stop working, it is probably because the
** driver failed to call pci_enable_device(). As a temporary
** workaround, the "pci=routeirq" argument restores the old
** behavior. If this argument makes the device work again,
** please email the output of "lspci" to
** so I can fix the driver.
Simple Boot Flag at 0x35 set to 0x1
Machine check exception polling timer started.
IBM machine detected. Enabling interrupts during APM calls.
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
inotify device minorc
devfs: 2004-01-31 Richard Gooch ()
devfs: boot_options: 0x0
Installing knfsd (copyright (C) 1996 ).
SGI XFS with large block numbers, no debug enabled
Initializing Cryptographic API
Real Time Clock Driver v1.12
Non-volatile memory driver v1.2
hw_random hardware driver 1.0.0 loaded
vesafb: ATI Technologies Inc., GL10, 01.00 (OEM: ATI MOBILITY RADEON 9600 )
vesafb: VBE version: 2.0
vesafb: protected mode interface info at c000:59f9
vesafb: pmi: set display start = c00c5a67, set palette = c00c5aa1
vesafb: pmi: ports = 3010 3016 3054 3038 303c 305c 3000 3004 30b0 30b2 30b4
vesafb: monitor limits: vf = 0 Hz, hf = 0 kHz, clk = 0 MHz
vesafb: scrolling: redraw
Console: switching to colour frame buffer device 80x30
vesafb: framebuffer at 0xe0000000, mapped to 0xe0900000, using 600k,
total 65472k
fb0: VESA VGA frame buffer device
ACPI: AC Adapter [AC] (on-line)
ACPI: Battery Slot [BAT0] (battery present)
ACPI: Power Button (FF) [PWRF]
ACPI: Lid Switch [LID]
ACPI: Sleep Button (CM) [SLPB]
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
ACPI: Processor [CPU] (supports 8 throttling states)
ACPI: Thermal Zone [THM0] (33 C)
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
pnp: Device 00:09 activated.
ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI interrupt 0000:00:1f.6[B] -> GSI 11 (level, low) -> IRQ 11
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard on isa0060/serio0
Synaptics Touchpad, model: 1
Firmware: 5.9
Sensor: 44
new absolute packet format
Touchpad has extended capability bits
-> multifinger detection
-> palm detection
-> pass-through port
input: SynPS/2 Synaptics TouchPad on isa0060/serio1
serio: Synaptics pass-through port at isa0060/serio1/input0
input: PS/2 Generic Mouse on synaptics-pt/serio0
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
loop: loaded (max 8 devices)
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH4: IDE controller at PCI slot 0000:00:1f.1
PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 11 (level, low) -> IRQ 11
ICH4: chipset revision 1
ICH4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x1860-0x1867, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0x1868-0x186f, BIOS settings: hdc:DMA, hdd:pio
Probing IDE interface ide0...
hda: HTS548060M9AT00, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: HL-DT-STCD-RW/DVD DRIVE GCC-4242N, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
Probing IDE interface ide2...
Probing IDE interface ide3...
Probing IDE interface ide4...
Probing IDE interface ide5...
hda: max request size: 128KiB
hda: 117210240 sectors (60011 MB) w/7877KiB Cache, CHSe535/16/63, UDMA(100)
hda: cache flushes supported
/dev/ide/host0/bus0/target0/lun0: p1 p2 p3 p4
hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
st: Version 20041025, fixed bufsize 32768, s/g segs 256
NET: Registered protocol family 2
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP established hash table entries: 32768 (order: 6, 262144 bytes)
TCP bind hash table entries: 32768 (order: 5, 131072 bytes)
TCP: Hash tables configured (established 32768 bind 32768)
NET: Registered protocol family 1
NET: Registered protocol family 17
ACPI wakeup devices:
LID SLPB PCI0 UART PCI1 USB0 USB1 USB2 AC9M
ACPI: (supports S0 S3 S4 S5)
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 188k freed
usbcore: registered new driver usbfs
usbcore: registered new driver hub
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:1d.7[D] -> GSI 11 (level, low) -> IRQ 11
ehci_hcd 0000:00:1d.7: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0
EHCI Controller
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: irq 11, pci mem 0xc0000000
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
PCI: cache line size of 32 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
USB Universal Host Controller Interface driver v2.2
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:1d.0[A] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd 0000:00:1d.0: Intel Corp. 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: irq 11, io base 0x1800
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:1d.1[B] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd 0000:00:1d.1: Intel Corp. 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: irq 11, io base 0x1820
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:1d.2[C] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd 0000:00:1d.2: Intel Corp. 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: irq 11, io base 0x1840
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
sbp2: $Rev: 1219 $ Ben Collins
usb 3-1: new low speed USB device using uhci_hcd and address 2
device-mapper: 4.4.0-ioctl (2005-01-12) initialised:
libata version 1.10 loaded.
input: USB HID v1.10 Mouse [B16_b_02 USB-PS/2 Optical Mouse] on
usb-0000:00:1d.1-1
ReiserFS: hda3: found reiserfs format "3.6" with standard journal
ReiserFS: hda3: using ordered data mode
ReiserFS: hda3: journal params: device hda3, size 8192, journal first
block 18, max trans len 1024, max batch 900, max commit age 30, max
trans age 30
ReiserFS: hda3: checking transaction log (hda3)
ReiserFS: hda3: Using r5 hash to sort names
Adding 500464k swap on /dev/hda2. Priority:-1 extents:1
ReiserFS: hda4: found reiserfs format "3.6" with standard journal
ReiserFS: hda4: using ordered data mode
ReiserFS: hda4: journal params: device hda4, size 8192, journal first
block 18, max trans len 1024, max batch 900, max commit age 30, max
trans age 30
ReiserFS: hda4: checking transaction log (hda4)
ReiserFS: hda4: Using r5 hash to sort names
cdrom: open failed.
cdrom: open failed.
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected an Intel 855PM Chipset.
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: AGP aperture is 256M @ 0xd0000000
ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 11 (level, low) -> IRQ 11
PCI: Setting latency timer of device 0000:00:1f.5 to 64
intel8x0_measure_ac97_clock: measured 49488 usecs
intel8x0: clocking to 48000
Intel(R) PRO/1000 Network Driver - version 5.6.10.1-k2
Copyright (c) 1999-2004 Intel Corporation.
ACPI: PCI interrupt 0000:02:01.0[A] -> GSI 11 (level, low) -> IRQ 11
e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
ieee80211_crypt: registered algorithm 'NULL'
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.2
ipw2200: Copyright(c) 2003-2004 Intel Corporation
ACPI: PCI interrupt 0000:02:02.0[A] -> GSI 11 (level, low) -> IRQ 11
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
parport: PnPBIOS parport detected.
parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE]
irda_init()
NET: Registered protocol family 23
e1000: eth0: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
e1000: eth0: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
mtrr: 0xe0000000,0x4000000 overlaps existing 0xe0000000,0x2000000
Unable to handle kernel paging request at virtual address 28f0dc00
printing eip:
28f0dc00
*pde = 00000000
Oops: 0000 [#1]
Modules linked in: snd_pcm_oss snd_mixer_oss snd_seq_oss
snd_seq_midi_event snd_seq snd_seq_device irtty_sir sir_dev irda
crc_ccitt parport_pc parport ipw2200 firmware_class ieee80211
ieee80211_crypt e1000 snd_intel8x0 snd_ac97_codec snd_pcm snd_timer
snd snd_page_alloc intel_agp agpgart sata_via sata_svw sata_sil
sata_promise libata dm_mod sbp2 ohci1394 ieee1394 ohci_hcd uhci_hcd
usb_storage usbhid ehci_hcd usbcore
CPU: 0
EIP: 0060:[<28f0dc00>] Not tainted VLI
EFLAGS: 00210206 (2.6.11-gentoo-r5)
EIP is at 0x28f0dc00
eax: cc02ff18 ebx: dc5340fa ecx: dc534016 edx: 28f0dc00
esi: 00000000 edi: d8cb46c0 ebp: 80044d04 esp: cc02ff04
ds: 007b es: 007b ss: 0068
Process xmms (pid: 10429, threadinfoÌ02e000 task×044a40)
Stack: e0cb15ee d8cb46c0 dc5340fa cc02ff18 cc02ff1c 00000000 00000000 bffff1d8
fffffffa d8cb46c0 e0cb16dd d8cb46c0 00000004 cc7e0880 bffff1d8 80044d04
cc02e000 e0cb1a27 d8cb46c0 80044d04 bffff1d8 c015fe0c dc269c2c cc7e0880
Call Trace:
[<e0cb15ee>] snd_mixer_oss_get_volume+0x9e/0xb0 [snd_mixer_oss]
[<e0cb16dd>] snd_mixer_oss_ioctl1+0x3d/0x370 [snd_mixer_oss]
[<e0cb1a27>] snd_mixer_oss_ioctl+0x17/0x20 [snd_mixer_oss]
[<c015fe0c>] do_ioctl+0x3c/0x70
[<c015ffd4>] vfs_ioctl+0x54/0x1e0
[<c016018d>] sys_ioctl+0x2d/0x50
[<c0102d09>] sysenter_past_esp+0x52/0x79
Code: Bad EIP value.

utopia zork #


Voila voila je suis un ch'tit peu en galere la lol je sais pas du tout
quoi faire ;o)

Amicalement

Seb

--
mailing list
Avatar
kakou
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

l
wrote:

Resalut ! Alors mon probleme persiste et je commence à avoir de
moins en moins d'idée ;o) Maintenant XMMS plante (pire que tout je
n'arrive mm plus à le killer ~ $ ps aux USER PID
%CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1
0.0 0.1 1572 516 ? S 13:39 0:00 init [3] root 2
0.0 0.0 0 0 ? SN 13:39 0:00 [ksoftirqd/0] root
3 0.0 0.0 0 0 ? S< 13:39 0:00 [events/0] root
4 0.0 0.0 0 0 ? S< 13:39 0:00 [khelper] root
9 0.0 0.0 0 0 ? S< 13:39 0:00 [kthread] root
18 0.0 0.0 0 0 ? S< 13:39 0:00 [vesafb] root
20 0.0 0.0 0 0 ? S< 13:39 0:00 [kacpid] root
120 0.0 0.0 0 0 ? S< 13:39 0:00 [kblockd/0] root
177 0.0 0.0 0 0 ? S 13:39 0:00 [pdflush]
root 178 0.0 0.0 0 0 ? S 13:39 0:00
[pdflush] root 180 0.0 0.0 0 0 ? S< 13:39
0:00 [aio/0] root 179 0.0 0.0 0 0 ? S
13:39 0:00 [kswapd0] root 182 0.0 0.0 0 0 ? S
13:39 0:00 [jfsIO] root 183 0.0 0.0 0 0 ? S
13:39 0:00 [jfsCommit] root 184 0.0 0.0 0 0 ?
S 13:39 0:00 [jfsSync] root 185 0.0 0.0 0 0 ?
S< 13:39 0:00 [xfslogd/0] root 186 0.0 0.0 0 0 ?
S< 13:39 0:00 [xfsdatad/0] root 187 0.0 0.0 0 0
? S 13:39 0:00 [xfsbufd] root 778 0.0 0.0 0 0
? S 13:39 0:00 [kseriod] root 1086 0.0 0.0 0 0
? S 13:40 0:00 [khubd] root 1492 0.0 0.0 0 0 ?
S 13:40 0:00 [khpsbpkt] root 1829 0.0 0.0 0 0
? S< 13:40 0:00 [ata/0] root 2297 0.0 0.0 0
0 ? S< 13:40 0:00 [reiserfs/0] root 2446 0.0 0.2
2068 1124 ? Ss 13:40 0:00 /sbin/devfsd /d root 7532
0.0 0.0 0 0 ? S< 13:40 0:00 [ipw2200/0] root
8156 0.0 0.0 0 0 ? S 13:40 0:00 [kIrDAd]
root 9168 0.0 0.1 1836 748 ? Ss 13:40 0:00
/usr/sbin/syslo cvsd 9981 0.0 0.1 1808 720 ? SNs 13:40
0:00 /usr/sbin/cvsd rpc 9999 0.0 0.1 1812 660 ? Ss
13:40 0:00 /sbin/portmap root 10009 0.0 0.2 2796 1148 ?
Ss 13:40 0:00 /usr/sbin/famd root 10136 0.0 0.2 3508 1412
? Ss 13:40 0:00 /usr/sbin/sshd root 10176 0.0 0.1
1836 728 ? Ss 13:40 0:00 /usr/sbin/cron root 10209
0.0 0.2 2280 1040 ? Ss 13:40 0:00 login -- zork root
10215 0.0 0.1 1608 608 tty2 Ss+ 13:40 0:00 /sbin/agetty
38 root 10216 0.0 0.1 1608 608 tty3 Ss+ 13:40 0:00
/sbin/agetty 38 root 10217 0.0 0.1 1608 608 tty4 Ss+
13:40 0:00 /sbin/agetty 38 root 10218 0.0 0.1 1608 608
tty5 Ss+ 13:40 0:00 /sbin/agetty 38 root 10219 0.0 0.1
1608 608 tty6 Ss+ 13:40 0:00 /sbin/agetty 38 zork
10275 0.0 0.2 2744 1400 tty1 Ss 13:40 0:00 -bash zork
10280 0.0 0.1 2268 1004 tty1 S+ 13:40 0:00 /bin/sh
/usr/bi zork 10291 0.0 0.1 2432 672 tty1 S+ 13:40
0:00 xinit /home/zor root 10292 0.9 4.1 25872 21256 ?
S 13:40 0:07 X :0 -nolisten zork 10306 0.0 0.1 2532
1012 tty1 S 13:40 0:00 /bin/sh /etc/xd zork 10310 0.0
0.1 2528 988 tty1 S 13:40 0:00 /bin/sh /etc/xd zork
10311 0.0 0.4 4076 2132 tty1 S 13:40 0:00 xscreensaver
-n zork 10314 0.0 0.1 3064 880 ? Ss 13:40 0:00
/usr/bin/ssh-ag zork 10318 0.0 0.9 10744 4632 tty1 S
13:41 0:00 /usr/bin/xfce4- zork 10320 0.0 1.3 17856 7060
? Ss 13:41 0:00 xfce-mcs-manage zork 10323 0.0 1.4
12548 7440 tty1 S 13:41 0:00 xfwm4 --sm-clie zork 10325
0.0 1.2 11632 6560 tty1 S 13:41 0:00 xftaskbar4 --sm
zork 10327 0.0 1.8 17872 9388 tty1 S 13:41 0:00
xfdesktop --sm- zork 10329 0.0 2.0 19448 10564 tty1 S
13:41 0:00 xfce4-panel --s zork 10331 0.0 0.2 2532 1148
tty1 S 13:41 0:00 /bin/bash /usr/ zork 10345 1.3 7.6
103684 39576 tty1 Sl 13:41 0:10 /usr/lib/Mozill zork 10351
0.0 0.4 3824 2236 tty1 S 13:41 0:00 /usr/libexec/gc
zork 10365 0.0 0.1 2528 996 tty1 S 13:44 0:00
/bin/sh /usr/bi zork 10366 0.0 0.2 8752 1440 tty1 S
13:44 0:00 /usr/lib/eclips zork 10367 1.8 17.0 259172 87836
tty1 Sl 13:44 0:11 /opt/sun-jdk-1. zork 10422 0.0 0.5
6048 2692 tty1 R 13:51 0:00 xterm -title Te zork
10424 0.0 0.2 2744 1384 pts/0 Ss 13:51 0:00 bash zork
10429 0.3 0.0 0 0 tty1 Zl 13:53 0:00 [xmm]
<defunct> zork 10526 0.0 0.1 2572 860 pts/0 R+ 13:54
0:00 ps aux ~ $ ps aux | grep xmms zork 10429 0.2 0.0
0 0 tty1 Zl 13:53 0:00 [xmms] <defunct> zork 10530
0.0 0.0 1624 488 pts/0 S+ 13:54 0:00 grep xmms
~ $ su Password: utopia zork # kill -9 10429 utopia
zork # ps aux USER PID %CPU %MEM VSZ RSS TTY STAT
START TIME COMMAND root 1 0.0 0.1 1572 516 ? S
13:39 0:00 init [3] root 2 0.0 0.0 0 0 ? SN
13:39 0:00 [ksoftirqd/0] root 3 0.0 0.0 0 0 ?
S< 13:39 0:00 [events/0] root 4 0.0 0.0 0 0 ?
S< 13:39 0:00 [khelper] root 9 0.0 0.0 0 0 ?
S< 13:39 0:00 [kthread] root 18 0.0 0.0 0 0 ?
S< 13:39 0:00 [vesafb] root 20 0.0 0.0 0 0 ?
S< 13:39 0:00 [kacpid] root 120 0.0 0.0 0 0 ?
S< 13:39 0:00 [kblockd/0] root 177 0.0 0.0 0 0
? S 13:39 0:00 [pdflush] root 178 0.0 0.0
0 0 ? S 13:39 0:00 [pdflush] root 180 0.0 0.0
0 0 ? S< 13:39 0:00 [aio/0] root 179 0.0 0.0
0 0 ? S 13:39 0:00 [kswapd0] root 182 0.0 0.0
0 0 ? S 13:39 0:00 [jfsIO] root 183 0.0 0.0 0
0 ? S 13:39 0:00 [jfsCommit] root 184 0.0 0.0 0
0 ? S 13:39 0:00 [jfsSync] root 185 0.0 0.0 0
0 ? S< 13:39 0:00 [xfslogd/0] root 186 0.0 0.0
0 0 ? S< 13:39 0:00 [xfsdatad/0] root 187 0.0 0.0
0 0 ? S 13:39 0:00 [xfsbufd] root 778 0.0
0.0 0 0 ? S 13:39 0:00 [kseriod] root
1086 0.0 0.0 0 0 ? S 13:40 0:00 [khubd] root
1492 0.0 0.0 0 0 ? S 13:40 0:00 [khpsbpkt] root
1829 0.0 0.0 0 0 ? S< 13:40 0:00 [ata/0] root
2297 0.0 0.0 0 0 ? S< 13:40 0:00 [reiserfs/0] root
2446 0.0 0.2 2068 1128 ? Ss 13:40 0:00 /sbin/devfsd
/dev root 7532 0.0 0.0 0 0 ? S< 13:40
0:00 [ipw2200/0] root 8156 0.0 0.0 0 0 ? S
13:40 0:00 [kIrDAd] root 9168 0.0 0.1 1836 748 ?
Ss 13:40 0:00 /usr/sbin/syslog-ng cvsd 9981 0.0 0.1
1808 720 ? SNs 13:40 0:00 /usr/sbin/cvsd rpc 9999 0.0
0.1 1812 660 ? Ss 13:40 0:00 /sbin/portmap root
10009 0.0 0.2 2796 1148 ? Ss 13:40 0:00
/usr/sbin/famd -T 0 -c /etc/fam.conf root 10136 0.0 0.2
3508 1412 ? Ss 13:40 0:00 /usr/sbin/sshd root 10176
0.0 0.1 1836 728 ? Ss 13:40 0:00 /usr/sbin/cron root
10209 0.0 0.2 2280 1040 ? Ss 13:40 0:00 login --
zork root 10215 0.0 0.1 1608 608 tty2 Ss+ 13:40
0:00 /sbin/agetty 38400 tty2 linux root 10216 0.0 0.1 1608
608 tty3 Ss+ 13:40 0:00 /sbin/agetty 38400 tty3 linux root
10217 0.0 0.1 1608 608 tty4 Ss+ 13:40 0:00 /sbin/agetty
38400 tty4 linux root 10218 0.0 0.1 1608 608 tty5 Ss+
13:40 0:00 /sbin/agetty 38400 tty5 linux root 10219 0.0 0.1
1608 608 tty6 Ss+ 13:40 0:00 /sbin/agetty 38400 tty6 linux
zork 10275 0.0 0.2 2744 1400 tty1 Ss 13:40 0:00 -bash
zork 10280 0.0 0.1 2268 1004 tty1 S+ 13:40 0:00
/bin/sh /usr/bin/startx zork 10291 0.0 0.1 2432 672 tty1
S+ 13:40 0:00 xinit /home/zork/.xinitrc -- -nolisten tcp -br
-deferglyphs 16 root 10292 0.9 4.1 25836 21256 ? R
13:40 0:07 X :0 -nolisten tcp -br -deferglyphs 16 zork 10306
0.0 0.1 2532 1012 tty1 S 13:40 0:00 /bin/sh
/etc/xdg/xfce4/xinitrc zork 10310 0.0 0.1 2528 988 tty1 S
13:40 0:00 /bin/sh /etc/xdg/xfce4/xinitrc zork 10311 0.0 0.4
4076 2132 tty1 S 13:40 0:00 xscreensaver -no-splash zork
10314 0.0 0.1 3064 880 ? Ss 13:40 0:00
/usr/bin/ssh-agent -s zork 10318 0.0 0.9 10744 4632 tty1
S 13:40 0:00 /usr/bin/xfce4-session zork 10320 0.0 1.3
17856 7060 ? Ss 13:41 0:00 xfce-mcs-manager zork
10323 0.0 1.4 12548 7456 tty1 S 13:41 0:00 xfwm4
--sm-client-id 11c0a80102000111100633800000013600000 --display :0.0
zork 10325 0.0 1.2 11632 6560 tty1 S 13:41 0:00
xftaskbar4 --sm-client-id 11c0a80102000111100633800000013600002
--display :0.0 zork 10327 0.0 1.8 17872 9388 tty1 S
13:41 0:00 xfdesktop --sm-client-id
11c0a80102000111100633800000013600003 --display :0.0 zork 10329
0.0 2.0 19448 10564 tty1 S 13:41 0:00 xfce4-panel
--sm-client-id 11c0a80102000111100633800000013600001 --display :0.0
zork 10331 0.0 0.2 2532 1148 tty1 S 13:41 0:00
/bin/bash /usr/libexec/mozilla-launcher zork 10345 1.2 7.6
103684 39576 tty1 Sl 13:41 0:10
/usr/lib/MozillaFirefox/firefox-bin zork 10351 0.0 0.4 3824
2236 tty1 S 13:41 0:00 /usr/libexec/gconfd-2 15 zork
10365 0.0 0.1 2528 996 tty1 S 13:44 0:00 /bin/sh
/usr/bin/eclipse-3 zork 10366 0.0 0.2 8752 1440 tty1 S
13:44 0:00 /usr/lib/eclipse-3/eclipse-gtk zork 10367 1.7
17.0 259172 87836 tty1 Sl 13:44 0:11
/opt/sun-jdk-1.4.2.08/bin/java -cp /usr/lib/eclipse-3/startup.jar
org.eclipse.core.launcher.Main -os linux -ws gtk -arch x86
-showsplash /usr/lib/eclipse-3/eclip zork 10422 0.0 0.7 6796
3840 tty1 R 13:51 0:00 xterm -title Terminal zork
10424 0.0 0.2 2744 1396 pts/0 Ss 13:51 0:00 bash zork
10429 0.1 0.0 0 0 tty1 Zl 13:53 0:00 [xmms]
<defunct> root 10534 0.0 0.2 2316 1036 pts/0 S 13:54
0:00 su root 10537 0.0 0.2 2484 1356 pts/0 S 13:54
0:00 bash root 10539 0.0 0.1 2572 860 pts/0 R+ 13:55
0:00 ps aux utopia zork # )

Mplayer c'est la meme :'(


utopia zork # amixer Simple mixer control 'Master',0 Capabilities:
pvolume pswitch Playback channels: Front Left - Front Right Limits:
Playback 0 - 31 Front Left: Playback 31 [100%] [on] Front Right:
Playback 31 [100%] [on] Simple mixer control 'Master Mono',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono Limits: Playback 0 - 31 Mono: Playback 31
[100%] [on] Simple mixer control 'Headphone',0 Capabilities:
pvolume pswitch Playback channels: Front Left - Front Right Limits:
Playback 0 - 31 Front Left: Playback 31 [100%] [on] Front Right:
Playback 31 [100%] [on] Simple mixer control 'Headphone Jack
Sense',0 Capabilities: pswitch pswitch-joined Playback channels:
Mono Mono: Playback [on] Simple mixer control 'PCM',0 Capabilities:
pvolume pswitch Playback channels: Front Left - Front Right
Limits: Playback 0 - 31 Front Left: Playback 31 [100%] [on] Front
Right: Playback 31 [100%] [on] Simple mixer control 'Line',0
Capabilities: pvolume pswitch cswitch cswitch-joined
cswitch-exclusive Capture exclusive group: 0 Playback channels:
Front Left - Front Right Capture channels: Front Left - Front Right
Limits: Playback 0 - 31 Front Left: Playback 29 [94%] [on] Capture
[off] Front Right: Playback 29 [94%] [on] Capture [off] Simple
mixer control 'Line Jack Sense',0 Capabilities: pswitch
pswitch-joined Playback channels: Mono Mono: Playback [on] Simple
mixer control 'CD',0 Capabilities: pvolume pswitch cswitch
cswitch-joined cswitch-exclusive Capture exclusive group: 0
Playback channels: Front Left - Front Right Capture channels: Front
Left - Front Right Limits: Playback 0 - 31 Front Left: Playback 31
[100%] [on] Capture [off] Front Right: Playback 31 [100%] [on]
Capture [off] Simple mixer control 'Mic',0 Capabilities: pvolume
pvolume-joined pswitch pswitch-joined cswitch cswitch-joined
cswitch-exclusive Capture exclusive group: 0 Playback channels:
Mono Capture channels: Front Left - Front Right Limits: Playback 0
- 31 Mono: Playback 28 [90%] [on] Front Left: Capture [on] Front
Right: Capture [on] Simple mixer control 'Mic Boost (+20dB)',0
Capabilities: pswitch pswitch-joined Playback channels: Mono Mono:
Playback [off] Simple mixer control 'Mic Select',0 Capabilities:
Mono: Simple mixer control 'Video',0 Capabilities: cswitch
cswitch-joined cswitch-exclusive Capture exclusive group: 0 Capture
channels: Front Left - Front Right Front Left: Capture [off] Front
Right: Capture [off] Simple mixer control 'Phone',0 Capabilities:
pvolume pvolume-joined pswitch pswitch-joined cswitch
cswitch-joined cswitch-exclusive Capture exclusive group: 0
Playback channels: Mono Capture channels: Front Left - Front Right
Limits: Playback 0 - 31 Mono: Playback 31 [100%] [on] Front Left:
Capture [off] Front Right: Capture [off] Simple mixer control
'Aux',0 Capabilities: pvolume pswitch cswitch cswitch-joined
cswitch-exclusive Capture exclusive group: 0 Playback channels:
Front Left - Front Right Capture channels: Front Left - Front Right
Limits: Playback 0 - 31 Front Left: Playback 31 [100%] [on]
Capture [off] Front Right: Playback 31 [100%] [on] Capture [off]
Simple mixer control 'Mono Output Select',0 Capabilities: Mono:
Simple mixer control 'Capture',0 Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right Limits: Capture 0 - 15
Front Left: Capture 15 [100%] [on] Front Right: Capture 15 [100%]
[on] Simple mixer control 'Mix',0 Capabilities: cswitch
cswitch-joined cswitch-exclusive Capture exclusive group: 0 Capture
channels: Front Left - Front Right Front Left: Capture [off] Front
Right: Capture [off] Simple mixer control 'Mix Mono',0
Capabilities: cswitch cswitch-joined cswitch-exclusive Capture
exclusive group: 0 Capture channels: Front Left - Front Right Front
Left: Capture [off] Front Right: Capture [off] Simple mixer
control 'External Amplifier',0 Capabilities: pswitch pswitch-joined
Playback channels: Mono Mono: Playback [on] Simple mixer control
'Stereo Mic',0 Capabilities: pswitch pswitch-joined Playback
channels: Mono Mono: Playback [on] utopia zork #


Sinon mes logs de demarage on sait jamais :)

utopia zork # dmesg ie-8.7.7)) #1 Sat Apr 9 12:51:56 CEST 2005
BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 -
000000000009f000 (usable) BIOS-e820: 000000000009f000 -
00000000000a0000 (reserved) BIOS-e820: 00000000000d2000 -
00000000000d4000 (reserved) BIOS-e820: 00000000000dc000 -
0000000000100000 (reserved) BIOS-e820: 0000000000100000 -
000000001ff60000 (usable) BIOS-e820: 000000001ff60000 -
000000001ff77000 (ACPI data) BIOS-e820: 000000001ff77000 -
000000001ff79000 (ACPI NVS) BIOS-e820: 000000001ff80000 -
0000000020000000 (reserved) BIOS-e820: 00000000ff800000 -
0000000100000000 (reserved) 511MB LOWMEM available. On node 0
totalpages: 130912 DMA zone: 4096 pages, LIFO batch:1 Normal zone:
126816 pages, LIFO batch:16 HighMem zone: 0 pages, LIFO batch:1 DMI
present. ACPI: RSDP (v002 IBM )
@ 0x000f6e00 ACPI: XSDT (v001 IBM TP-1R 0x00003066 LTP
0x00000000) @ 0x1ff6abe8 ACPI: FADT (v003 IBM TP-1R 0x00003066
IBM 0x00000001) @ 0x1ff6ad00 ACPI: SSDT (v001 IBM TP-1R
0x00003066 MSFT 0x0100000e) @ 0x1ff6aeb4 ACPI: ECDT (v001 IBM
TP-1R 0x00003066 IBM 0x00000001) @ 0x1ff76ea1 ACPI: TCPA (v001
IBM TP-1R 0x00003066 PTL 0x00000001) @ 0x1ff76ef3 ACPI: BOOT
(v001 IBM TP-1R 0x00003066 LTP 0x00000001) @ 0x1ff76fd8
ACPI: DSDT (v001 IBM TP-1R 0x00003066 MSFT 0x0100000e) @
0x00000000 Allocating PCI resources starting at 20000000 (gap:
20000000:df800000) Built 1 zonelists Kernel command line:
root=/dev/ram0 init=/linuxrc ramdisk92 real_root=/dev/hda3 Local
APIC disabled by BIOS -- you can enable it with "lapic" mapped APIC
to ffffd000 (01401000) Initializing CPU#0 PID hash table entries:
2048 (order: 11, 32768 bytes) Detected 1699.139 MHz processor.
Using tsc for high-res timesource Speakup v-2.00 CVS: Wed Mar 2
20:22:02 EST 2005 : initialized Speakup: loading module
"speakup_n" request_module: runaway loop modprobe speakup_n
Console: colour VGA+ 80x25 Dentry cache hash table entries: 131072
(order: 7, 524288 bytes) Inode-cache hash table entries: 65536
(order: 6, 262144 bytes) Memory: 512312k/523648k available (2883k
kernel code, 10740k reserved, 961k data, 188k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor
mode... Ok. Calibrating delay loop... 3358.72 BogoMIPS
(lpj79360) Mount-cache hash table entries: 512 (order: 0, 4096
bytes) Couldn't initialize miscdevice /dev/synth. CPU: After
generic identify, caps: afe9f9bf 00000000 00000000 00000000
00000180 00000000 00000000 CPU: After vendor identify, caps:
afe9f9bf 00000000 00000000 00000000 00000180 00000000 00000000 CPU:
L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 2048K CPU: After
all inits, caps: afe9f9bf 00000000 00000000 00000040 00000180
00000000 00000000 Intel machine check architecture supported. Intel
machine check reporting enabled on CPU#0. CPU: Intel(R) Pentium(R)
M processor 1.70GHz stepping 06 Enabling fast FPU save and
restore... done. Enabling unmasked SIMD FPU exception support...
done. Checking 'hlt' instruction... OK. ACPI: setting ELCR to 0200
(from 0800) checking if image is initramfs...it isn't (no cpio
magic); looks like an initrd Freeing initrd memory: 1556k freed
NET: Registered protocol family 16 PCI: PCI BIOS revision 2.10
entry at 0xfd8d6, last bus=8 PCI: Using configuration type 1 mtrr:
v2.0 (20020519) ACPI: Subsystem revision 20050211 ACPI: Found ECDT
ACPI: Interpreter enabled ACPI: Using PIC for interrupt routing
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11) ACPI: PCI
Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11) ACPI: PCI
Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11) ACPI: PCI Interrupt
Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11) ACPI: PCI Interrupt Link
[LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled. ACPI: PCI Interrupt
Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled. ACPI: PCI
Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled. ACPI:
PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11) ACPI: PCI Root
Bridge [PCI0] (00:00) PCI: Probing PCI hardware (bus 00) PCI:
Ignoring BAR0-3 of IDE controller 0000:00:1f.1 PCI: Transparent
bridge - 0000:00:1e.0 ACPI: PCI Interrupt Routing Table
[_SB_.PCI0._PRT] ACPI: Embedded Controller [EC] (gpe 28) ACPI:
Power Resource [PUBS] (on) ACPI: PCI Interrupt Routing Table
[_SB_.PCI0.AGP_._PRT] ACPI: PCI Interrupt Routing Table
[_SB_.PCI0.PCI1._PRT] Linux Plug and Play Support v0.97 (c) Adam
Belay pnp: PnP ACPI init pnp: PnP ACPI: found 13 devices SCSI
subsystem initialized PCI: Using ACPI for IRQ routing ** PCI
interrupts are no longer routed automatically. If this ** causes a
device to stop working, it is probably because the ** driver
failed to call pci_enable_device(). As a temporary ** workaround,
the "pci=routeirq" argument restores the old ** behavior. If this
argument makes the device work again, ** please email the output of
"lspci" to ** so I can fix the driver. Simple
Boot Flag at 0x35 set to 0x1 Machine check exception polling timer
started. IBM machine detected. Enabling interrupts during APM
calls. apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI. inotify device minorc devfs: 2004-01-31
Richard Gooch () devfs: boot_options: 0x0
Installing knfsd (copyright (C) 1996 ). SGI XFS
with large block numbers, no debug enabled Initializing
Cryptographic API Real Time Clock Driver v1.12 Non-volatile memory
driver v1.2 hw_random hardware driver 1.0.0 loaded vesafb: ATI
Technologies Inc., GL10, 01.00 (OEM: ATI MOBILITY RADEON 9600 )
vesafb: VBE version: 2.0 vesafb: protected mode interface info at
c000:59f9 vesafb: pmi: set display start = c00c5a67, set palette > c00c5aa1 vesafb: pmi: ports = 3010 3016 3054 3038 303c 305c 3000
3004 30b0 30b2 30b4 vesafb: monitor limits: vf = 0 Hz, hf = 0 kHz,
clk = 0 MHz vesafb: scrolling: redraw Console: switching to colour
frame buffer device 80x30 vesafb: framebuffer at 0xe0000000, mapped
to 0xe0900000, using 600k, total 65472k fb0: VESA VGA frame buffer
device ACPI: AC Adapter [AC] (on-line) ACPI: Battery Slot [BAT0]
(battery present) ACPI: Power Button (FF) [PWRF] ACPI: Lid Switch
[LID] ACPI: Sleep Button (CM) [SLPB] ACPI: CPU0 (power states:
C1[C1] C2[C2] C3[C3]) ACPI: Processor [CPU] (supports 8 throttling
states) ACPI: Thermal Zone [THM0] (33 C) serio: i8042 AUX port at
0x60,0x64 irq 12 serio: i8042 KBD port at 0x60,0x64 irq 1 Serial:
8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A pnp: Device 00:09
activated. ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A ACPI: PCI
Interrupt Link [LNKB] enabled at IRQ 11 PCI: setting IRQ 11 as
level-triggered ACPI: PCI interrupt 0000:00:1f.6[B] -> GSI 11
(level, low) -> IRQ 11 mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard on isa0060/serio0 Synaptics
Touchpad, model: 1 Firmware: 5.9 Sensor: 44 new absolute packet
format Touchpad has extended capability bits -> multifinger
detection -> palm detection -> pass-through port input: SynPS/2
Synaptics TouchPad on isa0060/serio1 serio: Synaptics pass-through
port at isa0060/serio1/input0 input: PS/2 Generic Mouse on
synaptics-pt/serio0 io scheduler noop registered io scheduler
anticipatory registered io scheduler deadline registered io
scheduler cfq registered Floppy drive(s): fd0 is 1.44M FDC 0 is a
National Semiconductor PC87306 RAMDISK driver initialized: 16 RAM
disks of 8192K size 1024 blocksize loop: loaded (max 8 devices)
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide:
Assuming 33MHz system bus speed for PIO modes; override with
idebus=xx ICH4: IDE controller at PCI slot 0000:00:1f.1 PCI:
Enabling device 0000:00:1f.1 (0005 -> 0007) ACPI: PCI Interrupt
Link [LNKC] enabled at IRQ 11 ACPI: PCI interrupt 0000:00:1f.1[A]
-> GSI 11 (level, low) -> IRQ 11 ICH4: chipset revision 1 ICH4: not
100% native mode: will probe irqs later ide0: BM-DMA at
0x1860-0x1867, BIOS settings: hda:DMA, hdb:pio ide1: BM-DMA at
0x1868-0x186f, BIOS settings: hdc:DMA, hdd:pio Probing IDE
interface ide0... hda: HTS548060M9AT00, ATA DISK drive ide0 at
0x1f0-0x1f7,0x3f6 on irq 14 Probing IDE interface ide1... hdc:
HL-DT-STCD-RW/DVD DRIVE GCC-4242N, ATAPI CD/DVD-ROM drive ide1 at
0x170-0x177,0x376 on irq 15 Probing IDE interface ide2... Probing
IDE interface ide3... Probing IDE interface ide4... Probing IDE
interface ide5... hda: max request size: 128KiB hda: 117210240
sectors (60011 MB) w/7877KiB Cache, CHSe535/16/63, UDMA(100) hda:
cache flushes supported /dev/ide/host0/bus0/target0/lun0: p1 p2 p3
p4 hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20 st: Version 20041025, fixed
bufsize 32768, s/g segs 256 NET: Registered protocol family 2 IP:
routing cache hash table of 4096 buckets, 32Kbytes TCP established
hash table entries: 32768 (order: 6, 262144 bytes) TCP bind hash
table entries: 32768 (order: 5, 131072 bytes) TCP: Hash tables
configured (established 32768 bind 32768) NET: Registered protocol
family 1 NET: Registered protocol family 17 ACPI wakeup devices:
LID SLPB PCI0 UART PCI1 USB0 USB1 USB2 AC9M ACPI: (supports S0 S3
S4 S5) RAMDISK: Compressed image found at block 0 VFS: Mounted root
(ext2 filesystem) readonly. Freeing unused kernel memory: 188k
freed usbcore: registered new driver usbfs usbcore: registered new
driver hub ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11 ACPI:
PCI interrupt 0000:00:1d.7[D] -> GSI 11 (level, low) -> IRQ 11
ehci_hcd 0000:00:1d.7: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB
2.0 EHCI Controller PCI: Setting latency timer of device
0000:00:1d.7 to 64 ehci_hcd 0000:00:1d.7: irq 11, pci mem
0xc0000000 ehci_hcd 0000:00:1d.7: new USB bus registered, assigned
bus number 1 PCI: cache line size of 32 is not supported by device
0000:00:1d.7 ehci_hcd 0000:00:1d.7: USB 2.0 initialized, EHCI 1.00,
driver 10 Dec 2004 hub 1-0:1.0: USB hub found hub 1-0:1.0: 6 ports
detected usbcore: registered new driver hiddev usbcore: registered
new driver usbhid drivers/usb/input/hid-core.c: v2.0:USB HID core
driver Initializing USB Mass Storage driver... usbcore: registered
new driver usb-storage USB Mass Storage support registered. USB
Universal Host Controller Interface driver v2.2 ACPI: PCI Interrupt
Link [LNKA] enabled at IRQ 11 ACPI: PCI interrupt 0000:00:1d.0[A]
-> GSI 11 (level, low) -> IRQ 11 uhci_hcd 0000:00:1d.0: Intel Corp.
82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 PCI:
Setting latency timer of device 0000:00:1d.0 to 64 uhci_hcd
0000:00:1d.0: irq 11, io base 0x1800 uhci_hcd 0000:00:1d.0: new USB
bus registered, assigned bus number 2 hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected ACPI: PCI Interrupt Link [LNKD]
enabled at IRQ 11 ACPI: PCI interrupt 0000:00:1d.1[B] -> GSI 11
(level, low) -> IRQ 11 uhci_hcd 0000:00:1d.1: Intel Corp.
82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 PCI:
Setting latency timer of device 0000:00:1d.1 to 64 uhci_hcd
0000:00:1d.1: irq 11, io base 0x1820 uhci_hcd 0000:00:1d.1: new USB
bus registered, assigned bus number 3 hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected ACPI: PCI interrupt 0000:00:1d.2[C]
-> GSI 11 (level, low) -> IRQ 11 uhci_hcd 0000:00:1d.2: Intel Corp.
82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 PCI:
Setting latency timer of device 0000:00:1d.2 to 64 uhci_hcd
0000:00:1d.2: irq 11, io base 0x1840 uhci_hcd 0000:00:1d.2: new USB
bus registered, assigned bus number 4 hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected ohci_hcd: 2004 Nov 08 USB 1.1 'Open'
Host Controller (OHCI) Driver (PCI) sbp2: $Rev: 1219 $ Ben Collins
usb 3-1: new low speed USB device using
uhci_hcd and address 2 device-mapper: 4.4.0-ioctl (2005-01-12)
initialised: libata version 1.10 loaded. input:
USB HID v1.10 Mouse [B16_b_02 USB-PS/2 Optical Mouse] on
usb-0000:00:1d.1-1 ReiserFS: hda3: found reiserfs format "3.6" with
standard journal ReiserFS: hda3: using ordered data mode ReiserFS:
hda3: journal params: device hda3, size 8192, journal first block
18, max trans len 1024, max batch 900, max commit age 30, max trans
age 30 ReiserFS: hda3: checking transaction log (hda3) ReiserFS:
hda3: Using r5 hash to sort names Adding 500464k swap on /dev/hda2.
Priority:-1 extents:1 ReiserFS: hda4: found reiserfs format "3.6"
with standard journal ReiserFS: hda4: using ordered data mode
ReiserFS: hda4: journal params: device hda4, size 8192, journal
first block 18, max trans len 1024, max batch 900, max commit age
30, max trans age 30 ReiserFS: hda4: checking transaction log
(hda4) ReiserFS: hda4: Using r5 hash to sort names cdrom: open
failed. cdrom: open failed. Linux agpgart interface v0.100 (c) Dave
Jones agpgart: Detected an Intel 855PM Chipset. agpgart: Maximum
main memory to use for agp memory: 439M agpgart: AGP aperture is
256M @ 0xd0000000 ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 11
(level, low) -> IRQ 11 PCI: Setting latency timer of device
0000:00:1f.5 to 64 intel8x0_measure_ac97_clock: measured 49488
usecs intel8x0: clocking to 48000 Intel(R) PRO/1000 Network Driver
- version 5.6.10.1-k2 Copyright (c) 1999-2004 Intel Corporation.
ACPI: PCI interrupt 0000:02:01.0[A] -> GSI 11 (level, low) -> IRQ
11 e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
ieee80211_crypt: registered algorithm 'NULL' ipw2200: Intel(R)
PRO/Wireless 2200/2915 Network Driver, 1.0.2 ipw2200: Copyright(c)
2003-2004 Intel Corporation ACPI: PCI interrupt 0000:02:02.0[A] ->
GSI 11 (level, low) -> IRQ 11 ipw2200: Detected Intel PRO/Wireless
2200BG Network Connection parport: PnPBIOS parport detected.
parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE] irda_init()
NET: Registered protocol family 23 e1000: eth0: e1000_watchdog: NIC
Link is Up 100 Mbps Full Duplex e1000: eth0: e1000_watchdog: NIC
Link is Up 100 Mbps Full Duplex mtrr: 0xe0000000,0x4000000 overlaps
existing 0xe0000000,0x2000000 Unable to handle kernel paging
request at virtual address 28f0dc00 printing eip: 28f0dc00 *pde > 00000000 Oops: 0000 [#1] Modules linked in: snd_pcm_oss
snd_mixer_oss snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device
irtty_sir sir_dev irda crc_ccitt parport_pc parport ipw2200
firmware_class ieee80211 ieee80211_crypt e1000 snd_intel8x0
snd_ac97_codec snd_pcm snd_timer snd snd_page_alloc intel_agp
agpgart sata_via sata_svw sata_sil sata_promise libata dm_mod sbp2
ohci1394 ieee1394 ohci_hcd uhci_hcd usb_storage usbhid ehci_hcd
usbcore CPU: 0 EIP: 0060:[<28f0dc00>] Not tainted VLI
EFLAGS: 00210206 (2.6.11-gentoo-r5) EIP is at 0x28f0dc00 eax:
cc02ff18 ebx: dc5340fa ecx: dc534016 edx: 28f0dc00 esi:
00000000 edi: d8cb46c0 ebp: 80044d04 esp: cc02ff04 ds: 007b
es: 007b ss: 0068 Process xmms (pid: 10429, threadinfoÌ02e000
task×044a40) Stack: e0cb15ee d8cb46c0 dc5340fa cc02ff18 cc02ff1c
00000000 00000000 bffff1d8 fffffffa d8cb46c0 e0cb16dd d8cb46c0
00000004 cc7e0880 bffff1d8 80044d04 cc02e000 e0cb1a27 d8cb46c0
80044d04 bffff1d8 c015fe0c dc269c2c cc7e0880 Call Trace:
[<e0cb15ee>] snd_mixer_oss_get_volume+0x9e/0xb0 [snd_mixer_oss]
[<e0cb16dd>] snd_mixer_oss_ioctl1+0x3d/0x370 [snd_mixer_oss]
[<e0cb1a27>] snd_mixer_oss_ioctl+0x17/0x20 [snd_mixer_oss]
[<c015fe0c>] do_ioctl+0x3c/0x70 [<c015ffd4>] vfs_ioctl+0x54/0x1e0
[<c016018d>] sys_ioctl+0x2d/0x50 [<c0102d09>]
sysenter_past_esp+0x52/0x79 Code: Bad EIP value.

utopia zork #


Voila voila je suis un ch'tit peu en galere la lol je sais pas du
tout quoi faire ;o)

Amicalement

Seb



peut etre un bug du module du noyau

essai de mettre a jour ton noyau et de re-emerge alsa-*
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCegIb3RS+hG/PB/URAu9EAJ4pazYvFY9+5p8CP1vMgLKYYEF/7ACgqePA
et8xwD8BL5tyafQMyhRMK6s =CkzR
-----END PGP SIGNATURE-----

--
mailing list
Avatar
grillot sebastien
on 05/05/05, kakou wrote:
peut etre un bug du module du noyau

essai de mettre a jour ton noyau et de re-emerge alsa-*



Alors je viens de reinstall mon noyau maintenant
utopia zork # uname -r
2.6.11-gentoo-r7

J'ai tout reemergé niveau alsa
utopia zork # eix alsa
[...]

* media-libs/alsa-lib
Available versions: 0.9.8 ~1.0.2 1.0.7 1.0.8 ~1.0.9_rc2-r1
Installed: 1.0.9_rc2-r1
Homepage: http://www.alsa-project.org/
Description: Advanced Linux Sound Architecture Library

* media-libs/alsa-oss
Available versions: 1.0.8-r1
Installed: 1.0.8-r1
Homepage: http://www.alsa-project.org/
Description: Advanced Linux Sound Architecture OSS
compatibility layer.

* media-plugins/xmms-alsa
Available versions: 1.2.10 ~1.2.10-r1 ~1.2.10-r2
Installed: 1.2.10-r1
Homepage:
Description: Xmms Plugin: xmms-alsa

* media-sound/alsa-driver
Available versions: 1.0.3 1.0.7-r4 1.0.8 ~1.0.9_rc2
Installed: 1.0.9_rc2
Homepage: http://www.alsa-project.org/
Description: Advanced Linux Sound Architecture kernel modules

* media-sound/alsa-firmware
Available versions: 1.0.8-r1
Installed: no
Homepage: http://www.alsa-project.org/
Description: Advanced Linux Sound Architecture firmware

* media-sound/alsa-headers
Available versions: 1.0.5a 1.0.6a 1.0.7 1.0.8_rc1 1.0.8 ~1.0.9_rc2
Installed: 1.0.9_rc2
Homepage: http://www.alsa-project.org/
Description: Header files for Advanced Linux Sound
Architecture kernel modules

* media-sound/alsa-tools
Available versions: 1.0.7 1.0.8-r1
Installed: 1.0.8-r1
Homepage: http://www.alsa-project.org
Description: Advanced Linux Sound Architecture tools

* media-sound/alsa-utils
Available versions: ~1.0.7 1.0.8
Installed: 1.0.8
Homepage: http://www.alsa-project.org/
Description: Advanced Linux Sound Architecture Utils
(alsactl, alsamixer, etc.)

[..]

Found 18 matches

Alors la c'est la debandade... XMMS ne se lance plus, mplayer... la
meme... XFCE4 refuse de rester sur la selection que je lui donne
graphiquement (setting -> mixer setting : dans device il me met
default et moi je lui met #0 : Intel 82801DB-ICH4 mais il me le garde
pas comme selection...)

Je viens de voir un post sur des problemes avec alsa p-e que ca serait
liée... je desespere la :)

Seb
--
Regist. Linux User #344952

/* Fuck me gently with a chainsaw... */
-- 2.0.38 /usr/src/linux/arch/sparc/kernel/ptrace.c

--
mailing list
Avatar
kakou
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

grillot sebastien wrote:

on 05/05/05, kakou wrote:

peut etre un bug du module du noyau

essai de mettre a jour ton noyau et de re-emerge alsa-*




Alors je viens de reinstall mon noyau maintenant
utopia zork # uname -r
2.6.11-gentoo-r7

J'ai tout reemergé niveau alsa
utopia zork # eix alsa
[...]

* media-libs/alsa-lib
Available versions: 0.9.8 ~1.0.2 1.0.7 1.0.8 ~1.0.9_rc2-r1
Installed: 1.0.9_rc2-r1
Homepage: http://www.alsa-project.org/
Description: Advanced Linux Sound Architecture Library

* media-libs/alsa-oss
Available versions: 1.0.8-r1
Installed: 1.0.8-r1
Homepage: http://www.alsa-project.org/
Description: Advanced Linux Sound Architecture OSS
compatibility layer.

* media-plugins/xmms-alsa
Available versions: 1.2.10 ~1.2.10-r1 ~1.2.10-r2
Installed: 1.2.10-r1
Homepage:
Description: Xmms Plugin: xmms-alsa

* media-sound/alsa-driver
Available versions: 1.0.3 1.0.7-r4 1.0.8 ~1.0.9_rc2
Installed: 1.0.9_rc2
Homepage: http://www.alsa-project.org/
Description: Advanced Linux Sound Architecture kernel modules

* media-sound/alsa-firmware
Available versions: 1.0.8-r1
Installed: no
Homepage: http://www.alsa-project.org/
Description: Advanced Linux Sound Architecture firmware

* media-sound/alsa-headers
Available versions: 1.0.5a 1.0.6a 1.0.7 1.0.8_rc1 1.0.8 ~1.0.9_rc2
Installed: 1.0.9_rc2
Homepage: http://www.alsa-project.org/
Description: Header files for Advanced Linux Sound
Architecture kernel modules

* media-sound/alsa-tools
Available versions: 1.0.7 1.0.8-r1
Installed: 1.0.8-r1
Homepage: http://www.alsa-project.org
Description: Advanced Linux Sound Architecture tools

* media-sound/alsa-utils
Available versions: ~1.0.7 1.0.8
Installed: 1.0.8
Homepage: http://www.alsa-project.org/
Description: Advanced Linux Sound Architecture Utils
(alsactl, alsamixer, etc.)

[..]

Found 18 matches

Alors la c'est la debandade... XMMS ne se lance plus, mplayer... la
meme... XFCE4 refuse de rester sur la selection que je lui donne
graphiquement (setting -> mixer setting : dans device il me met
default et moi je lui met #0 : Intel 82801DB-ICH4 mais il me le garde
pas comme selection...)

Je viens de voir un post sur des problemes avec alsa p-e que ca serait
liée... je desespere la :)

Seb



je pense que tu as un peu trop de truc alsa installe
notement sous 2.6 il ne fauit pas media-sound/alsa-driver

moi j'ai juste :

* media-libs/alsa-lib
Available versions: 0.9.8 ~1.0.2 1.0.7 1.0.8 ~1.0.9_rc2-r1
Installed: 1.0.9_rc2-r1
Homepage: http://www.alsa-project.org/
Description: Advanced Linux Sound Architecture Library

* media-plugins/gst-plugins-alsa
Available versions: 0.8.1 0.8.2-r1 ~0.8.3 0.8.5 0.8.5-r1
0.8.7-r1 0.8.8
Installed: 0.8.8
Homepage:
http://gstreamer.freedesktop.org/modules/gst-plugins.html
Description: plugin for gstreamer

* media-plugins/xmms-alsa
Available versions: 1.2.10 ~1.2.10-r1 ~1.2.10-r2
Installed: 1.2.10-r2
Homepage:
Description: Xmms Plugin: xmms-alsa

* media-sound/alsa-headers
Available versions: 1.0.5a 1.0.6a 1.0.7 1.0.8_rc1 1.0.8 ~1.0.9_rc2
Installed: 1.0.9_rc2
Homepage: http://www.alsa-project.org/
Description: Header files for Advanced Linux Sound
Architecture kernel modules
* media-sound/alsa-tools
Available versions: 1.0.7 1.0.8-r1
Installed: 1.0.8-r1
Homepage: http://www.alsa-project.org
Description: Advanced Linux Sound Architecture tools

* media-sound/alsa-utils
Available versions: ~1.0.7 1.0.8
Installed: 1.0.8
Homepage: http://www.alsa-project.org/
Description: Advanced Linux Sound Architecture Utils
(alsactl, alsamixer, etc.)

* media-sound/alsaplayer
Available versions: 0.99.76 ~0.99.76-r1
Installed: 0.99.76-r1
Homepage: http://www.alsaplayer.org/
Description: Media player primarily utilising ALSA




et il faut peut etre du coup refaire un make modules modules_install
un petit coup de modules_update et un reboot
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCei1P3RS+hG/PB/URAhCpAKCs5EMm/zBAeawNqCFB5D9/yIbSywCcDkmv
3XfQC09cZfLQvX2pMXhXghQ =9K/8
-----END PGP SIGNATURE-----

--
mailing list