[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: New sleep code for ATI M6, M7 and M9



On Mit, 2003-03-19 at 15:39, Michael Schmitz wrote:
> > > Right, but isn't this /dev/apm_bios created by some package?
> >
> > Yes, pmud and powermgmt-base seem to do that at least. You also need to
> 
> pmud doesn't because that would create a conflict with powermgmt-base.

What does this code in /var/lib/dpkg/info/pmud.postinst do then?

if [ "$1" = "configure" ]; then
# register devices
...
        if [ ! -c /dev/apm_bios ]; then
                mknod /dev/apm_bios c 10 134
                chmod 660 /dev/apm_bios
        fi
...
fi

ii  pmud           0.10-4         Apple PowerBook power management
daemon


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast



Reply to: