You are not logged in.

#1 2004-05-05 21:31:37

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 768

need to mount usb key during install

I have a USB key which I need to mount at install - mainly because the driver for my broadcom nic is on it ready to be compiled - also, most of my previous config files which I had backed up are on there too

I can't find the relevant modules that I've previously used (sd-mod and usb-storage) to mount the key and I'm also not sure where i should expect it to pop up in (it's always been something like /dev/sda1 before)

Any suggestions at to how I might get this working?

Offline

#2 2004-05-05 22:57:22

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: need to mount usb key during install

i'm not the guy to reply to you. maybe the modules changed their names in kernel2.6 ?

Offline

#3 2004-05-06 07:07:06

robot5x
Member
Registered: 2004-01-26
Posts: 266

Re: need to mount usb key during install

The modules sd-mod and usb-storage are still there but I'm not sure if they are in the arch stock kernels. To get my usb device working I needed to compile the scsi modules into the kernel then load the usb ones as modules. Once ithe modules are loaded my device registered at /dev/discs/disc1/part1.
Hope that helps-
nice to see another bristolian here -gashead or robin?!

Offline

#4 2004-05-06 07:14:09

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 768

Re: need to mount usb key during install

More a rugby boy really (and Bath at that...), but if pushed I'd have to say Gashead...

Anyway - it looks like I'll have to do an install without any network connectivity and then compile my own kernel - although how I'm going to get the kernel sources onto my laptop without any connectivity is somewhat beyond me - does the stock arch kernel support ntfs reading?

Offline

#5 2004-05-06 08:59:28

robot5x
Member
Registered: 2004-01-26
Posts: 266

Re: need to mount usb key during install

I'm not sure what's in the stock kernel, although I'm aware it is pretty monolithic so the modules you need should be available. You can compile your own kernel at install-time - set your kernel up how you want it then put the relevant modules into rc.conf - after booting you should be able to access your usb key and get your nic working.

Offline

#6 2004-05-07 16:18:13

Win
Member
Registered: 2004-03-04
Posts: 155

Re: need to mount usb key during install

The sd-mod and usb-storage modules come with the stock Arch 2.6 kernel.

BTW: The ntfs module is also included in the stock Arch 2.6 kernel.

As robot5x comments, you'll just need to include these modules in the MODULES list in rc.conf.

Regards,

Win

Offline

#7 2004-05-07 16:24:24

Win
Member
Registered: 2004-03-04
Posts: 155

Re: need to mount usb key during install

Also, and rather confusingly, the sd-mod and usb-storage modules can be referenced using either a hyphen or an underscore separator:

sd-mod or sd_mod
usb-storage or usb_storage

For example,

modprobe sd-mod
modprobe sd_mod
modprobe -r sd-mod
modprobe -r sd_mod

(and similarly for usb-storage)

all work.

Regards,

Win

Offline

Board footer

Powered by FluxBB