|
Bugzilla – Full Text Bug Listing |
| Summary: | radeon kernel module can't find firmware files. | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.2 | Reporter: | Forgotten User Hf5jTZonIN <forgotten_Hf5jTZonIN> |
| Component: | Basesystem | Assignee: | E-mail List <bnc-team-screening> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | ManuelStol, saulo |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Forgotten User Hf5jTZonIN
2012-03-25 18:09:17 UTC
I had the same problem with my WLAN firmware. Fixed it by adding links to /lib/firmware: " cd /usr/lib/ ln -s /lib/firmware firmware cd /lib64/ ln -s /lib/firmware firmware cd /usr/lib64/ ln -s /lib/firmware firmware " I'm also met this issue, I report it in bnc#758202 . Duplicate to bnc#757655. *** This bug has been marked as a duplicate of bug 757655 *** I have tested with a Radeon HD4200 and everithing is working fine: apogee@linux-b9g6:~> dmesg | grep -i radeon [ 3.022701] [drm] radeon defaulting to kernel modesetting. [ 3.022706] [drm] radeon kernel modesetting enabled. [ 3.045097] radeon 0000:01:05.0: setting latency timer to 64 [ 3.046910] radeon 0000:01:05.0: VRAM: 256M 0x00000000C0000000 - 0x00000000CFFFFFFF (256M used) [ 3.046913] radeon 0000:01:05.0: GTT: 512M 0x00000000A0000000 - 0x00000000BFFFFFFF [ 3.051250] [drm] radeon: 256M of VRAM memory ready [ 3.051252] [drm] radeon: 512M of GTT memory ready. [ 3.051340] [drm] radeon: irq initialized. [ 3.052026] [drm] radeon: ib pool ready. [ 3.088735] radeon 0000:01:05.0: WB enabled [ 3.121403] [drm] Radeon Display Connectors [ 3.121520] [drm] radeon: power management initialized [ 4.128908] fbcon: radeondrmfb (fb0) is primary device [ 4.214473] fb0: radeondrmfb frame buffer device [ 4.214482] [drm] Initialized radeon 2.15.0 20080528 for 0000:01:05.0 on minor 0 |