From: SourceForge.net <no...@so...> - 2008-01-25 15:45:51
|
Bugs item #1879818, was opened at 2008-01-25 15:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1879818&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Hardware detection Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Markus Mandalka (mandalka) Assigned to: Alex de Landgraaf (alextreme) Summary: Broken usbboot (basemod 2.6.23) Initial Comment: Because of the "usb-modules first (so that memory-stick becomes /dev/sda1)"-behavior (see line 234 in linuxrc in miniroot.gz) there are problems while booting from an usb-device (which does not work because the basemod will not be found): 1.) insmod usb_storage is not working, because scsi_mod is not loaded. "unknown symbol scsi_report_device_reset" and so on ... and then can not insert /modules/usb/usb-storage.ko unknown symbol in module (-1): no such file or directory That happens because the needed /modules/scsi/scsi_mod.ko will be loaded after that. So to solve the problem, i added to my linuxrc an insmod scsi_mod before the line that loads the module usb-storage. But i could not test, if this is causing problems with real scsi devices (i have no such devices) later, when all the other scsi modules are loaded. 2.) there is no sd_mod in the miniroot and it is not loaded before insmod usb-storage If sd_mod is not there the usb-device (maybe scsi- or sata-disks too) will not be accessable as /dev/sdX and will not be found and mounted when searching the iso. So i copied sd_mod.ko from the base-iso into my miniroot and like in point 1 my linuxrc loads it before loading usb-storage. Please add sd_mod.ko to the standard-miniroot - module-directory, too. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1879818&group_id=71814 |
From: SourceForge.net <no...@so...> - 2008-01-27 15:05:32
|
Bugs item #1879818, was opened at 2008-01-25 16:45 Message generated for change (Comment added) made by alextreme You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1879818&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Hardware detection Group: None >Status: Pending Resolution: None Priority: 5 Private: No Submitted By: Markus Mandalka (mandalka) Assigned to: Alex de Landgraaf (alextreme) Summary: Broken usbboot (basemod 2.6.23) Initial Comment: Because of the "usb-modules first (so that memory-stick becomes /dev/sda1)"-behavior (see line 234 in linuxrc in miniroot.gz) there are problems while booting from an usb-device (which does not work because the basemod will not be found): 1.) insmod usb_storage is not working, because scsi_mod is not loaded. "unknown symbol scsi_report_device_reset" and so on ... and then can not insert /modules/usb/usb-storage.ko unknown symbol in module (-1): no such file or directory That happens because the needed /modules/scsi/scsi_mod.ko will be loaded after that. So to solve the problem, i added to my linuxrc an insmod scsi_mod before the line that loads the module usb-storage. But i could not test, if this is causing problems with real scsi devices (i have no such devices) later, when all the other scsi modules are loaded. 2.) there is no sd_mod in the miniroot and it is not loaded before insmod usb-storage If sd_mod is not there the usb-device (maybe scsi- or sata-disks too) will not be accessable as /dev/sdX and will not be found and mounted when searching the iso. So i copied sd_mod.ko from the base-iso into my miniroot and like in point 1 my linuxrc loads it before loading usb-storage. Please add sd_mod.ko to the standard-miniroot - module-directory, too. ---------------------------------------------------------------------- >Comment By: Alex de Landgraaf (alextreme) Date: 2008-01-27 16:05 Message: Logged In: YES user_id=97489 Originator: NO I've made a couple of modifications to linuxrc and the basemod-building script: http://morphix.svn.sourceforge.net/viewvc/morphix?view=rev&revision=2609 Take a look, if you think the changes are what you mean I'll move this to autobuilding/autotesting. cheers & thanks! Alex ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1879818&group_id=71814 |
From: SourceForge.net <no...@so...> - 2008-02-10 15:13:15
|
Bugs item #1879818, was opened at 2008-01-25 07:45 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1879818&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Hardware detection Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Markus Mandalka (mandalka) Assigned to: Alex de Landgraaf (alextreme) Summary: Broken usbboot (basemod 2.6.23) Initial Comment: Because of the "usb-modules first (so that memory-stick becomes /dev/sda1)"-behavior (see line 234 in linuxrc in miniroot.gz) there are problems while booting from an usb-device (which does not work because the basemod will not be found): 1.) insmod usb_storage is not working, because scsi_mod is not loaded. "unknown symbol scsi_report_device_reset" and so on ... and then can not insert /modules/usb/usb-storage.ko unknown symbol in module (-1): no such file or directory That happens because the needed /modules/scsi/scsi_mod.ko will be loaded after that. So to solve the problem, i added to my linuxrc an insmod scsi_mod before the line that loads the module usb-storage. But i could not test, if this is causing problems with real scsi devices (i have no such devices) later, when all the other scsi modules are loaded. 2.) there is no sd_mod in the miniroot and it is not loaded before insmod usb-storage If sd_mod is not there the usb-device (maybe scsi- or sata-disks too) will not be accessable as /dev/sdX and will not be found and mounted when searching the iso. So i copied sd_mod.ko from the base-iso into my miniroot and like in point 1 my linuxrc loads it before loading usb-storage. Please add sd_mod.ko to the standard-miniroot - module-directory, too. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2008-02-10 07:12 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Alex de Landgraaf (alextreme) Date: 2008-01-27 07:05 Message: Logged In: YES user_id=97489 Originator: NO I've made a couple of modifications to linuxrc and the basemod-building script: http://morphix.svn.sourceforge.net/viewvc/morphix?view=rev&revision=2609 Take a look, if you think the changes are what you mean I'll move this to autobuilding/autotesting. cheers & thanks! Alex ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1879818&group_id=71814 |