anarchosax From your dmesg
output:
[ 9.353024] cd0(ahcisata0:4:0): DEFERRED ERROR, key = 0x2
[ 20.618644] cd0(ahcisata0:4:0): DEFERRED ERROR, key = 0x2
[ 30.293473] cd0(ahcisata0:4:0): DEFERRED ERROR, key = 0x2
[ 30.303478] cd0(ahcisata0:4:0): DEFERRED ERROR, key = 0x2
[ 35.656148] cd0(ahcisata0:4:0): DEFERRED ERROR, key = 0x2
Can you disable the CD-ROM device in your BIOS setup? Or, just pull it out if it's removable?
[ 6.941820] umass0 at uhub5 port 6 configuration 1 interface 0
[ 6.941820] umass0: Generic (0xbda) USB2.0-CRW (0x138), rev 2.00/38.82, addr 4
[ 6.941820] umass0: using SCSI over Bulk-Only
[ 6.941820] scsibus0 at umass0: 2 targets, 1 lun per target
[ 6.951826] sd0 at scsibus0 target 0 lun 0: <Generic-, Multi-Card, 1.00> disk removable
[ 6.951826] sd0: drive offline
This, I think, is a RealTek Card Reader. Can you disable this too in the BIOS?
[ 7.131915] kern info: [drm] initializing kernel modesetting (CAICOS 0x1002:0x6760 0x1028:0x04CC).
[ 7.131915] kern info: [drm] register mmio base: 0xf7b20000
[ 7.131915] kern info: [drm] register mmio size: 131072
[ 7.131915] kern error: [drm:(/usr/src/sys/external/bsd/drm2/dist/drm/radeon/radeon_bios.c:725)radeon_get_bios] *ERROR* Unable to locate a BIOS ROM
[ 7.131915] radeon0: autoconfiguration error: error: Fatal error during GPU init
[ 7.131915] radeon0: autoconfiguration error: unable to attach drm: 22
Here, since you also have an Intel card, just disable the Radeon GPU.
In /boot.cfg
:
userconf=disable radeon*
You can also disable (all) CD-ROM devices by adding:
userconf=disable cd*
Do this if you can't disable in the BIOS.