Slashdot Mirror


Mandrake 8.1 Beta1 (Raklet) Released

keegnotrub writes: "Mandrake just dumped 8.1 Beta on their servers. Along with updated software (KDE 2.2, kernel 2.4.8, etc) they have reworked their control center to include many new features." Word to the wise: there are some reactions to this beta -- as well as a list of known bugs and fixes -- at mandrakeforum.com. What I'd like to know is if a Wacom Intuos USB tablet will work out-of-the-box on 8.1, since I just bought a refurbed one ;)

1 of 245 comments (clear)

  1. Re:Big problem: DevFS by Liquid-Gecka · · Score: 5, Informative

    Remember, with devfs /dev/hdxx don't exist until the defsd program is run. Setting up linux to boot from /dev/hda1 will cause it to fail because /dev/hda1 doesn't exist. Also, you can download and run MAKEDEV without any problems to convert to non devfsd. I have yet to see a single device that doesn't work (Not that they are not out there mind you..) ReiserFS has no problems what so ever with devfs as long as you select the right partition (not /dev/hdxx!) its usually /dev/discs/disc0/part0 or something like that (I am at work so I can not verify). the /dev/hda1 link is acually created by the devfsd. =) Read the devfs how-to before starting and you usually have no problems whatsoever.