LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-20-2005, 10:20 AM   #1
SAJBER
LQ Newbie
 
Registered: Feb 2005
Location: Sweden
Distribution: Debian Sarge RC4
Posts: 25

Rep: Reputation: 15
Question unable to mount ihp-120 (USB 1.0/2.0)


Hi all!
I am having a BIG problem (at least for me).

I have tryed to mount my (USB) music player Iriver ihp-120 on my Debian system, but when I try to check what port its connected to (with "dmesg"), it just dosnt' show up..

The display on the Iriver says "connected", but stil nothing from debian!

I have tryed to mount it anyway, guessing the port,"sdb1", "sda1" (changing my fstab) and some more ports, but ofcourse it dosn't work.

The error I get is:


mount: the kernel does not recognize /dev/sdb1 as a block device
(maybe `insmod driver'?)
Please check that the disk is entered correctly.


I am guessing that maybe I hasnt installed the USB 2.0 drivers correctly, but still how do I do that??

My Fstab looks like this:

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/hde2 / ext2 errors=remount-ro 0 1
/dev/hde4 none swap sw 0 0
proc /proc proc defaults 0 0
/dev/cdrom /cdrom iso9660 ro,user,noauto 0 0
/dev/hde1 /boot ext2 defaults 0 2
/dev/hde3 /home ext2 defaults 0 2
/dev/sdb1 /mnt/USB vfat noauto,user,rw 0 0

Hope that helps.

I hope someone can help me, I am really desperate!
Thx in advance!

Last edited by SAJBER; 02-20-2005 at 10:57 AM.
 
Old 02-21-2005, 02:56 AM   #2
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Sounds like it will see it as a usb storage device so you need the support. Check to see if you have modconf installed by doing modconf as root from a console. if not do the following apt-get install modconf hotplug discover. You need to then do modconf and go down the list to usb and install the required drivers and also set the relevant entries in your fstab. Hotplug and discover should do a pretty good for you during boot or when you plug it in.
 
Old 02-21-2005, 09:06 AM   #3
SAJBER
LQ Newbie
 
Registered: Feb 2005
Location: Sweden
Distribution: Debian Sarge RC4
Posts: 25

Original Poster
Rep: Reputation: 15
I did as you said and I ran modconf but I couldnt find any USB driver to install at all. I did then install hotplug and discover, and ran discover after I had pluged in my player, but offcourse it found nothing since I didnt find any USB drivers to install with modconf.

I allso tried to install a packege that apt-get recommended usbutils, but it didn't change anything.



I am running kernel 2.2.20 since I dont know how to upgrade.

Last edited by SAJBER; 02-21-2005 at 09:28 AM.
 
Old 02-21-2005, 10:12 AM   #4
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
The 2.2.20 kernel is your main problem. You can either upgrade the kernel by;
apt-cache search kernel-image-2.4 and then make a note of the latest available kernel and then apt-get install kernel-image-2.4.X or;
you can re-install using the switch bf24 at the boot prompt or install Sarge by downloading the new installer and install a 2.6 kernel using the switch linux26 at the boot prompt.
 
Old 02-21-2005, 10:20 AM   #5
SAJBER
LQ Newbie
 
Registered: Feb 2005
Location: Sweden
Distribution: Debian Sarge RC4
Posts: 25

Original Poster
Rep: Reputation: 15
what kernel should i use if i have an AMD Athlon 64 3000+?
And motherboard, RS480M2?
 
Old 02-21-2005, 10:39 AM   #6
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
I would definitely go for the Sarge installer with linux26. There is a fair amount of support for 64 bit now.
 
Old 02-21-2005, 10:42 AM   #7
SAJBER
LQ Newbie
 
Registered: Feb 2005
Location: Sweden
Distribution: Debian Sarge RC4
Posts: 25

Original Poster
Rep: Reputation: 15
do I have to download ISO files for that or can I do it in another way? Then how?

And what about my partitions do I have to erase them too?'

Whats the name of the file?

and what is switch bf24 and switch linux26?


you can re-install using the switch bf24 at the boot prompt or install Sarge by downloading the new installer and install a 2.6 kernel using the switch linux26 at the boot prompt.


Last edited by SAJBER; 02-21-2005 at 10:44 AM.
 
Old 02-21-2005, 11:17 AM   #8
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Download the iso at http://cdimage.debian.org/pub/cdimag...86-netinst.iso
then burn it to cd. When you boot it and you get the boot prompt enter linux26 and it will do the install using the 2.6 kernel. No need to repartition as it will pick up the partitions and use them.
 
Old 02-21-2005, 11:23 AM   #9
SAJBER
LQ Newbie
 
Registered: Feb 2005
Location: Sweden
Distribution: Debian Sarge RC4
Posts: 25

Original Poster
Rep: Reputation: 15
And that version works fine with the new AMD Athlon 64, pci xpress and my new motherboard RS480M2?
Because I have problems with the dvd-rom, the integreted graphic card (Ati Radeon xpress 200) and the inegreted sound card aswell.
 
Old 02-21-2005, 11:34 AM   #10
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
There is a specific branch that is being developed for amd64 but it is strictly in testing phase and would therefore be fairly buggy. I would not recommend you try it at the moment. They hope to have a version available soon as an option for the Sarge installer. The only problem I forsee is the ATI which are troublesome for most distros.
 
Old 02-22-2005, 10:29 AM   #11
SAJBER
LQ Newbie
 
Registered: Feb 2005
Location: Sweden
Distribution: Debian Sarge RC4
Posts: 25

Original Poster
Rep: Reputation: 15
I can see that Sarge is in testing and I wonder if i have to reinstall it when it comes a stable version, or if I can upgrade with apt-get -u dist-upgrade to the new version?

And isn't Sarge very buggy? (a lot of bugs)

Last edited by SAJBER; 02-22-2005 at 11:14 AM.
 
Old 02-22-2005, 11:37 AM   #12
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Sarge (testing is quite stable). If you have installed a lot of stuff it is probably quicker to do clean install of Sarge with the new installer. If it is still fairly small then do a dist-upgrade. I would also suggest installing a package called listbugs if you go to Sarge as this will tell you about the severity of any bugs in the packages and then you can choose to install or not.
 
Old 03-02-2005, 05:08 AM   #13
SAJBER
LQ Newbie
 
Registered: Feb 2005
Location: Sweden
Distribution: Debian Sarge RC4
Posts: 25

Original Poster
Rep: Reputation: 15
I have tried Sarge now, but it didn't help at all I can't even install, it says that it can't fin my harddrive.
 
Old 03-02-2005, 05:41 AM   #14
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
What type of hard drive is it? (eg ATA) I suggest using the 2.6 kernel version using linux26 at the boot prompt.
 
Old 03-02-2005, 03:26 PM   #15
SAJBER
LQ Newbie
 
Registered: Feb 2005
Location: Sweden
Distribution: Debian Sarge RC4
Posts: 25

Original Poster
Rep: Reputation: 15
S-ATA and it dosn't help to type linux26 in boot. It still can't find the harddrive.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
iriver ihp-120 + Mandrake 10.0 problems gilanor Mandriva 3 02-12-2005 05:41 PM
iRiver iHP-120 20GB MP3 Player, a player for the rest of us ? dukeinlondon General 1 04-04-2004 04:44 AM
unable to mount root fs savudin Linux - Newbie 1 11-04-2003 03:31 PM
unable to mount cd on RH 9.1 passenger Red Hat 5 09-23-2003 02:00 AM
Unable to mount goverd Linux - Newbie 14 12-20-2001 04:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 07:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration