#1830: modprobe bug for aliases with regular expressions
--------------------------------------------+-------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  lfs-book@linuxfromscratch.org
     Type:  defect                          |       Status:  new                
          
 Priority:  normal                          |    Milestone:  6.2                
          
Component:  Book                            |      Version:  SVN                
          
 Severity:  normal                          |   Resolution:                     
          
 Keywords:                                  |  
--------------------------------------------+-------------------------------
Comment (by [EMAIL PROTECTED]):

 If you don't have affected hardware, you may want to run this command:

 {{{
 /sbin/modprobe -n -v --first-time
 usb:v054Cp0010d0410dc00dsc00dp00ic08iscFFip01
 }}}

 (assuming that usb_storage is a module). Buggy modprobe says:
 {{{
 FATAL: Module usb:v054Cp0010d0410dc00dsc00dp00ic08iscFFip01 not found.
 }}}

 Fixed modprobe says one of these lines:
 {{{
 FATAL: Module usb_storage already in kernel.
 }}}
 or
 {{{
 insmod /lib/modules/VERSION/kernel/drivers/usb/storage/usb-storage.ko
 }}}

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/1830>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to