Gentoo Archives: gentoo-ppc-user

From: Patrick Tisdale <ptisdale@×××××××××.com>
To: gentoo-ppc-user@l.g.o
Subject: Re: [gentoo-ppc-user] 2004.0 on pb 3400c
Date: Fri, 09 Apr 2004 15:46:37
Message-Id: 1081525593.7319.66.camel@tisdale.aunetwork
In Reply to: Re: [gentoo-ppc-user] 2004.0 on pb 3400c by Pieter Van den Abeele
1 thanks for the info. everything is much clearer now.
2
3 see below...
4
5 On Fri, 2004-04-09 at 09:04, Pieter Van den Abeele wrote:
6 > insmod ./drivers/scsi/sr_mod.ko
7 > insmod ./drivers/scsi/ide-scsi.ko
8 > insmod ./drivers/fs/binfmt_misc.ko
9 > insmod ./drivers/fs/isofs/isofs.ko
10 > insmod ./drivers/fs/nls/nls_iso8859-1.ko
11
12 did this. although the fs folder is in a parallel dir to drivers. it
13 would not load the isofs.ko module. it said:
14 insmod: cannot insert './fs/isofs.ko': Unknown symbol in module (-1):
15 No Such File or Directory
16
17 there is no lsmod command, so i didn't know how to check to see that the
18 modules were loaded, but the others did seem to load properly.
19
20 so i tried mount /dev/cdroms/cdrom0:
21 mount: /dev/cdroms/cdrom0 is write protected, mounting read-only
22 mount: /dev/cdroms/cdrom0 is write protected, mounting read-only
23 mount: Mounting /dev/cdroms/cdrom0 on /mnt/cdrom failed: Invalid
24 argument
25
26 then i tried mount -t iso9660 /dev/cdroms/cdrom0 /mnt/cdrom:
27 mount: Mounting /dev/cdroms/cdrom0 on /mnt/cdrom failed: No such
28 device
29
30 i'm assuming this fails b/c of the module that won't load, right?
31
32 cdrom0 is a symbolic link, so i tried to mount the device file that it
33 points to (/dev/scsi/host1/bus0/target0/lun0/cd) directly, but had the
34 same result.
35
36 does this kernel have scsi cd-rom support builtin?
37
38 what should i try next?
39
40 thanks,
41 patrick
42
43
44 --
45 gentoo-ppc-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-ppc-user] 2004.0 on pb 3400c Pieter Van den Abeele <pvdabeel@g.o>