Re: [leaf-user] Bering 1.0 IDE cdrom Device not found

2003-08-03 Thread Henning Jebsen
Charles Steinkuehler wrote:

both drives are found while loading the moduls. 
[...]
results: no driver present  no device found
Do you have the iso9660 filesystem module loaded?  
Yes, its name is isofs.

What about the IDE CD modules 
insmod ide-cd indeed leads to this errors:
Using /lib/modules/ide-cd.o
insmod: unresolved symbol cdrom_mode_select
insmod: unresolved symbol cdrom_open
insmod: unresolved symbol cdrom_release
insmod: unresolved symbol register_cdrom
insmod: unresolved symbol cdrom_ioctl
insmod: unresolved symbol cdrom_mode_sense
insmod: unresolved symbol cdrom_media_changed
insmod: unresolved symbol unregister_cdrom
insmod: unresolved symbol cdrom_get_last_written
insmod: unresolved symbol init_cdrom_command
insmod: unresolved symbol cdrom_number_of_slots
I use Kernel 2.4.18 from Bering 1.0 stable

lsmod:

Module PagesUsed by
ide-probe-mod   7520   0
ide-disk6560   0
ide-mod50948   0 [ide-probe-mod ide-disk]
the machine physically is OK: When I boot a DOS-Disk
with mscdex, both cdrom-drives are accessable...




---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Bering 1.0 IDE cdrom Device not found

2003-08-03 Thread Stephen Lee
On Sun, 2003-08-03 at 04:31, Henning Jebsen wrote:
 Charles Steinkuehler wrote:
 
  both drives are found while loading the moduls. 
 [...]
  results: no driver present  no device found
  Do you have the iso9660 filesystem module loaded?  
 Yes, its name is isofs.
 
  What about the IDE CD modules 
 insmod ide-cd indeed leads to this errors:
 Using /lib/modules/ide-cd.o
 insmod: unresolved symbol cdrom_mode_select
 insmod: unresolved symbol cdrom_open
 insmod: unresolved symbol cdrom_release
 insmod: unresolved symbol register_cdrom
 insmod: unresolved symbol cdrom_ioctl
 insmod: unresolved symbol cdrom_mode_sense
 insmod: unresolved symbol cdrom_media_changed
 insmod: unresolved symbol unregister_cdrom
 insmod: unresolved symbol cdrom_get_last_written
 insmod: unresolved symbol init_cdrom_command
 insmod: unresolved symbol cdrom_number_of_slots
 
 I use Kernel 2.4.18 from Bering 1.0 stable
 
 lsmod:
 
 Module PagesUsed by
 ide-probe-mod   7520   0
 ide-disk6560   0
 ide-mod50948   0 [ide-probe-mod ide-disk]
 
 the machine physically is OK: When I boot a DOS-Disk
 with mscdex, both cdrom-drives are accessable...
 

It looks like you forgot cdrom.o and isofs.o. See the following if you
haven't already done so:

 http://leaf.sourceforge.net/doc/guide/bucdrom.html

Stephen



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Bering 1.0 IDE cdrom Device not found

2003-08-02 Thread Hein Bauer
Dear list !
I am trying to use two IDE-CDrom drives, I recently connected to my
Bering 1.0-Box loading of moduls succeeded, both drives are found while
loading the moduls. Manufacturer name and other stuff is recognized
correctly.
How do I access the devices ?

mount /dev/hd[ab] /mnt
results: no driver present  no device found
mount /dev/hd[cd] /mnt
misses: driver not found but also states:no device found
In both cdroms are CD's inserted...
(I actually do a mount of /dev/hda OR /dev/hdb, instead of /dev/hd[ab]
(-- regular expression)
reading the docs/faqs/mailarchives last night did not give a hint
Some DOCs on LEAF mention a device /dev/cdrom. This link does not exist.
I will eventually will create it, when I found the physical  to which it
can refer ;-)
The devicefiles /dev/hd[abcd] does exist.

I am _not_ trying to _boot_ from CD, I just need a second media to store
more moduls, which doesn't fit onto one floppydisk. I also could install
a second floppydriveif I had one ;-)
Thanks for any hints !







---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Bering 1.0 IDE cdrom Device not found

2003-08-02 Thread Charles Steinkuehler
Hein Bauer wrote:
Dear list !
I am trying to use two IDE-CDrom drives, I recently connected to my
Bering 1.0-Box loading of moduls succeeded, both drives are found while
loading the moduls. Manufacturer name and other stuff is recognized
correctly.
How do I access the devices ?

mount /dev/hd[ab] /mnt
results: no driver present  no device found
mount /dev/hd[cd] /mnt
misses: driver not found but also states:no device found
In both cdroms are CD's inserted...
(I actually do a mount of /dev/hda OR /dev/hdb, instead of /dev/hd[ab]
(-- regular expression)
reading the docs/faqs/mailarchives last night did not give a hint
Some DOCs on LEAF mention a device /dev/cdrom. This link does not exist.
I will eventually will create it, when I found the physical  to which it
can refer ;-)
The devicefiles /dev/hd[abcd] does exist.

I am _not_ trying to _boot_ from CD, I just need a second media to store
more moduls, which doesn't fit onto one floppydisk. I also could install
a second floppydriveif I had one ;-)
Thanks for any hints !
Do you have the iso9660 filesystem module loaded?  What about the IDE CD 
 modules (note you need more than the low-level IDE drivers, there are 
also modules for talking to a CD-ROM drive using the IDE bus)?  Assuming 
you have the modules loaded to support CD access, use:

mount -t iso9660 -r /dev/hd[abcd] /mnt

You can also probably use the shortcut of /dev/cdrom, if the Bering init 
scripts still look for and create a /dev/cdrom symlink to the first 
cdrom device found (this feature was added to Dachstein, which Bering is 
based on, so it should probably work).

--
Charles Steinkuehler
[EMAIL PROTECTED]


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html