You may want to add bug reports un bugs.treke.net eventually ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125090\"][{POST_SNAPBACK}][/a][/div]
I haven't yet full understood the bug(s)...I'll do it later on.
I'll wait for the rc-2, then I'll install root-filesystem in order to check the /dev thing.
The problem could be missing devices or, more probably, some SUID bugs so that the permissions are wrong.
I got ppp working by manually adding /dev/rfcomm0 and /dev/ppp in "/lib/udev/devices/.
/etc/init.d/udev
# I hate this hack. -- Md
make_extra_nodes() {
if [ "$(echo /lib/udev/devices/*)" != /lib/udev/devices/*" ]; then
cp -a /lib/udev/devices/* /dev/
fi