Stephen Rowles wrote: > Hi all, > > I've just bought a nice shiny new hard disk (250gig) for my media box - YAY > > I decided I'd be brave and go with Fedora Core 6 on this install rather > than the 5 on my old box. > > I used the yum FC5 repository to install feevo quite happily. But having > installed pylirc it doesn't work :( hmm lirc just plain wasn't working - tracked it down to missing nodes, I'd failed to bring my node creation script across with me:
#!/bin/sh test -c /dev/lirc || (/bin/mknod /dev/lirc c 61 0) test -e /dev/lircd || (/bin/mknod /dev/lircd p) test -e /dev/lircm || (/bin/mknod /dev/lircm p) modprobe lirc_mceusb2 sleep 1 /etc/init.d/lirc start ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
