Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I am using the Enlightenment Window Manager, and it requires the mouse a lot. I am wondering how to get my scroll wheel working, and what file I have to configure to do so. Thanks.
PS: If anyone can tell me how to mount/read NTFS partitions that would be nice too
To mount the NTFS windows partition you'll have to edit your fstab
I believe it's /etc/fstab
add an entry to it saying..
/dev/hda1 (or wherever windows is at) /mnt/windows ntfs rw,uid=502,uid=503,umask=0007
Of course, replace the uid= to whatever your user ID is. I believe that's all there is, I'm doing this by memory so you may want to get a confirmation.
To find out your user ID (hoping you're on Mandrake, since that's the only distro I know right now), right click on your desktop (if you're still using that same window manager), go to configuration, other, then drakconf. If otherwise, I'm not too sure. Just look around online on how to find user ID. Oh, and to actually answer the questions, user ID is just that, your user ID. If you're the first user account that's been created besides root, your user ID is probably 501.
Also in the above reply I posted, it says uid= two times. This is because I have two users that I allow to see the ntfs partition. If you only want yourself to be on there simply delete the other uid.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.