nobrob n00b
Joined: 23 Sep 2004 Posts: 26
|
Posted: Mon Oct 29, 2007 6:40 am Post subject: modprobe lirc_sir causes system to hang |
|
|
Code: | # lircd -v
lircd 0.8.2 |
Code: | # uname -a
Linux mediacentre 2.6.22-gentoo-r8 #9 SMP PREEMPT Wed Oct 24 08:35:08 GMT 2007 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux |
Code: | # LIRC_DEVICES="all" emerge -pv lirc
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] app-misc/lirc-0.8.2-r1 USE="X -debug -doc -hardware-carrier -transmitter" LIRC_DEVICES="all -accent -act200l -act220l -adaptec -alsa_usb -animax -asusdh -atilibusb -atiusb -audio -audio_alsa -avermedia -avermedia98 -avermedia_vdomate -bestbuy -bestbuy2 -breakoutbox -bte -bw6130 -caraca -chronos -cmdir -cph06x -creative -creative_infracd -devinput -digimatrix -dsp -dvico -ea65 -exaudio -flyvideo -gvbctv5pci -hauppauge -hauppauge_dvb -hercules_smarttv_stereo -igorplugusb -imon -imon_pad -imon_pad2keys -imon_rsc -inputlirc -irdeo -irdeo_remote -irman -irreal -it87 -knc_one -kworld -leadtek_0007 -leadtek_0010 -leadtek_pvr2000 -livedrive_midi -livedrive_seq -logitech -macmini -mceusb -mceusb2 -mediafocusI -mouseremote -mouseremote_ps2 -mp3anywhere -nslu2 -packard_bell -parallel -pcmak -pcmak_usb -pctv -pixelview_bt878 -pixelview_pak -pixelview_pro -provideo -realmagic -remote_wonder_plus -remotemaster -sa1100 -sasem -sb0540 -serial -serial_igor_cesko -silitek -sir -slinke -streamzap -tekram -tekram_bt829 -tira -ttusbir -tuxbox -tvbox -udp -uirt2 -uirt2_raw -usb_uirt_raw -usbirboy -usbx -userspace -xboxusb" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB |
Code: | # lsmod
Module Size Used by
lirc_serial 12548 0
lirc_dev 14596 1 lirc_serial
smbfs 56184 2
sis900 21888 0
snd_trident 35620 0
snd_ac97_codec 91680 1 snd_trident
ac97_bus 6016 1 snd_ac97_codec
snd_pcm 64516 2 snd_trident,snd_ac97_codec
snd_timer 20228 1 snd_pcm
snd_page_alloc 11144 2 snd_trident,snd_pcm
snd_util_mem 7296 1 snd_trident
snd_mpu401_uart 10112 1 snd_trident
snd_rawmidi 19200 1 snd_mpu401_uart
snd 38008 6 snd_trident,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi
i2c_sis630 9996 0
i2c_core 22400 1 i2c_sis630 |
Code: | # modprobe lirc_sir
(no response, hard shutdown required) |
Nothing in /var/log/messages after the attempted module load. Loading lirc_serial+lirc_dev beforehand has no effect.
Why could this be? |
|