On Wed, Dec 24, 2008 at 1:42 PM, Erik Mouw <mouw@xxxxxxxxxxxx> wrote:
Thanks & Regards,On Wed, 24 Dec 2008 06:44:25 +0530 (IST) niamathullah sharief
<alrif_1987@xxxxxxxxxxx> wrote:
Please break lines at about 72 characters, that makes your message so
much easier to read.
Your shell prompt suggests that you are a normal user. You can only use
> Hi friends.... This is Dilip...i tried to install the below modules by using "modprobe" command...but its showing an error....even if try in "insmod" its getting error as "undefined symbol"...Actually it means that there is an dep module have to install before this module...so i installed the "usbcore" module...even though its showing an same errors....when i use "insmod" its showing as "undefined symbol"...when i use "modprobe" its showing below errors...Thanks guys.... sharief@sharief-desktop:~/Desktop/drivers/host$ modprobe ehci-hcd
> FATAL: Module ehci_hcd not found.
> sharief@sharief-desktop:~/Desktop/drivers/host$ modprobe uhci-hcd
> FATAL: Module uhci_hcd not found.
> sharief@sharief-desktop:~/Desktop/drivers/host$ modprobe ohci-hcd
> FATAL: Module ohci_hcd not found.Can anyone tell what to do now...Thanks
modprobe as root.
i don't thing this is because of modprobe executed by non root user , if you execute modprobe by non root user then you will get following error
FATAL: Error inserting ${MODULE_NAME} : Operation not permitted
FATAL: Error inserting ${MODULE_NAME} : Operation not permitted
Erik
--
Erik Mouw -- mouw@xxxxxxxxxxxx
GPG key fingerprint: D6AC 7F15 A26E C5C4 62E0 4A58 FCF9 551C 9B48 B68D
Ajit Subhash Mote