k666 dites non à petitmou | salut
j'ai un chtit problem avec le kernel 2.6, à savoir je lancé la téloche, ça marche pas, je kill puis je la relance et là ca marche jusko prochain reboot et là pareil, premiere utilisation de la témoche marchera pas
je pige pas pourquoic a me fait ca alors que sous 2.4.x ca marche du premier coup !
pour infos:
Code :
- kpoman root # lsmod
- Module Size Used by
- nvidia 1701228 10
- af_packet 21704 0
- at76c503_rfmd 42500 0
- uhci_hcd 32908 0
- ohci_hcd 30336 0
- ehci_hcd 35972 0
- snd_intel8x0 32772 0
- snd_ac97_codec 55044 1 snd_intel8x0
- snd_mpu401_uart 8064 1 snd_intel8x0
- snd_rawmidi 26656 1 snd_mpu401_uart
- snd_seq_oss 36992 0
- snd_seq_midi_event 7936 1 snd_seq_oss
- snd_seq 61968 4 snd_seq_oss,snd_seq_midi_event
- snd_seq_device 8520 3 snd_rawmidi,snd_seq_oss,snd_seq
- snd_pcm_oss 62052 0
- snd_pcm 110244 2 snd_intel8x0,snd_pcm_oss
- snd_page_alloc 12484 2 snd_intel8x0,snd_pcm
- snd_timer 27460 2 snd_seq,snd_pcm
- snd_mixer_oss 21184 1 snd_pcm_oss
- snd 58788 12 snd_intel8x0,snd_ac97_codec,snd_mpu401_uart,snd_rawmidi,snd_seq_oss,snd_seq_midi_event,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
- nvnet 30976 0
- at76c503 77408 1 at76c503_rfmd
- usbdfu 6144 1 at76c503
- bttv 136748 0
- video_buf 22404 1 bttv
- btcx_risc 4808 1 bttv
- v4l2_common 4608 1 bttv
- videodev 9792 1 bttv
- soundcore 9472 2 snd,bttv
- tvaudio 21964 0
- tuner 15436 0
- i2c_algo_bit 10184 1 bttv
- i2c_core 25416 4 bttv,tvaudio,tuner,i2c_algo_bit
- unix 28272 38
- kpoman root #
|
puis les modules que je charge au démarrage ...
Code :
- kpoman root # cat /etc/modules.autoload.d/kernel-2.6
- # /etc/modules.autoload.d/kernel-2.6: kernel modules to load when system boots.
- # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/modules.autoload.d/kernel-2.6,v 1.1 2003/07/16 18:13:45 azarah Exp $
- #
- # Note that this file is for 2.6 kernels.
- #
- # Add the names of modules that you'd like to load when the system
- # starts into this file, one per line. Comments begin with # and
- # are ignored. Read man modules.autoload for additional details.
- # For example:
- # 3c59x
- amd74xx
- ide-scsi
- i2c-algo-bit
- i2c-core
- tuner
- tvaudio
- bttv card=39 tuner=3
- videodev
- at76c503
- nvnet
- kpoman root #
|
puis ce que ça me dit lors d'un dmesg (je prends les lignes concernées:
Code :
- ...
- bttv0: timeout: risc=1f84b01c, bits: HSYNC OFLOW
- bttv0: reset, reinitialize
- bttv0: PLL: 28636363 => 35468950 ..........failed
- bttv0: timeout: risc=1f84b03c, bits: HSYNC OFLOW
- bttv0: reset, reinitialize
- bttv0: PLL: 28636363 => 35468950 ..........failed
- kpoman root #
|
puis lorsque je relance:
Code :
- bttv0: timeout: risc=1f84b01c, bits: HSYNC OFLOW
- bttv0: reset, reinitialize
- bttv0: PLL: 28636363 => 35468950 ..........failed
- bttv0: timeout: risc=1f84b03c, bits: HSYNC OFLOW
- bttv0: reset, reinitialize
- bttv0: PLL: 28636363 => 35468950 ..........failed
- bttv0: PLL: 28636363 => 35468950 ..........failed
- bttv0: PLL: 28636363 => 35468950 ..........failed
- bttv0: PLL: 28636363 => 35468950 ..........failed
|
donc rien de spécial ça m'a rajouté deux lignes de PLL prout prout mais ca marche la c vraiment étrange!!! eske kelkun a les même problmes que moi avec 2.6 ?
kpoman root # uname -r
2.6.0-test9-mm1
kpoman root #
|