On Thursday 19 July 2001 15:38, Steven Watt wrote:
> Hello
>
> I sync a Handspring Visor (USB interface) with my Linux Mandrake 8.0
> system. Everytime I reboot I have to enter the command
>
> root $ /sbin/modprobe visor
>
> for things to work properly. It's not a big bother, but a bother
> nonetheless.
>
> What do I have to do to have the visor module loaded automatically when
> I boot?
add it to /etc/modules
on my box it looks like this
#
# usb
#
usbcore
usb-uhci
#
# usb zip
#
usb-storage
#
# visor
#
usbserial
visor
#
# radio
#
videodev
dsbr100
#
# fs
#
appletalk
vfat
#
# ftape
#
ftape
zftape
scsi_hostadapter
scsi_hostadapter1
All that you should need are the usb & visor sections
--
Alex
Kernel Panic is General Failure's second in command