Gentoo Archives: gentoo-ppc-user

From: Pieter Van den Abeele <pvdabeel@g.o>
To: Patrick Tisdale <ptisdale@×××××××××.com>
Cc: gentoo-ppc-user@l.g.o, Pieter Van den Abeele <pvdabeel@g.o>
Subject: Re: [gentoo-ppc-user] 2004.0 on pb 3400c
Date: Fri, 09 Apr 2004 15:54:53
Message-Id: 3B62CBDF-8A3E-11D8-B63D-0003938E7E46@gentoo.org
In Reply to: Re: [gentoo-ppc-user] 2004.0 on pb 3400c by Patrick Tisdale
1 On 09 Apr 2004, at 17:46, Patrick Tisdale wrote:
2
3 > thanks for the info. everything is much clearer now.
4 >
5 > see below...
6 >
7 > On Fri, 2004-04-09 at 09:04, Pieter Van den Abeele wrote:
8 >> insmod ./drivers/scsi/sr_mod.ko
9 >> insmod ./drivers/scsi/ide-scsi.ko
10 >> insmod ./drivers/fs/binfmt_misc.ko
11 >> insmod ./drivers/fs/isofs/isofs.ko
12 >> insmod ./drivers/fs/nls/nls_iso8859-1.ko
13 >
14 > did this. although the fs folder is in a parallel dir to drivers. it
15 > would not load the isofs.ko module. it said:
16 > insmod: cannot insert './fs/isofs.ko': Unknown symbol in module (-1):
17
18 The module didn't load because one of it's dependencies wasn't loaded.
19 Did you load the binfmt_misc thing?
20
21 try insmod ./drivers/lib/lib/zlib_inflate/zlib_inflate.ko
22
23 before the isofs thing
24
25 > so i tried mount /dev/cdroms/cdrom0:
26 > mount: /dev/cdroms/cdrom0 is write protected, mounting read-only
27 > mount: /dev/cdroms/cdrom0 is write protected, mounting read-only
28 > mount: Mounting /dev/cdroms/cdrom0 on /mnt/cdrom failed: Invalid
29 > argument
30
31 this should work when you get the module loade.
32
33 > i'm assuming this fails b/c of the module that won't load, right?
34
35 yep
36
37 > cdrom0 is a symbolic link, so i tried to mount the device file that it
38 > points to (/dev/scsi/host1/bus0/target0/lun0/cd) directly, but had the
39 > same result.
40 >
41 > does this kernel have scsi cd-rom support builtin?
42
43 yes
44
45 > what should i try next?
46
47 It would be nice if you could try again with that zlib_inflate.ko
48 module loaded
49
50 Best regards,
51
52 Pieter Van den Abeele
53
54 > thanks,
55 > patrick
56 >
57 >
58 > --
59 > gentoo-ppc-user@g.o mailing list
60
61
62 --
63 gentoo-ppc-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-ppc-user] 2004.0 on pb 3400c Patrick Tisdale <ptisdale@×××××××××.com>