LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   I can't install my linmodem (https://www.linuxquestions.org/questions/linux-hardware-18/i-cant-install-my-linmodem-39937/)

Shadow Of Death 12-31-2002 07:01 PM

I can't install my linmodem
 
i downloaded the driver for my prolink using chip conexant v92 at http://www.mbsi.ca/cnxtlindrv/ and followed the help but wehn enter rmp -i .....
The error appeared permisson denided (13)
My driver is on window pratition (fat32)

niknah 01-01-2003 11:58 AM

you need to login as root to use "rpm"

Shadow Of Death 01-02-2003 03:04 AM

i can't copy files from windows partition to linux partition though i loged in as a root

niknah 01-02-2003 03:13 AM

what's the error message when you try to copy?
you shouldn't get permission denied error when copying any files as root.

juby 01-02-2003 04:22 AM

create a folder in /mnt/ called "win"

login as root

type the folowwing in a terminal

fdisk -l

this will giv u a list of drives installed

now use the comand

mount /dev/hd** /mnt/win

** will have to be replaced with the partiton u want to mount
eg hda6 or hdb5

now u will be able to access the win drive

now u can copy .. files


All times are GMT -5. The time now is 10:44 PM.