Bug 6906
Summary: | PCMCIA network Card cant transmit | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | jbore |
Component: | installer | Assignee: | Matt Wilson <msw> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 6.1 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
URL: | http://www.linksys.com/support/solution/nos/linux_others.htm | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-02-22 15:58:16 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
jbore
1999-11-11 02:02:00 UTC
http://www.linksys.com/support/solution/nos/linux_others.htm mentions a new rev of the chip set and has links for the kernel driver... how does one get these changes in the pcmcia boot floppy? This issue has been forwarded to a developer for further action. I have this same problem on my PCG-N505VE. I believe the issue is that the sound subsystem is using IRQ 5. There needs to be a way to choose a different IRQ or something during probe. You cannot use any method of installation on this laptop that requires a second disk either as the fd is USB and only works for the first disk boot :( Someone help me out here, I'm dying to run RH on my shiny new laptop. This can be solved by doing the following Get the latest pcmcia.img for RedHat Mount it as type msdos somewhere (loopback device) Copy the initrd.img file to somewhere else Gunzip this initrd.img and mount the result somewhere (type ext2, loop) Go into your mounted initrd tree and edit '/etc/pcmcia/config.opts' Add 'exclude irq 5' Unmount the initrd image gzip -9 the initrd image copy it back to the mounted pcmcia.img tree overwriting the old initrd.img unmount the pcmcia.img rewrite your install floppy with your modified pcmcia.img and boot install and enjoy |