Re: [gentoo-user] Problems compiling modules

2003-06-30 Thread Jesper Blauendahl
Thank you for your suggestions, but it seems like I've thrown myself 
into to deep waters on this one. I have lerned though that rookies like 
mee should stay away from the development sources :-)

Jesper

--
[EMAIL PROTECTED] mailing list


[gentoo-user] Problems compiling modules

2003-06-29 Thread Jesper Blauendahl
I'm trying to switch to the development-sources (2.5.70) to get a better 
support for my hardware. The kernel compiles nicely. But I have SCSI 
Emulation, SCSI device support, SCSI CD-ROM support, and SCSI generic 
support set to compile as modules, and when I execute

 make modules modules_install

I get the following feedback:

  Building modules, stage 2.
  MODPOST
  INSTALL drivers/scsi/ide-scsi.ko
  INSTALL drivers/scsi/scsi_mod.ko
  INSTALL drivers/scsi/sg.ko
  INSTALL drivers/scsi/sr_mod.ko
 if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.5.70; fi
 depmod: *** Unresolved symbols in 
/lib/modules/2.5.70/kernel/drivers/scsi/ide-scsi.ko
 depmod: scsi_register
 depmod: scsi_add_host
 depmod: scsi_adjust_queue_depth
 depmod: scsi_unregister
 depmod: scsi_sleep
 depmod: scsi_remove_host
 depmod: *** Unresolved symbols in 
/lib/modules/2.5.70/kernel/drivers/scsi/sg.ko
 depmod: scsi_ioctl_send_command
 depmod: scsi_device_get
 depmod: scsi_block_when_processing_errors
 depmod: scsi_release_request
 depmod: scsi_unregister_device
 depmod: scsi_do_req
 depmod: scsi_reset_provider
 depmod: scsi_allocate_request
 depmod: proc_scsi
 depmod: print_req_sense
 depmod: scsi_register_device
 depmod: scsi_device_put
 depmod: scsi_ioctl
 depmod: scsi_sleep
 depmod: *** Unresolved symbols in 
/lib/modules/2.5.70/kernel/drivers/scsi/sr_mod.ko
 depmod: scsi_io_completion
 depmod: scsi_wait_req
 depmod: scsi_set_medium_removal
 depmod: scsi_device_get
 depmod: scsi_block_when_processing_errors
 depmod: scsi_release_request
 depmod: scsi_unregister_device
 depmod: scsi_allocate_request
 depmod: print_req_sense
 depmod: scsi_register_device
 depmod: print_command
 depmod: scsi_device_put
 depmod: scsi_ioctl
 depmod: scsi_sleep

When I use the kernel (whit out loading the SCSI modules) I get errors 
during Calculating module dependencies. I get

 Failed to calculate dependencies
 
 modprobe: QM_MODULES: Function not implemented

What am I missing in the setup ?

Jesper

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Problems compiling modules

2003-06-29 Thread Martin Schlemmer
On Mon, 2003-06-30 at 09:08, Jesper Blauendahl wrote:
 I'm trying to switch to the development-sources (2.5.70) to get a better 
 support for my hardware. The kernel compiles nicely. But I have SCSI 
 Emulation, SCSI device support, SCSI CD-ROM support, and SCSI generic 
 support set to compile as modules, and when I execute
 

2.5.70 is fairly old.  Rather try 2.5.73 (or -bk6), as a few things have
been fixed.


-- 

Martin Schlemmer
Gentoo Linux Developer, Desktop/System Team Developer
Cape Town, South Africa




signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Problems compiling modules

2003-06-29 Thread Florian Huber
On Mon, 30 Jun 2003 09:08:42 +0200
Jesper Blauendahl [EMAIL PROTECTED] wrote:

 I'm trying to switch to the development-sources (2.5.70) to get a
 better support for my hardware. The kernel compiles nicely. But I
 have SCSI Emulation, SCSI device support, SCSI CD-ROM support, and
 SCSI generic support set to compile as modules, and when I execute
...

FYI You do no longer need SCSI Emul. for burning.
If you want to use development sources, you should know exactly what
you are doing! 
And BTW the latest beta kernel version is 2.5.73!

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems compiling modules

2003-06-29 Thread Terje Kvernes
Jesper Blauendahl [EMAIL PROTECTED] writes:

  [ ... ]

   Failed to calculate dependencies
modprobe: QM_MODULES: Function not implemented
 
 What am I missing in the setup ?

  loadable module support?
 
-- 
Terje

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems compiling modules

2003-06-29 Thread Terje Kvernes
Martin Schlemmer [EMAIL PROTECTED] writes:

 On Mon, 2003-06-30 at 09:08, Jesper Blauendahl wrote:

  I'm trying to switch to the development-sources (2.5.70) to get a better 
  support for my hardware. The kernel compiles nicely. But I have SCSI 
  Emulation, SCSI device support, SCSI CD-ROM support, and SCSI generic 
  support set to compile as modules, and when I execute
 
 2.5.70 is fairly old.  Rather try 2.5.73 (or -bk6), as a few things
 have been fixed.

  on my X200 2.5.70 is the only kernel I get to actually boot.
  2.5.7{1,2} as well as 2.5.66 and 2.5.55 all fail to boot.  as soon
  as I find out what causes this, I'll report it.  :-/

-- 
Terje

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems compiling modules

2003-06-29 Thread Aycan iRiCAN
On 09:08 Mon 30 Jun , Jesper Blauendahl wrote:
  Failed to calculate dependencies
  
  modprobe: QM_MODULES: Function not implemented

You should emerge module-init-tools for this type of problem.

For a development kernel, you should also make /sys dir, if not
exists.

cheerz.

-- 
| Aycan iRiCAN
| Core Computer Security Group (Member)
| Security Architect  SysAdm
| http://www.core.gen.tr
| GPG KEY = 0x2D002BBF
| Fingerprint = 308E 2721 5E27 3213 975E  E92D 2592 7083 2D00 2BBF

Quote:

I worry about my child and the Internet all the time, even though she's too young to 
have logged on yet. Here's what I worry about. I worry that 10 or 15 years from now, 
she will come to me and say 'Daddy, where were you when they took freedom of the press 
away from the Internet?'
--Mike Godwin, Electronic Frontier Foundation


pgp0.pgp
Description: PGP signature