Koozali.org: home of the SME Server

USB Support

Offline dilligaf

  • *
  • 266
  • +0/-0
    • http://www.willcraft.com
USB Support
« on: July 07, 2006, 02:38:05 PM »
I installed SME 6.0.1 on a pc that the USB ports were shut off in the BIOS.
I now have the need to use a USB drive on it.
I have enabled the USB ports in the BIOS, but it does not appear that I have support in SME.
Is there something I have to do to get the USB support now?
Any assistance greatly appreciated.
Dan

Offline dilligaf

  • *
  • 266
  • +0/-0
    • http://www.willcraft.com
USB Support
« Reply #1 on: July 10, 2006, 09:27:08 PM »
further testing etc I find if  I manually do:
insmod usbcore
insmod usb-storeage
and insmod usb-uhci
I can then use the drive (the system sees is)

How do I have the system automatically load the proper modules for usb support?
Any help greatly appreciated.

Offline raem

  • *
  • 3,972
  • +4/-0
USB Support
« Reply #2 on: July 15, 2006, 03:16:29 PM »
dilligaf

> How do I have the system automatically load the proper modules for usb support?


Try a install upgrade from the CD
...

Offline dilligaf

  • *
  • 266
  • +0/-0
    • http://www.willcraft.com
USB Support
« Reply #3 on: July 17, 2006, 09:18:51 PM »
Hi Ray,
Thank you for the answer.
Is it possible to do it any other way?
IE the server is in a remote location.
I would sure like to just have the proper modules load, if I can avoid the road trip to do the upgrade from CD.
Thanks in advance.
Quote from: "RayMitchell"
dilligaf

> How do I have the system automatically load the proper modules for usb support?


Try a install upgrade from the CD

Offline raem

  • *
  • 3,972
  • +4/-0
USB Support
« Reply #4 on: July 18, 2006, 02:50:30 AM »
dilligaf

> Is it possible to do it any other way?

Have you tried a reboot ?
...

Offline dilligaf

  • *
  • 266
  • +0/-0
    • http://www.willcraft.com
USB Support
« Reply #5 on: July 18, 2006, 05:59:01 AM »
Quote from: "RayMitchell"
dilligaf

> Is it possible to do it any other way?

Have you tried a reboot ?

Hi Ray,
yes , I sure have (while on site testing different USB ports etc) only way i can get it ti work is manually running the
insmod usbcore
insmod usb-storeage
and insmod usb-uhci

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
USB Support
« Reply #6 on: July 18, 2006, 05:52:24 PM »
Quote from: "dilligaf"
Quote from: "RayMitchell"
dilligaf

> Is it possible to do it any other way?

Have you tried a reboot ?

Hi Ray,
yes , I sure have (while on site testing different USB ports etc) only way i can get it ti work is manually running the
insmod usbcore
insmod usb-storeage
and insmod usb-uhci


Add:

alias usb-controller usb-uhci

to /etc/modules.conf. Reboot.

Offline dilligaf

  • *
  • 266
  • +0/-0
    • http://www.willcraft.com
USB Support
« Reply #7 on: July 18, 2006, 06:58:45 PM »
Quote from: "CharlieBrady"
Quote from: "dilligaf"
Quote from: "RayMitchell"
dilligaf

> Is it possible to do it any other way?

Have you tried a reboot ?

Hi Ray,
yes , I sure have (while on site testing different USB ports etc) only way i can get it ti work is manually running the
insmod usbcore
insmod usb-storeage
and insmod usb-uhci


Add:

alias usb-controller usb-uhci

to /etc/modules.conf. Reboot.


Thank you VERY MUCH! Charlie, it worked like a dream, sincerely appreciated.

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
USB Support
« Reply #8 on: July 18, 2006, 07:22:50 PM »
Quote from: "dilligaf"

Thank you VERY MUCH! Charlie, it worked like a dream, sincerely appreciated.


Please show your gratitude by sponsoring development of a feature, or by helping out, say with documentation. Regards.