Over my vacation, I put together a new system at home consisting of: AMD Sempron 2500+, 512MB ram, 120MB 7200rpm drive, old GeForce2MX graphics card, and a new case w/ USB ports in the front. I decided to set it up in a dual boot configuration: Windows XP for gaming, and Debian Linux for everything else.
Debian's new installer project is paying off with a very slick system. The only thing I didn't realize until after the installation was that the default kernel to install was 2.4. There is a boot option to install a 2.6 kernel, but I missed it. No biggie, a simple "apt-get install kernel-image-2.6-k7" solved that particular problem, and everything seemed to be running smooth as silk. Sound, networking, etc. - everything just worked. Very nice, and an easier install than Windows XP.
However, I did have one stumbling block which I had to overcome. For some reason, I couldn't get the gnome desktop to recognize my USB mass storage device once it was plugged in. Checking the output from dmesg showed that it was being correctly recognized and set up, so it must have been something else. Logging in as root, I descovered that it worked fine. This fact zeroes the problem down to one of permissions. There is a permission that normal users on the system need to have in order to be able to mount the flash drive in question.
After looking at the /etc/group file, I saw a group named 'plugdev', which appeared promising. Using Google (aka the index to the internet), I verified that this was a likely cause to my problems, and added my 'normal' user account to the group. Bang - zoom, the problem was solved!
And so I write this post, hoping that I might be able to help someone else out having the same problem I did, and at the same time recording it down for myself in case of future use!
posted at: 19:20 | path: /computers | permanent link to this entry