[expert] New Motherboard

2002-11-06 Thread Lars Ole Christoffersen
Hi
I have just changed my motherboard from an old ASUS with USB to a brand
new ( ASUS P4S8X) one with USB2 i suppose. Since then the USB ports does
not work. The log give the following:

Nov  7 20:38:48 lars_ole modprobe:
/lib/modules/2.4.19-16mdk/kernel/drivers/usb/usb-uhci.o.gz:  
Nov  7 20:38:48 lars_ole modprobe: Hint: insmod errors can be caused by
incorrect module parameters, including invalid IO or IRQ parameters. 
Nov  7 20:38:48 lars_ole modprobe:   You may find more information
in syslog or the output from dmesg 
Nov  7 20:38:48 lars_ole modprobe: init_module: No such device 

How do I get it to work again

Thanks in advance

/lars ole





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] New Motherboard

2001-01-10 Thread Joseph Red

I'm getting a new motherboard, and I'm planning to possibly put it in my
Linux box tonight.  It's an Abit BE-6 2, with onboard udma66.  I'm not
going to be using those at first, I'm just going to stick w/ standard
IDE until I get new drives.  A bunch of background for a simple
question.  Can I swap this MB with my old one (Asus p2b), or is there
something in Linux I need to do in preparation?  Thanks.
-- 


Joseph Red
[EMAIL PROTECTED]
www.cautioninc.com




Re: [expert] New Motherboard

2002-11-06 Thread bascule
there are also usb-ohci and plain uhci usb modules, perhaps you need to look 
in etc/modules.conf and/or /etc/modules and replace any reference to usb-uhci 
with one of those,
to test do (as root):
# modprobe uhci
or
#modprobe usb-ohci
see what you get

bascule

On Wednesday 06 Nov 2002 8:01 pm, Lars Ole Christoffersen wrote:
> Hi
> I have just changed my motherboard from an old ASUS with USB to a brand
> new ( ASUS P4S8X) one with USB2 i suppose. Since then the USB ports does
> not work. The log give the following:
>
> Nov  7 20:38:48 lars_ole modprobe:
> /lib/modules/2.4.19-16mdk/kernel/drivers/usb/usb-uhci.o.gz:
> Nov  7 20:38:48 lars_ole modprobe: Hint: insmod errors can be caused by
> incorrect module parameters, including invalid IO or IRQ parameters.
> Nov  7 20:38:48 lars_ole modprobe:   You may find more information
> in syslog or the output from dmesg
> Nov  7 20:38:48 lars_ole modprobe: init_module: No such device
>
> How do I get it to work again
>
> Thanks in advance
>
> /lars ole

-- 
Seeing, contrary to popular wisdom, isn't believing. It's where belief stops, 
because it isn't needed any more.
(Pyramids)



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] New Motherboard

2002-11-06 Thread Larry Sword
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Lars Ole Christoffersen wrote:

|Hi
|I have just changed my motherboard from an old ASUS with USB to a brand
|new ( ASUS P4S8X) one with USB2 i suppose. Since then the USB ports does
|not work. The log give the following:
|
|Nov  7 20:38:48 lars_ole modprobe:
|/lib/modules/2.4.19-16mdk/kernel/drivers/usb/usb-uhci.o.gz:  
|Nov  7 20:38:48 lars_ole modprobe: Hint: insmod errors can be caused by
|incorrect module parameters, including invalid IO or IRQ parameters.
|Nov  7 20:38:48 lars_ole modprobe:   You may find more information
|in syslog or the output from dmesg
|Nov  7 20:38:48 lars_ole modprobe: init_module: No such device
|
|How do I get it to work again
|
|Thanks in advance
|
|/lars ole

If you have the USB 2.0 then try this:

Ref: file:/usr/share/doc/kernel-doc-2.4.19/usb/ehci.txt


Assuming you have an EHCI controller (on a PCI card or motherboard)
and have compiled this driver as a module, load this like:

~# modprobe ehci-hcd

and remove it by:

~# rmmod ehci-hcd


Larry

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE9yZRPGmoP0nUBNzsRAtTrAJ9XN59/Fd0ceHEXH62Ofh4JWqCoTACfRkP+
hBNqRiQljnqi0a23ukgjxaQ=
=4Dms
-END PGP SIGNATURE-



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] New Motherboard

2001-01-11 Thread D. Stark - eSN

Swap away, if you're not using the UDMA channels. The only other thing which
might not work is the USB, but I say *might* because I've never tried using
my USB in Linux (no devices of import.  : )


Derek Stark
IT / Linux Admin
eSupportNow
xt 8952

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Joseph Red
Sent: Wednesday, January 10, 2001 11:11 PM
To: [EMAIL PROTECTED]
Subject: [expert] New Motherboard


I'm getting a new motherboard, and I'm planning to possibly put it in my
Linux box tonight.  It's an Abit BE-6 2, with onboard udma66.  I'm not
going to be using those at first, I'm just going to stick w/ standard
IDE until I get new drives.  A bunch of background for a simple
question.  Can I swap this MB with my old one (Asus p2b), or is there
something in Linux I need to do in preparation?  Thanks.
--


Joseph Red
[EMAIL PROTECTED]
www.cautioninc.com





Re: [expert] New Motherboard

2001-01-11 Thread Buchan Milne

Of course your device names might change, since the onboard dma channel
is usually ide0 ..., thus you will need to modify
(/etc/lilo.conf|/boot/grub/menu.lst) and rerun lilo (if you use lilo)
and edit /etc/fstab

Buchan

"D. Stark - eSN" wrote:
> 
> Swap away, if you're not using the UDMA channels. The only other thing which
> might not work is the USB, but I say *might* because I've never tried using
> my USB in Linux (no devices of import.  : )
> 
> Derek Stark
> IT / Linux Admin
> eSupportNow
> xt 8952
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Joseph Red
> Sent: Wednesday, January 10, 2001 11:11 PM
> To: [EMAIL PROTECTED]
> Subject: [expert] New Motherboard
> 
> I'm getting a new motherboard, and I'm planning to possibly put it in my
> Linux box tonight.  It's an Abit BE-6 2, with onboard udma66.  I'm not
> going to be using those at first, I'm just going to stick w/ standard
> IDE until I get new drives.  A bunch of background for a simple
> question.  Can I swap this MB with my old one (Asus p2b), or is there
> something in Linux I need to do in preparation?  Thanks.
> --
> 
> Joseph Red
> [EMAIL PROTECTED]
> www.cautioninc.com

-- 
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work   +27 82 472 2231 * +27 21 808 2497
Stellenbosch Automotive Engineering http://www.cae.co.za