BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000974 [BusyBox] Standards Compliance minor always 07-28-06 05:35 07-28-06 09:12
Reporter anthony View Status public  
Assigned To integrator
Priority normal Resolution no change required  
Status closed   Product Version 1.2.x
Summary 0000974: insmod, modprobe, modules.alias (and maybe others) don't treat '_' & '-' as interchangable
Description I have a module uhci_hcd/uhci-hcd

It lives at kernel/drivers/usb/host/uhci-hcd.ko

If I enter 'insmod uhci-hcd', it succeeds
If I enter 'insmod uhci_hcd', it fails

If I enter 'modprobe uhci-hcd', it succeeds
If I enter 'modprobe uhci_hcd', it fails

There is a reference in modules.alias which looks like

alias pci:v*d*sv*sd*bc0Csc03i00* uhci_hcd

If I enter 'modprobe pci:v00008086d00002659sv00001028sd00000182bc0Csc03i00', it fails

If I change the reference in modules.alias to:

alias pci:v*d*sv*sd*bc0Csc03i00* uhci-hcd

If I enter 'modprobe pci:v00008086d00002659sv00001028sd00000182bc0Csc03i00', it succeeds

rmmod doesn't seem to suffer from the same problem.

This is 1.2.0, and I can't see any fixes which address this problem.
This might also be the problem seen with report 889 (something similar happened to me, and is why i started looking at the problem).
Additional Information
Attached Files

- Relationships
duplicate of 0000941closed integrator module not load if use "_" symbol in name 

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
07-28-06 05:35 anthony New Issue
07-28-06 05:35 anthony Status new => assigned
07-28-06 05:35 anthony Assigned To  => BusyBox
07-28-06 09:11 integrator Assigned To BusyBox => integrator
07-28-06 09:12 integrator Relationship added duplicate of 0000941
07-28-06 09:12 integrator Status assigned => closed
07-28-06 09:12 integrator Resolution open => no change required


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker