Results 1 to 9 of 9
well, i have three main problems with slackware at the moment...
first one...and probably the most important to me...
i have an ipod....but i want to use it to store ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-17-2006 #1Just Joined!
- Join Date
- Apr 2006
- Posts
- 10
3 problems
well, i have three main problems with slackware at the moment...
first one...and probably the most important to me...
i have an ipod....but i want to use it to store files...so, i now i need to mount it...but i acctually have two questions when it comes to this point
1. will it try to format it into a type of linux thing cuz it is formated to windows (lol...sont know proper termanology...im a newb)
2. if it wont format it....how do i mount it
secound one....you guys are going to think this is dumb...but how do i shutdown the computer...right now i am ending my session and telling it to reboot...when it unmounts the file system i run around my desk and hit the power button before the computer reboots,...so it stays shut down
and third...i am using a usb laser microsoft 3 button mouse...how do i get the scroll wheel to acctually scroll through pages...
and thank you in advance...im a newb!!!!
- 05-17-2006 #2
for shutdown you can do (as root)
shutdown -h
or
halt
scroll mouse you need to add this to your /etc/X11/xorg.conf
under the section entitledCode:Option "ZAxisMapping" "4 5 6 7"
where your mouse stuff isCode:"Section "InputDevice"
I don't have an ipod but you can look at thisAll right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
- 05-17-2006 #3
Any external usb device should get mounted automatically when it is plugged in and a file browser window should appear. To unmount, close the window and unplug. Udev has made it to where usb devices are recognized when plugged in, and unmounted as well.
You are in no danger of Slackware reformatting your device. That's one thing about Linux, it won't do anything you don't tell it to do.
With an editor, open /etc/X11/xorg.conf and find
I have a 'laser' mouse as well. If you config yours the same as mine (copy and paste mine and put in place of your configuration), you should then have a scrolling mouse.Code:Section "InputDevice"
To shut off your system, you should have "Log Off" in your menu. Then run shutdown from kdm (the sign in manager thingie...)Code:Identifier "Mouse1" Driver "mouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" Option "Protocol" "IMPS/2"
- 05-17-2006 #4
Dang spencerf, you beat me to it!
- 05-21-2006 #5Just Joined!
- Join Date
- Apr 2006
- Posts
- 10
thanks, im gonna reboot and try this (im running on dsl right now)
- 05-21-2006 #6Just Joined!
- Join Date
- Apr 2006
- Posts
- 10
allright, here is the deal, when i plug in my ipod, nothing comes up
is there a setting i have to apply or sumthin????
lol....sory if i am annoying
also, do you know a program that can play windows media player files?
cuz i dont know any....
- 05-22-2006 #7
try reading the link I posted above for your ipod. It will not be a "simple" task if you are a newby but you will get to learn a little about linux.
most of the available players will play wmv if you have the codecs package called either
win32codecs or essentialcodecs. You can find these at the mplayer homepage or through your distribution.All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
- 05-23-2006 #8Just Joined!
- Join Date
- Apr 2006
- Posts
- 10
Thanks, ill go check them out....
as for the ipod.....ill figure it out.....
- 05-23-2006 #9
I have managed this on Slackware with KDE and a first gen iPod, so it might give you a start...
1 Create a mount point (/mnt/ipod is good)
2 Make sure the ipod disk is spinning (just start a song playing)
3 Plug it in!
4 Type (as root) fdisk -l (that is lower case L)
5 Find a device that has an empty partition as 1 and a W95 FAT32 partition as 2 (in my case it was sda1 and sda2)
6 The device to mount is the W95 FAT32 partition. Type mount /dev/sda2 /mnt/ipod
7 You should now be able to browse the ipod as normal. You should also be able to synch it from gtkpod.
As a side note, you can't use umount /mnt/ipod to remove it. You have to use eject /mnt/ipod - no idea why!
Good luck!
Gaz


Reply With Quote
