Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 192211 Details for
Bug 285491
Support network install over USB ethernet
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
A patch to support USB ethernet
anaconda-11.2.0.66-usbnet-5.patch (text/plain), 1.45 KB, created by
H.J. Lu
on 2007-09-11 00:13:45 UTC
(
hide
)
Description:
A patch to support USB ethernet
Filename:
MIME Type:
Creator:
H.J. Lu
Created:
2007-09-11 00:13:45 UTC
Size:
1.45 KB
patch
obsolete
>--- anaconda-11.2.0.66/loader2/hardware.c.usbnet 2007-04-30 17:39:03.000000000 -0700 >+++ anaconda-11.2.0.66/loader2/hardware.c 2007-09-10 16:35:19.000000000 -0700 >@@ -68,7 +68,7 @@ static int detectHardware(moduleInfoSet > > devices = probeDevices(CLASS_UNSPEC, > BUS_PCI | BUS_SBUS | BUS_VIO | BUS_MACIO | >- BUS_PCMCIA | BUS_XEN | BUS_PS3, >+ BUS_PCMCIA | BUS_XEN | BUS_PS3 | BUS_USB, > PROBE_ALL); > > logMessage(DEBUGLVL, "finished bus probing"); >--- anaconda-11.2.0.66/loader2/module-info.usbnet 2007-04-02 08:12:17.000000000 -0700 >+++ anaconda-11.2.0.66/loader2/module-info 2007-09-10 16:35:19.000000000 -0700 >@@ -1113,7 +1113,7 @@ tcic > # usb > asix > eth >- "DLink DUB-E100 USB Ethernet" >+ "ASIX AX8817x USB 2.0 Ethernet" > > catc > eth >--- anaconda-11.2.0.66/loader2/modules.c.usbnet 2007-05-24 14:18:10.000000000 -0700 >+++ anaconda-11.2.0.66/loader2/modules.c 2007-09-10 16:44:06.000000000 -0700 >@@ -280,7 +280,10 @@ static int loadModule(const char * modNa > deviceCount = ethCount("tr"); > } > >- if (mi->major == DRIVER_SCSI) { >+ /* Don't load usb-storage here to avoid associating it with >+ sda. It will be loaded by usbInitialize later. */ >+ if (mi->major == DRIVER_SCSI >+ && strcmp ("usb-storage", modName)) { > deviceCount = scsiDiskCount(); > if (!FL_CMDLINE(flags)) { > startNewt();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 285491
: 192211