Have to boot with a CD and a memory card inserted

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
vidarkr

Have to boot with a CD and a memory card inserted

Post by vidarkr »

I am running Linux Mint 8 Helena on an Acer Aspire 5720ZG laptop.

After I upgraded the kernel from 2.6.31-14 to 2.6.31-20 I have to put a non bootable CD in the CDROM/DVD drive during bootup in order for Linux to discover that I have a CD/DVD drive.

With the SD memory card reader it is even worse. I have to put a card in during boot up time and then only that card seems to be discovered later on, during run time, if I insert and eject it. If I eject one SD card and insert another one, Linux will not discover the new one. Besides it takes a long time (1-2 minutes) for the card that does get discovered to be discovered.

With USB memory sticks it turns out that I don't need them inserted during bootup in order for Linux to discover them later, but here too it takes 1-2 minutes from I insert a stick in the USB until it is discovered by the operating system.

Another problem at bootup is that the Mint logo dissapears and I get into the text login prompt. The system then wait at the text login prompt for 2-2.5 minutes and then X starts automatically. If I should login at the text prompt and start X manually, which I did in the beginning because I assumed had to, I will get into the gnome dsktop. But after that same period of 2-2,5 minutes X restarts. So it seem like the process that leads to the startup of X sleeps in the background for 2-2,5 minutes either way.

The really strange thing, though, is that all these problems are also there when I choose to boot the old kernel 2.6.31-14 from grub. So it seems like some part of the system got a little bit corrupted when I upgraded the kernel. None of these problems were there before I upgraded.

These problems are more than just a little bit annoying and some tips from this community would be much welcome

Kind regards
Vidar Kristiansen, Norway
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: Have to boot with a CD and a memory card inserted

Post by remoulder »

More information required. Please post contents of /etc/fstab, /boot/grub/grub.cfg and outputs of lsmod and dmesg entered in a terminal.
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
vidarkr

Re: Have to boot with a CD and a memory card inserted

Post by vidarkr »

@remoulder

Here is the information you requested. I hope that you can spot the source of my problems there.

Kind regards
VK


/etc/fstab

# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda5 during installation
UUID=3beb25ee-2f77-4111-ab1c-26fb2f0fb2a6 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=04896b26-559d-442d-a4e3-327f325f68ec none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0

/boot/grub/grub.cfg

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s /boot/grub/grubenv ]; then
have_grubenv=true
load_env
fi
set default="2"
if [ ${prev_saved_entry} ]; then
saved_entry=${prev_saved_entry}
save_env saved_entry
prev_saved_entry=
save_env prev_saved_entry
fi
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set 3beb25ee-2f77-4111-ab1c-26fb2f0fb2a6
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/white
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/06_mint_theme ###
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set 3beb25ee-2f77-4111-ab1c-26fb2f0fb2a6
insmod png
if background_image /boot/grub/linuxmint.png ; then
set color_normal=white/black
set color_highlight=white/light-gray
else
set menu_color_normal=white/black
set menu_color_highlight=white/light-gray
fi
### END /etc/grub.d/06_mint_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Linux Mint 8 Helena, linux 2.6.31-20-generic (/dev/sda5)" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
set quiet=1
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set 3beb25ee-2f77-4111-ab1c-26fb2f0fb2a6
linux /boot/vmlinuz-2.6.31-20-generic root=UUID=3beb25ee-2f77-4111-ab1c-26fb2f0fb2a6 ro quiet splash
initrd /boot/initrd.img-2.6.31-20-generic
}
menuentry "Linux Mint 8 Helena, linux 2.6.31-20-generic (recovery mode)" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set 3beb25ee-2f77-4111-ab1c-26fb2f0fb2a6
linux /boot/vmlinuz-2.6.31-20-generic root=UUID=3beb25ee-2f77-4111-ab1c-26fb2f0fb2a6 ro single
initrd /boot/initrd.img-2.6.31-20-generic
}
menuentry "Linux Mint 8 Helena, linux 2.6.31-14-generic (/dev/sda5)" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
set quiet=1
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set 3beb25ee-2f77-4111-ab1c-26fb2f0fb2a6
linux /boot/vmlinuz-2.6.31-14-generic root=UUID=3beb25ee-2f77-4111-ab1c-26fb2f0fb2a6 ro quiet splash
initrd /boot/initrd.img-2.6.31-14-generic
}
menuentry "Linux Mint 8 Helena, linux 2.6.31-14-generic (recovery mode)" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set 3beb25ee-2f77-4111-ab1c-26fb2f0fb2a6
linux /boot/vmlinuz-2.6.31-14-generic root=UUID=3beb25ee-2f77-4111-ab1c-26fb2f0fb2a6 ro single
initrd /boot/initrd.img-2.6.31-14-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows Vista (loader) (on /dev/sda1)" {
insmod ntfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 04dce5a7e49bed2a
chainloader +1
}
menuentry "Windows Vista (loader) (on /dev/sda2)" {
insmod ntfs
set root=(hd0,2)
search --no-floppy --fs-uuid --set 2008147c081452e0
chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

lsmod
Module Size Used by
cbc 3516 58
aes_i586 8124 59
aes_generic 27484 1 aes_i586
ecb 2524 1
dm_crypt 12928 0
usblp 12636 0
mmc_block 10592 0
uvcvideo 59080 0
videodev 36736 1 uvcvideo
v4l1_compat 14496 2 uvcvideo,videodev
lirc_ene0100 8096 0
lirc_dev 10804 1 lirc_ene0100
joydev 10272 0
binfmt_misc 8356 1
ppdev 6688 0
vboxnetadp 7296 0
vboxnetflt 14344 0
vboxdrv 177320 3 vboxnetadp,vboxnetflt
nvidia 9586440 39
psmouse 56180 0
serio_raw 5280 0
sdhci_pci 7100 0
sdhci 17472 1 sdhci_pci
snd_hda_codec_realtek 203328 1
snd_hda_intel 26920 2
snd_hda_codec 75708 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 7200 1 snd_hda_codec
snd_pcm_oss 37920 0
snd_mixer_oss 16028 1 snd_pcm_oss
snd_pcm 75296 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy 2656 0
snd_seq_oss 28576 0
snd_seq_midi 6432 0
snd_rawmidi 22208 1 snd_seq_midi
snd_seq_midi_event 6940 2 snd_seq_oss,snd_seq_midi
snd_seq 50224 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 22276 2 snd_pcm,snd_seq
snd_seq_device 6920 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
iptable_filter 3100 0
ip_tables 11692 1 iptable_filter
snd 59204 16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
acer_wmi 15936 0
soundcore 7264 1 snd
snd_page_alloc 9156 2 snd_hda_intel,snd_pcm
led_class 4096 2 sdhci,acer_wmi
x_tables 16544 1 ip_tables
wlan_tkip 11612 2
wlan_ccmp 7260 1
wlan_scan_sta 13180 1
ath_rate_sample 12540 1
ath_pci 197268 0
wlan 228848 6 wlan_tkip,wlan_ccmp,wlan_scan_sta,ath_rate_sample,ath_pci
ath_hal 397504 3 ath_rate_sample,ath_pci
lp 8964 0
parport 35340 2 ppdev,lp
dm_raid45 84228 0
xor 15620 1 dm_raid45
usb_storage 52544 0
usbhid 38208 0
ohci1394 29900 0
ieee1394 86596 1 ohci1394
tg3 109600 0
intel_agp 27484 0
agpgart 34988 2 nvidia,intel_agp
video 19380 0
output 2780 1 video
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: Have to boot with a CD and a memory card inserted

Post by remoulder »

Vidar, thanks for those outputs. I still need the output of dmesg. I have an idea what might have happened though not how to fix. Could you open mintUpdate, open the View menu then select History of Updates. Click on the Level column heading to sort the list by level and scroll down to levels 4 and 5. Can you post this list (just 4 & 5) - you will probably need to screenshot the window using Alt + PrtSc and may have to do more than 1 to get all the updates.
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
vidarkr

Re: Have to boot with a CD and a memory card inserted

Post by vidarkr »

the output from dmesg was many many lines, so I dumped it to a file and I thought I attached it to the message I wrote here, but it seems like the file did not make it

Anyway, here are the first couple of lines:

re: registered new interface driver usbserial_generic
[274960.487970] usbserial: USB Serial Driver core
[274962.506948] usbcore: deregistering interface driver usbserial_generic
[274962.507079] USB Serial deregistering driver generic
[274962.507121] usbcore: deregistering interface driver usbserial
[274965.673571] usbcore: registered new interface driver usbserial
[274965.673629] USB Serial support registered for generic
[274965.673699] usbcore: registered new interface driver usbserial_generic
[274965.673702] usbserial: USB Serial Driver core
[274975.380822] usbcore: deregistering interface driver usbserial_generic
[274975.380957] USB Serial deregistering driver generic
[274975.381018] usbcore: deregistering interface driver usbserial
[274978.257611] usbcore: registered new interface driver usbserial
[274978.257649] USB Serial support registered for generic
[274978.257717] usbcore: registered new interface driver usbserial_generic
[274978.257720] usbserial: USB Serial Driver core
[274980.358125] usbcore: deregistering interface driver usbserial_generic
[274980.358224] USB Serial deregistering driver generic
[274980.358262] usbcore: deregistering interface driver usbserial
[274983.525127] usbcore: registered new interface driver usbserial
[274983.525167] USB Serial support registered for generic
[274983.525255] usbcore: registered new interface driver usbserial_generic

Then it repeats that same sequence of messages. It just goes on an on and on. Do you need to see it all, or does this give you enough indication as to what might be wrong? Its really the same messages over and over and over again.

There are no level 4 or 5 updates in my update log.

Vidar.
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: Have to boot with a CD and a memory card inserted

Post by remoulder »

vidarkr wrote:Do you need to see it all
No, but post the beginning up to where these repetitions start, and any lines afterwards they end.
vidarkr wrote:There are no level 4 or 5 updates in my update log
In that case how did you do the kernel update?
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
vidarkr

Re: Have to boot with a CD and a memory card inserted

Post by vidarkr »

I believe I posted 3 repetitions of the same message sequence from dmesg in my previous comment. Then it repeats again and again. The numbers in the brackets seem to change, but the messages themselves repeats this pattern.

When I start the update manager, I get some error messages related to the video editing program cinerella, though, but could those really be relavant to the problem at hand?

As to how I got the kernel upgrade, I really don't know. I installed the updates proposed by the update manager, without reading too thoroughly through everything and then, one day, I suddenly had linux 2.6.31-14-generic and linux 2.6.31-20-generic to choose from in grub, but there really is no level 4 or 5 entry to be seen in my update log.

Vidar.
vidarkr

Re: Have to boot with a CD and a memory card inserted

Post by vidarkr »

@remoulder

I was not sure what you were asking for when you wrote the last message about the output of dmesg, because the first file I dumped the output to, actually starts where you see my previous post. I ran dmesg again today with |more in a terminal window and found out that the command outputs far more (My system does indeed behave in a rather strange way sometimes, doesn't it)

So this is probably what you are looking for. I have ended the listing where it starts to repeat itself:

[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.31-20-generic (buildd@palmer) (gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8) ) #58-Ubuntu SMP Fri Mar 12 05:23:09 UTC 2010 (Ubuntu 2.6.31-20.58-generic)
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] NSC Geode by NSC
[ 0.000000] Cyrix CyrixInstead
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Transmeta GenuineTMx86
[ 0.000000] Transmeta TransmetaCPU
[ 0.000000] UMC UMC UMC UMC
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007fcfe000 (usable)
[ 0.000000] BIOS-e820: 000000007fcfe000 - 000000007fd09000 (reserved)
[ 0.000000] BIOS-e820: 000000007fd09000 - 000000007fd52000 (usable)
[ 0.000000] BIOS-e820: 000000007fd52000 - 000000007fd55000 (reserved)
[ 0.000000] BIOS-e820: 000000007fd55000 - 000000007fdbb000 (usable)
[ 0.000000] BIOS-e820: 000000007fdbb000 - 000000007fdbf000 (reserved)
[ 0.000000] BIOS-e820: 000000007fdbf000 - 000000007fe84000 (usable)
[ 0.000000] BIOS-e820: 000000007fe84000 - 000000007febf000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007febf000 - 000000007ff00000 (ACPI data)
[ 0.000000] BIOS-e820: 000000007ff00000 - 0000000080000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[ 0.000000] DMI 2.4 present.
[ 0.000000] last_pfn = 0x7fe84 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0FFFE0000 mask FFFFE0000 write-protect
[ 0.000000] 1 base 000000000 mask FC0000000 write-back
[ 0.000000] 2 base 040000000 mask FC0000000 write-back
[ 0.000000] 3 base 07FF00000 mask FFFF00000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820 update range: 0000000000002000 - 0000000000006000 (usable) ==> (reserved)
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] modified physical RAM map:
[ 0.000000] modified: 0000000000000000 - 0000000000002000 (usable)
[ 0.000000] modified: 0000000000002000 - 0000000000006000 (reserved)
[ 0.000000] modified: 0000000000006000 - 000000000009fc00 (usable)
[ 0.000000] modified: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] modified: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] modified: 0000000000100000 - 000000007fcfe000 (usable)
[ 0.000000] modified: 000000007fcfe000 - 000000007fd09000 (reserved)
[ 0.000000] modified: 000000007fd09000 - 000000007fd52000 (usable)
[ 0.000000] modified: 000000007fd52000 - 000000007fd55000 (reserved)
[ 0.000000] modified: 000000007fd55000 - 000000007fdbb000 (usable)
[ 0.000000] modified: 000000007fdbb000 - 000000007fdbf000 (reserved)
[ 0.000000] modified: 000000007fdbf000 - 000000007fe84000 (usable)
[ 0.000000] modified: 000000007fe84000 - 000000007febf000 (ACPI NVS)
[ 0.000000] modified: 000000007febf000 - 000000007ff00000 (ACPI data)
[ 0.000000] modified: 000000007ff00000 - 0000000080000000 (reserved)
[ 0.000000] modified: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] modified: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] modified: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] modified: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] modified: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] modified: 00000000fff00000 - 0000000100000000 (reserved)
[ 0.000000] initial memory mapped : 0 - 00c00000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] Using x86 segment limits to approximate NX protection
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037400000 page 2M
[ 0.000000] 0037400000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 377fe000 @ 7000-c000
[ 0.000000] RAMDISK: 37818000 - 37fef472
[ 0.000000] Allocated new RAMDISK: 008b2000 - 01089472
[ 0.000000] Move RAMDISK from 0000000037818000 - 0000000037fef471 to 008b2000 - 01089471
[ 0.000000] ACPI: RSDP 000fe020 00024 (v02 ACRSYS)
[ 0.000000] ACPI: XSDT 7fefe120 00064 (v01 ACRSYS ACRPRDCT 00000001 01000013)
[ 0.000000] ACPI: FACP 7fefd000 000F4 (v04 ACRSYS ACRPRDCT 00000001 MSFT 01000013)
[ 0.000000] ACPI: DSDT 7fef4000 08517 (v01 ACRSYS ACRPRDCT 00000001 MSFT 01000013)
[ 0.000000] ACPI: FACS 7fe89000 00040
[ 0.000000] ACPI: APIC 7fef3000 00068 (v02 ACRSYS ACRPRDCT 00000001 MSFT 01000013)
[ 0.000000] ACPI: MCFG 7fef2000 0003C (v01 ACRSYS ACRPRDCT 00000001 MSFT 01000013)
[ 0.000000] ACPI: SLIC 7fef1000 00176 (v01 ACRSYS ACRPRDCT 00000001 MSFT 01000013)
[ 0.000000] ACPI: HPET 7fef0000 00038 (v01 ACRSYS ACRPRDCT 00000001 MSFT 01000013)
[ 0.000000] ACPI: SSDT 7feef000 004C4 (v01 PmRef CpuPm 00003000 INTL 20051117)
[ 0.000000] ACPI: SSDT 7feee000 00232 (v01 PmRef Cpu0Tst 00003000 INTL 20051117)
[ 0.000000] ACPI: SSDT 7feed000 000A0 (v01 PmRef Cpu1Tst 00003000 INTL 20051117)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 1158MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] node 0 low ram: 00000000 - 377fe000
[ 0.000000] node 0 bootmap 00008000 - 0000ef00
[ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
[ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
[ 0.000000] #3 [0000100000 - 00008ad060] TEXT DATA BSS ==> [0000100000 - 00008ad060]
[ 0.000000] #4 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
[ 0.000000] #5 [00008ae000 - 00008b119c] BRK ==> [00008ae000 - 00008b119c]
[ 0.000000] #6 [0000007000 - 0000008000] PGTABLE ==> [0000007000 - 0000008000]
[ 0.000000] #7 [00008b2000 - 0001089472] NEW RAMDISK ==> [00008b2000 - 0001089472]
[ 0.000000] #8 [0000008000 - 000000f000] BOOTMAP ==> [0000008000 - 000000f000]
[ 0.000000] found SMP MP-table at [c00fe1b0] fe1b0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x0007fe84
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[6] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x00000002
[ 0.000000] 0: 0x00000006 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0007fcfe
[ 0.000000] 0: 0x0007fd09 -> 0x0007fd52
[ 0.000000] 0: 0x0007fd55 -> 0x0007fdbb
[ 0.000000] 0: 0x0007fdbf -> 0x0007fe84
[ 0.000000] On node 0 totalpages: 523789
[ 0.000000] free_area_init_node: node 0, pgdat c0788900, node_mem_map c108a000
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3963 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 221486 pages, LIFO batch:31
[ 0.000000] HighMem zone: 2318 pages used for memmap
[ 0.000000] HighMem zone: 294246 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] PM: Registered nosave memory: 0000000000002000 - 0000000000006000
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:60000000)
[ 0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages at c2094000, static data 35612 bytes
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519695
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-20-generic root=UUID=3beb25ee-2f77-4111-ab1c-26fb2f0fb2a6 ro quiet splash
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 10478160 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (000377fe:0007fe84)
[ 0.000000] Memory: 2050788k/2095632k available (4578k kernel code, 43504k reserved, 2146k data, 540k init, 1186256k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff1d000 - 0xfffff000 ( 904 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.000000] .init : 0xc0792000 - 0xc0819000 ( 540 kB)
[ 0.000000] .data : 0xc0578948 - 0xc0791408 (2146 kB)
[ 0.000000] .text : 0xc0100000 - 0xc0578948 (4578 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] NR_IRQS:2304 nr_irqs:424
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1595.598 MHz processor.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty0] enabled
[ 0.004000] hpet clockevent registered
[ 0.004000] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3191.19 BogoMIPS (lpj=6382392)
[ 0.004000] Security Framework initialized
[ 0.004000] AppArmor: AppArmor initialized
[ 0.004000] Mount-cache hash table entries: 512
[ 0.004000] Initializing cgroup subsys ns
[ 0.004000] Initializing cgroup subsys cpuacct
[ 0.004000] Initializing cgroup subsys memory
[ 0.004000] Initializing cgroup subsys freezer
[ 0.004000] Initializing cgroup subsys net_cls
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 1024K
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 0
[ 0.004000] mce: CPU supports 6 MCE banks
[ 0.004000] CPU0: Thermal monitoring enabled (TM1)
[ 0.004000] using mwait in idle threads.
[ 0.004000] Performance Counters: Core2 events, Intel PMU driver.
[ 0.004000] ... version: 2
[ 0.004000] ... bit width: 40
[ 0.004000] ... generic counters: 2
[ 0.004000] ... value mask: 000000ffffffffff
[ 0.004000] ... max period: 000000007fffffff
[ 0.004000] ... fixed-purpose counters: 3
[ 0.004000] ... counter mask: 0000000700000003
[ 0.004000] Checking 'hlt' instruction... OK.
[ 0.020025] ACPI: Core revision 20090521
[ 0.064684] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.104390] CPU0: Intel(R) Pentium(R) Dual CPU T2330 @ 1.60GHz stepping 0d
[ 0.108001] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.004000] Initializing CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 3193.33 BogoMIPS (lpj=6386666)
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 1024K
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 1
[ 0.004000] mce: CPU supports 6 MCE banks
[ 0.004000] CPU1: Thermal monitoring enabled (TM1)
[ 0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[ 0.195495] CPU1: Intel(R) Pentium(R) Dual CPU T2330 @ 1.60GHz stepping 0d
[ 0.195530] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.196064] Brought up 2 CPUs
[ 0.196068] Total of 2 processors activated (6384.52 BogoMIPS).
[ 0.196197] CPU0 attaching sched-domain:
[ 0.196201] domain 0: span 0-1 level MC
[ 0.196204] groups: 0 1
[ 0.196229] CPU1 attaching sched-domain:
[ 0.196232] domain 0: span 0-1 level MC
[ 0.196235] groups: 1 0
[ 0.200323] Booting paravirtualized kernel on bare hardware
[ 0.200602] regulator: core version 0.5
[ 0.200602] Time: 11:44:48 Date: 04/07/10
[ 0.200602] NET: Registered protocol family 16
[ 0.200605] EISA bus registered
[ 0.200635] ACPI: bus type pci registered
[ 0.200827] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[ 0.200831] PCI: MCFG area at e0000000 reserved in E820
[ 0.200833] PCI: Using MMCONFIG for extended config space
[ 0.200836] PCI: Using configuration type 1 for base access
[ 0.204932] bio: create slab <bio-0> at 0
[ 0.208803] ACPI: EC: Look up EC in DSDT
[ 0.221252] ACPI: BIOS _OSI(Linux) query ignored
[ 0.225389] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 0.240421] ACPI: Interpreter enabled
[ 0.240447] ACPI: (supports S0 S3 S4 S5)
[ 0.240513] ACPI: Using IOAPIC for interrupt routing
[ 0.306654] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[ 0.306658] ACPI: EC: driver started in interrupt mode
[ 0.307683] ACPI: No dock devices found.
[ 0.309435] ACPI Warning: \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 20090521 nspredef-328
[ 0.309446] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.309817] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.309822] pci 0000:00:01.0: PME# disabled
[ 0.310080] pci 0000:00:1a.0: reg 20 io port: [0x60c0-0x60df]
[ 0.310269] pci 0000:00:1a.1: reg 20 io port: [0x60a0-0x60bf]
[ 0.310468] pci 0000:00:1a.7: reg 10 32bit mmio: [0x9b304c00-0x9b304fff]
[ 0.310656] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.310663] pci 0000:00:1a.7: PME# disabled
[ 0.310822] pci 0000:00:1b.0: reg 10 64bit mmio: [0x9b300000-0x9b303fff]
[ 0.310990] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.311014] pci 0000:00:1b.0: PME# disabled
[ 0.311268] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.311274] pci 0000:00:1c.0: PME# disabled
[ 0.311532] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.311556] pci 0000:00:1c.1: PME# disabled
[ 0.311795] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.311819] pci 0000:00:1c.2: PME# disabled
[ 0.312069] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.312075] pci 0000:00:1c.3: PME# disabled
[ 0.312267] pci 0000:00:1d.0: reg 20 io port: [0x6080-0x609f]
[ 0.312457] pci 0000:00:1d.1: reg 20 io port: [0x6060-0x607f]
[ 0.312647] pci 0000:00:1d.2: reg 20 io port: [0x6040-0x605f]
[ 0.312844] pci 0000:00:1d.7: reg 10 32bit mmio: [0x9b304800-0x9b304bff]
[ 0.313032] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.313039] pci 0000:00:1d.7: PME# disabled
[ 0.313517] pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
[ 0.313523] pci 0000:00:1f.0: quirk: region 0500-053f claimed by ICH6 GPIO
[ 0.313549] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at ff2c (mask 0003)
[ 0.313554] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0068 (mask 0007)
[ 0.313713] pci 0000:00:1f.1: reg 10 io port: [0x6108-0x610f]
[ 0.313724] pci 0000:00:1f.1: reg 14 io port: [0x611c-0x611f]
[ 0.313752] pci 0000:00:1f.1: reg 18 io port: [0x6100-0x6107]
[ 0.313781] pci 0000:00:1f.1: reg 1c io port: [0x6118-0x611b]
[ 0.313809] pci 0000:00:1f.1: reg 20 io port: [0x60e0-0x60ef]
[ 0.314010] pci 0000:00:1f.2: reg 10 io port: [0x60f8-0x60ff]
[ 0.314039] pci 0000:00:1f.2: reg 14 io port: [0x6114-0x6117]
[ 0.314067] pci 0000:00:1f.2: reg 18 io port: [0x60f0-0x60f7]
[ 0.314077] pci 0000:00:1f.2: reg 1c io port: [0x6110-0x6113]
[ 0.314106] pci 0000:00:1f.2: reg 20 io port: [0x6020-0x603f]
[ 0.314134] pci 0000:00:1f.2: reg 24 32bit mmio: [0x9b304000-0x9b3047ff]
[ 0.314261] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.314267] pci 0000:00:1f.2: PME# disabled
[ 0.314363] pci 0000:00:1f.3: reg 10 32bit mmio: [0x9b305000-0x9b3050ff]
[ 0.314431] pci 0000:00:1f.3: reg 20 io port: [0x6000-0x601f]
[ 0.314654] pci 0000:01:00.0: reg 10 32bit mmio: [0x92000000-0x92ffffff]
[ 0.314710] pci 0000:01:00.0: reg 14 64bit mmio: [0x80000000-0x8fffffff]
[ 0.314748] pci 0000:01:00.0: reg 1c 64bit mmio: [0x90000000-0x91ffffff]
[ 0.314777] pci 0000:01:00.0: reg 24 io port: [0x5000-0x507f]
[ 0.314806] pci 0000:01:00.0: reg 30 32bit mmio: [0xfffe0000-0xffffffff]
[ 0.315101] pci 0000:00:01.0: bridge io port: [0x5000-0x5fff]
[ 0.315105] pci 0000:00:01.0: bridge 32bit mmio: [0x90000000-0x92ffffff]
[ 0.315130] pci 0000:00:01.0: bridge 64bit mmio pref: [0x80000000-0x8fffffff]
[ 0.315297] pci 0000:00:1c.0: bridge io port: [0x4000-0x4fff]
[ 0.315304] pci 0000:00:1c.0: bridge 32bit mmio: [0x9a300000-0x9b2fffff]
[ 0.315332] pci 0000:00:1c.0: bridge 64bit mmio pref: [0x93000000-0x93ffffff]
[ 0.315517] pci 0000:00:1c.1: bridge io port: [0x3000-0x3fff]
[ 0.315524] pci 0000:00:1c.1: bridge 32bit mmio: [0x99300000-0x9a2fffff]
[ 0.315552] pci 0000:00:1c.1: bridge 64bit mmio pref: [0x94000000-0x94ffffff]
[ 0.316013] pci 0000:05:00.0: reg 10 64bit mmio: [0x98200000-0x9820ffff]
[ 0.316558] pci 0000:05:00.0: PME# supported from D3hot D3cold
[ 0.316569] pci 0000:05:00.0: PME# disabled
[ 0.316832] pci 0000:00:1c.2: bridge io port: [0x2000-0x2fff]
[ 0.316838] pci 0000:00:1c.2: bridge 32bit mmio: [0x98200000-0x992fffff]
[ 0.316867] pci 0000:00:1c.2: bridge 64bit mmio pref: [0x95000000-0x95ffffff]
[ 0.317060] pci 0000:06:00.0: reg 10 64bit mmio: [0x97100000-0x9710ffff]
[ 0.317516] pci 0000:00:1c.3: bridge io port: [0x1000-0x1fff]
[ 0.317522] pci 0000:00:1c.3: bridge 32bit mmio: [0x97100000-0x981fffff]
[ 0.317551] pci 0000:00:1c.3: bridge 64bit mmio pref: [0x96000000-0x96ffffff]
[ 0.317679] pci 0000:07:00.0: reg 10 32bit mmio: [0x97000000-0x970007ff]
[ 0.317844] pci 0000:07:00.0: supports D1 D2
[ 0.317865] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.317871] pci 0000:07:00.0: PME# disabled
[ 0.317999] pci 0000:07:00.1: reg 10 32bit mmio: [0x97000a00-0x97000aff]
[ 0.318165] pci 0000:07:00.1: supports D1 D2
[ 0.318168] pci 0000:07:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.318192] pci 0000:07:00.1: PME# disabled
[ 0.318300] pci 0000:07:00.2: reg 10 32bit mmio: [0x97000900-0x970009ff]
[ 0.318483] pci 0000:07:00.2: supports D1 D2
[ 0.318486] pci 0000:07:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.318492] pci 0000:07:00.2: PME# disabled
[ 0.318618] pci 0000:07:00.3: reg 10 32bit mmio: [0x97000800-0x970008ff]
[ 0.318782] pci 0000:07:00.3: supports D1 D2
[ 0.318785] pci 0000:07:00.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.318809] pci 0000:07:00.3: PME# disabled
[ 0.319006] pci 0000:00:1e.0: transparent bridge
[ 0.319034] pci 0000:00:1e.0: bridge 32bit mmio: [0x97000000-0x970fffff]
[ 0.319140] pci_bus 0000:00: on NUMA node 0
[ 0.319165] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.319747] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
[ 0.320076] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[ 0.320328] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
[ 0.320579] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
[ 0.320870] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[ 0.342888] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.343266] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.343621] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.343976] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.344357] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.344713] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 *10 11 12)
[ 0.345068] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.345440] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.346048] SCSI subsystem initialized
[ 0.348087] libata version 3.00 loaded.
[ 0.348130] usbcore: registered new interface driver usbfs
[ 0.348130] usbcore: registered new interface driver hub
[ 0.348130] usbcore: registered new device driver usb
[ 0.348358] ACPI: WMI: Mapper loaded
[ 0.348361] PCI: Using ACPI for IRQ routing
[ 0.356010] Bluetooth: Core ver 2.15
[ 0.356037] NET: Registered protocol family 31
[ 0.356039] Bluetooth: HCI device and connection manager initialized
[ 0.356043] Bluetooth: HCI socket layer initialized
[ 0.356063] NetLabel: Initializing
[ 0.356066] NetLabel: domain hash size = 128
[ 0.356068] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.356101] NetLabel: unlabeled traffic allowed by default
[ 0.356199] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.356224] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.383626] pnp: PnP ACPI init
[ 0.383687] ACPI: bus type pnp registered
[ 0.386605] pnp 00:01: io resource (0x164e-0x164f) overlaps 0000:00:1c.3 BAR 13 (0x1000-0x1fff), disabling
[ 0.413094] pnp: PnP ACPI: found 10 devices
[ 0.413115] ACPI: ACPI bus type pnp unregistered
[ 0.413119] PnPBIOS: Disabled by ACPI PNP
[ 0.413152] system 00:01: ioport range 0x600-0x60f has been reserved
[ 0.413155] system 00:01: ioport range 0x610-0x610 has been reserved
[ 0.413159] system 00:01: ioport range 0x800-0x80f has been reserved
[ 0.413181] system 00:01: ioport range 0x810-0x817 has been reserved
[ 0.413184] system 00:01: ioport range 0x400-0x47f has been reserved
[ 0.413188] system 00:01: ioport range 0x500-0x53f has been reserved
[ 0.413211] system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
[ 0.413215] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
[ 0.413219] system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
[ 0.413223] system 00:01: iomem range 0xfed18000-0xfed18fff has been reserved
[ 0.413249] system 00:01: iomem range 0xfed19000-0xfed19fff has been reserved
[ 0.413253] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 0.413256] system 00:01: iomem range 0xfee00000-0xfee00fff has been reserved
[ 0.413278] system 00:01: iomem range 0x32000000-0x320000ff could not be reserved
[ 0.448380] AppArmor: AppArmor Filesystem Enabled
[ 0.448443] pci 0000:01:00.0: BAR 6: no parent found for of device [0xfffe0000-0xffffffff]
[ 0.448613] pci 0000:01:00.0: BAR 6: can't allocate mem resource [0x90000000-0x8fffffff]
[ 0.448617] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.448639] pci 0000:00:01.0: IO window: 0x5000-0x5fff
[ 0.448645] pci 0000:00:01.0: MEM window: 0x90000000-0x92ffffff
[ 0.448650] pci 0000:00:01.0: PREFETCH window: 0x00000080000000-0x0000008fffffff
[ 0.448675] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[ 0.448679] pci 0000:00:1c.0: IO window: 0x4000-0x4fff
[ 0.448705] pci 0000:00:1c.0: MEM window: 0x9a300000-0x9b2fffff
[ 0.448712] pci 0000:00:1c.0: PREFETCH window: 0x00000093000000-0x00000093ffffff
[ 0.448740] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:04
[ 0.448744] pci 0000:00:1c.1: IO window: 0x3000-0x3fff
[ 0.448770] pci 0000:00:1c.1: MEM window: 0x99300000-0x9a2fffff
[ 0.448777] pci 0000:00:1c.1: PREFETCH window: 0x00000094000000-0x00000094ffffff
[ 0.448805] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:05
[ 0.448810] pci 0000:00:1c.2: IO window: 0x2000-0x2fff
[ 0.448835] pci 0000:00:1c.2: MEM window: 0x98200000-0x992fffff
[ 0.448842] pci 0000:00:1c.2: PREFETCH window: 0x00000095000000-0x00000095ffffff
[ 0.448870] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:06
[ 0.448874] pci 0000:00:1c.3: IO window: 0x1000-0x1fff
[ 0.448900] pci 0000:00:1c.3: MEM window: 0x97100000-0x981fffff
[ 0.448907] pci 0000:00:1c.3: PREFETCH window: 0x00000096000000-0x00000096ffffff
[ 0.448935] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:07
[ 0.448938] pci 0000:00:1e.0: IO window: disabled
[ 0.448964] pci 0000:00:1e.0: MEM window: 0x97000000-0x970fffff
[ 0.448970] pci 0000:00:1e.0: PREFETCH window: disabled
[ 0.449003] alloc irq_desc for 16 on node -1
[ 0.449005] alloc kstat_irqs on node -1
[ 0.449030] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.449036] pci 0000:00:01.0: setting latency timer to 64
[ 0.449064] alloc irq_desc for 17 on node -1
[ 0.449066] alloc kstat_irqs on node -1
[ 0.449089] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.449096] pci 0000:00:1c.0: setting latency timer to 64
[ 0.449125] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.449132] pci 0000:00:1c.1: setting latency timer to 64
[ 0.449160] alloc irq_desc for 18 on node -1
[ 0.449163] alloc kstat_irqs on node -1
[ 0.449167] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.449192] pci 0000:00:1c.2: setting latency timer to 64
[ 0.449220] alloc irq_desc for 19 on node -1
[ 0.449222] alloc kstat_irqs on node -1
[ 0.449227] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.449251] pci 0000:00:1c.3: setting latency timer to 64
[ 0.449262] pci 0000:00:1e.0: setting latency timer to 64
[ 0.449285] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.449289] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[ 0.449292] pci_bus 0000:01: resource 0 io: [0x5000-0x5fff]
[ 0.449295] pci_bus 0000:01: resource 1 mem: [0x90000000-0x92ffffff]
[ 0.449316] pci_bus 0000:01: resource 2 pref mem [0x80000000-0x8fffffff]
[ 0.449320] pci_bus 0000:02: resource 0 io: [0x4000-0x4fff]
[ 0.449323] pci_bus 0000:02: resource 1 mem: [0x9a300000-0x9b2fffff]
[ 0.449326] pci_bus 0000:02: resource 2 pref mem [0x93000000-0x93ffffff]
[ 0.449348] pci_bus 0000:04: resource 0 io: [0x3000-0x3fff]
[ 0.449351] pci_bus 0000:04: resource 1 mem: [0x99300000-0x9a2fffff]
[ 0.449354] pci_bus 0000:04: resource 2 pref mem [0x94000000-0x94ffffff]
[ 0.449358] pci_bus 0000:05: resource 0 io: [0x2000-0x2fff]
[ 0.449361] pci_bus 0000:05: resource 1 mem: [0x98200000-0x992fffff]
[ 0.449382] pci_bus 0000:05: resource 2 pref mem [0x95000000-0x95ffffff]
[ 0.449385] pci_bus 0000:06: resource 0 io: [0x1000-0x1fff]
[ 0.449388] pci_bus 0000:06: resource 1 mem: [0x97100000-0x981fffff]
[ 0.449392] pci_bus 0000:06: resource 2 pref mem [0x96000000-0x96ffffff]
[ 0.449413] pci_bus 0000:07: resource 1 mem: [0x97000000-0x970fffff]
[ 0.449416] pci_bus 0000:07: resource 3 io: [0x00-0xffff]
[ 0.449419] pci_bus 0000:07: resource 4 mem: [0x000000-0xffffffff]
[ 0.449545] NET: Registered protocol family 2
[ 0.449831] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.450763] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.452312] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.453153] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.453174] TCP reno registered
[ 0.453494] NET: Registered protocol family 1
[ 0.453686] Trying to unpack rootfs image as initramfs...
[ 0.503643] Switched to high resolution mode on CPU 1
[ 0.504033] Switched to high resolution mode on CPU 0
[ 1.030117] Freeing initrd memory: 8029k freed
[ 1.043738] cpufreq-nforce2: No nForce2 chipset.
[ 1.043828] Scanning for low memory corruption every 60 seconds
[ 1.044250] audit: initializing netlink socket (disabled)
[ 1.044288] type=2000 audit(1270640689.044:1): initialized
[ 1.069213] highmem bounce pool size: 64 pages
[ 1.069220] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 1.073476] VFS: Disk quotas dquot_6.5.2
[ 1.073660] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.075197] fuse init (API version 7.12)
[ 1.075427] msgmni has been set to 1705
[ 1.076068] alg: No test for stdrng (krng)
[ 1.076104] io scheduler noop registered
[ 1.076107] io scheduler anticipatory registered
[ 1.076127] io scheduler deadline registered
[ 1.076234] io scheduler cfq registered (default)
[ 1.076842] pci 0000:01:00.0: Boot video device
[ 1.077254] alloc irq_desc for 24 on node -1
[ 1.077257] alloc kstat_irqs on node -1
[ 1.077287] pcieport-driver 0000:00:01.0: irq 24 for MSI/MSI-X
[ 1.077314] pcieport-driver 0000:00:01.0: setting latency timer to 64
[ 1.077698] alloc irq_desc for 25 on node -1
[ 1.077700] alloc kstat_irqs on node -1
[ 1.077729] pcieport-driver 0000:00:1c.0: irq 25 for MSI/MSI-X
[ 1.077761] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 1.078183] alloc irq_desc for 26 on node -1
[ 1.078186] alloc kstat_irqs on node -1
[ 1.078215] pcieport-driver 0000:00:1c.1: irq 26 for MSI/MSI-X
[ 1.078247] pcieport-driver 0000:00:1c.1: setting latency timer to 64
[ 1.078669] alloc irq_desc for 27 on node -1
[ 1.078671] alloc kstat_irqs on node -1
[ 1.078700] pcieport-driver 0000:00:1c.2: irq 27 for MSI/MSI-X
[ 1.078732] pcieport-driver 0000:00:1c.2: setting latency timer to 64
[ 1.079155] alloc irq_desc for 28 on node -1
[ 1.079157] alloc kstat_irqs on node -1
[ 1.079186] pcieport-driver 0000:00:1c.3: irq 28 for MSI/MSI-X
[ 1.079218] pcieport-driver 0000:00:1c.3: setting latency timer to 64
[ 1.079515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.079569] Firmware did not grant requested _OSC control
[ 1.079631] Firmware did not grant requested _OSC control
[ 1.079668] Firmware did not grant requested _OSC control
[ 1.079704] Firmware did not grant requested _OSC control
[ 1.079740] Firmware did not grant requested _OSC control
[ 1.079832] Firmware did not grant requested _OSC control
[ 1.079868] Firmware did not grant requested _OSC control
[ 1.079921] Firmware did not grant requested _OSC control
[ 1.079957] Firmware did not grant requested _OSC control
[ 1.079992] Firmware did not grant requested _OSC control
[ 1.080119] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.085954] ACPI: AC Adapter [AC] (on-line)
[ 1.086154] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 1.086177] ACPI: Power Button [PWRF]
[ 1.086339] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:03/PNP0C0C:00/input/input1
[ 1.086343] ACPI: Power Button [PWRB]
[ 1.086468] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:03/PNP0C0D:00/input/input2
[ 1.086596] ACPI: Lid Switch [LID0]
[ 1.086726] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:03/PNP0C0E:00/input/input3
[ 1.086730] ACPI: Sleep Button [SLPB]
[ 1.088768] ACPI: SSDT 7fe88c90 0022C (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 1.090504] ACPI: SSDT 7fe87610 005D7 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 1.096753] Monitor-Mwait will be used to enter C-1 state
[ 1.096840] Monitor-Mwait will be used to enter C-2 state
[ 1.096902] Monitor-Mwait will be used to enter C-3 state
[ 1.096912] Marking TSC unstable due to TSC halts in idle
[ 1.096973] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[ 1.097063] processor LNXCPU:00: registered as cooling_device0
[ 1.097068] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 1.098096] ACPI: SSDT 7fe88f10 000C4 (v01 PmRef Cpu1Ist 00003000 INTL 20051117)
[ 1.099337] ACPI: SSDT 7fe8ad10 00083 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
[ 1.101893] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[ 1.101937] processor LNXCPU:01: registered as cooling_device1
[ 1.101960] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 1.143941] thermal LNXTHERM:01: registered as thermal_zone0
[ 1.143970] ACPI: Thermal Zone [TZ01] (40 C)
[ 1.144192] isapnp: Scanning for PnP cards...
[ 1.513500] isapnp: No Plug & Play device found
[ 1.517278] ACPI: Battery Slot [BAT0] (battery present)
[ 1.517668] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.521415] brd: module loaded
[ 1.522719] loop: module loaded
[ 1.522923] input: Macintosh mouse button emulation as /devices/virtual/input/input4
[ 1.523166] ahci 0000:00:1f.2: version 3.0
[ 1.523203] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.523302] alloc irq_desc for 29 on node -1
[ 1.523304] alloc kstat_irqs on node -1
[ 1.523337] ahci 0000:00:1f.2: irq 29 for MSI/MSI-X
[ 1.523526] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x3 impl SATA mode
[ 1.523530] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems
[ 1.523555] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.528237] scsi0 : ahci
[ 1.528538] scsi1 : ahci
[ 1.528745] scsi2 : ahci
[ 1.529133] ata1: SATA max UDMA/133 abar m2048@0x9b304000 port 0x9b304100 irq 29
[ 1.529138] ata2: SATA max UDMA/133 abar m2048@0x9b304000 port 0x9b304180 irq 29
[ 1.529141] ata3: DUMMY
[ 1.529301] ata_piix 0000:00:1f.1: version 2.13
[ 1.529331] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 1.529453] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 1.529674] scsi3 : ata_piix
[ 1.529866] scsi4 : ata_piix
[ 1.531468] ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x60e0 irq 14
[ 1.531472] ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x60e8 irq 15
[ 1.534162] Fixed MDIO Bus: probed
[ 1.534259] PPP generic driver version 2.4.2
[ 1.534574] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.534616] alloc irq_desc for 21 on node -1
[ 1.534637] alloc kstat_irqs on node -1
[ 1.534645] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 21 (level, low) -> IRQ 21
[ 1.534701] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 1.534706] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 1.534797] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 1.538766] ehci_hcd 0000:00:1a.7: debug port 1
[ 1.538775] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 1.538810] ehci_hcd 0000:00:1a.7: irq 21, io mem 0x9b304c00
[ 1.552041] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 1.552286] usb usb1: configuration #1 chosen from 1 choice
[ 1.552357] hub 1-0:1.0: USB hub found
[ 1.552385] hub 1-0:1.0: 4 ports detected
[ 1.552547] alloc irq_desc for 23 on node -1
[ 1.552550] alloc kstat_irqs on node -1
[ 1.552574] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.552606] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 1.552611] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.552704] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 1.556665] ehci_hcd 0000:00:1d.7: debug port 1
[ 1.556673] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 1.556725] ehci_hcd 0000:00:1d.7: irq 23, io mem 0x9b304800
[ 1.572040] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.572223] usb usb2: configuration #1 chosen from 1 choice
[ 1.572292] hub 2-0:1.0: USB hub found
[ 1.572318] hub 2-0:1.0: 6 ports detected
[ 1.572485] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.572547] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.572638] alloc irq_desc for 20 on node -1
[ 1.572640] alloc kstat_irqs on node -1
[ 1.572646] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 1.572674] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 1.572679] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 1.572776] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 1.572867] uhci_hcd 0000:00:1a.0: irq 20, io base 0x000060c0
[ 1.573117] usb usb3: configuration #1 chosen from 1 choice
[ 1.573185] hub 3-0:1.0: USB hub found
[ 1.573193] hub 3-0:1.0: 2 ports detected
[ 1.573320] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 1.573347] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 1.573352] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 1.573441] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 1.573506] uhci_hcd 0000:00:1a.1: irq 21, io base 0x000060a0
[ 1.573731] usb usb4: configuration #1 chosen from 1 choice
[ 1.573798] hub 4-0:1.0: USB hub found
[ 1.573824] hub 4-0:1.0: 2 ports detected
[ 1.573953] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.573962] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.573985] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.574055] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 1.574120] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00006080
[ 1.574341] usb usb5: configuration #1 chosen from 1 choice
[ 1.574409] hub 5-0:1.0: USB hub found
[ 1.574435] hub 5-0:1.0: 2 ports detected
[ 1.574567] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.574594] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 1.574598] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.574690] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 1.574784] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00006060
[ 1.575007] usb usb6: configuration #1 chosen from 1 choice
[ 1.575074] hub 6-0:1.0: USB hub found
[ 1.575082] hub 6-0:1.0: 2 ports detected
[ 1.575208] uhci_hcd 0000:00:1d.2: PCI INT D -> GSI 20 (level, low) -> IRQ 20
[ 1.575234] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 1.575239] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.575328] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 1.575394] uhci_hcd 0000:00:1d.2: irq 20, io base 0x00006040
[ 1.575594] usb usb7: configuration #1 chosen from 1 choice
[ 1.575679] hub 7-0:1.0: USB hub found
[ 1.575686] hub 7-0:1.0: 2 ports detected
[ 1.575970] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[ 1.615097] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.615123] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.615314] mice: PS/2 mouse device common for all mice
[ 1.615677] rtc_cmos 00:03: RTC can wake from S4
[ 1.615773] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 1.615864] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[ 1.616177] device-mapper: uevent: version 1.0.3
[ 1.618364] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[ 1.618717] device-mapper: multipath: version 1.1.0 loaded
[ 1.618720] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 1.619057] EISA: Probing bus 0 at eisa.0
[ 1.619083] Cannot allocate resource for EISA slot 1
[ 1.619086] Cannot allocate resource for EISA slot 2
[ 1.619089] Cannot allocate resource for EISA slot 3
[ 1.619091] Cannot allocate resource for EISA slot 4
[ 1.619112] Cannot allocate resource for EISA slot 5
[ 1.619115] Cannot allocate resource for EISA slot 6
[ 1.619145] EISA: Detected 0 cards.
[ 1.619649] cpuidle: using governor ladder
[ 1.620001] cpuidle: using governor menu
[ 1.621536] TCP cubic registered
[ 1.621986] NET: Registered protocol family 10
[ 1.623366] lo: Disabled Privacy Extensions
[ 1.624380] NET: Registered protocol family 17
[ 1.624421] Bluetooth: L2CAP ver 2.13
[ 1.624423] Bluetooth: L2CAP socket layer initialized
[ 1.624445] Bluetooth: SCO (Voice Link) ver 0.6
[ 1.624447] Bluetooth: SCO socket layer initialized
[ 1.624583] Bluetooth: RFCOMM TTY layer initialized
[ 1.624586] Bluetooth: RFCOMM socket layer initialized
[ 1.624589] Bluetooth: RFCOMM ver 1.11
[ 1.625773] Using IPI No-Shortcut mode
[ 1.625989] PM: Resume from disk failed.
[ 1.626021] registered taskstats version 1
[ 1.626376] Magic number: 6:362:731
[ 1.626638] rtc_cmos 00:03: setting system clock to 2010-04-07 11:44:50 UTC (1270640690)
[ 1.626643] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.626665] EDD information not available.
[ 1.641795] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[ 1.724966] ata4.00: ATAPI: PIONEER DVD-RW DVRKD08RS, 1.02, max UDMA/33
[ 1.740806] ata4.00: configured for UDMA/33
[ 1.848215] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.848282] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.849518] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[ 1.902486] ata1.00: ATA-8: WDC WD2500BEVS-22UST0, 01.01A01, max UDMA/133
[ 1.902490] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 1.904049] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[ 1.904321] ata1.00: configured for UDMA/133
[ 1.920155] usb 2-3: new high speed USB device using ehci_hcd and address 2
[ 1.920562] scsi 0:0:0:0: Direct-Access ATA WDC WD2500BEVS-2 01.0 PQ: 0 ANSI: 5
[ 1.920917] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.921047] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 1.921177] sd 0:0:0:0: [sda] Write Protect is off
[ 1.921181] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.921264] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.921620] sda:
[ 1.923269] scsi 3:0:0:0: CD-ROM PIONEER DVD-RW DVRKD08RS 1.02 PQ: 0 ANSI: 5
[ 1.924143] sda1 sda2 sda3 sda4 <sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.924494] Uniform CD-ROM driver Revision: 3.20
[ 1.924745] sr 3:0:0:0: Attached scsi CD-ROM sr0
[ 1.924850] sr 3:0:0:0: Attached scsi generic sg1 type 5
[ 1.955220] sda5 sda6 >
[ 1.975049] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.975159] Freeing unused kernel memory: 540k freed
[ 1.976089] Write protecting the kernel text: 4580k
[ 1.976382] Write protecting the kernel read-only data: 1840k
[ 2.001058] Clocksource tsc unstable (delta = -196963022 ns)
[ 2.054052] usb 2-3: configuration #1 chosen from 1 choice
[ 2.054403] hub 2-3:1.0: USB hub found
[ 2.054670] hub 2-3:1.0: 4 ports detected
[ 2.172121] usb 2-4: new high speed USB device using ehci_hcd and address 3
[ 2.325329] Linux agpgart interface v0.103
[ 2.356522] usb 2-4: configuration #1 chosen from 1 choice
[ 2.469357] tg3.c:v3.99 (April 20, 2009)
[ 2.469481] tg3 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 2.469554] tg3 0000:05:00.0: setting latency timer to 64
[ 2.479481] tg3 0000:05:00.0: PME# disabled
[ 2.607196] eth0: Tigon3 [partno(BCM95787m) rev b002] (PCI Express) MAC address 00:1b:38:6b:34:f6
[ 2.607202] eth0: attached PHY is 5787 (10/100/1000Base-T Ethernet) (WireSpeed[1])
[ 2.607224] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 2.607227] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 2.621053] usb 3-1: new low speed USB device using uhci_hcd and address 2
[ 2.651881] ohci1394 0000:07:00.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 2.651910] ohci1394 0000:07:00.0: setting latency timer to 64
[ 2.711172] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[20] MMIO=[97000000-970007ff] Max Packet=[2048] IR/IT contexts=[4/4]
[ 2.739998] acpi device:37: registered as cooling_device2
[ 2.740485] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:34/device:35/input/input6
[ 2.740611] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 2.799488] usb 3-1: configuration #1 chosen from 1 choice
[ 2.830694] usbcore: registered new interface driver hiddev
[ 2.845673] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/input/input7
[ 2.845899] generic-usb 0003:046D:C521.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1/input0
[ 2.875319] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/input/input8
[ 2.875578] generic-usb 0003:046D:C521.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1/input1
[ 2.875615] usbcore: registered new interface driver usbhid
[ 2.875637] usbhid: v2.6:USB HID core driver
[ 2.884631] usb 2-3.1: new high speed USB device using ehci_hcd and address 4
[ 2.978948] usb 2-3.1: configuration #1 chosen from 1 choice
[ 3.000855] Initializing USB Mass Storage driver...
[ 3.001721] scsi5 : SCSI emulation for USB Mass Storage devices
[ 3.001984] usbcore: registered new interface driver usb-storage
[ 3.001988] USB Mass Storage support registered.
[ 3.002423] usb-storage: device found at 4
[ 3.002425] usb-storage: waiting for device to settle before scanning
[ 3.056480] usb 2-3.2: new full speed USB device using ehci_hcd and address 5
[ 3.183859] usb 2-3.2: configuration #1 chosen from 1 choice
[ 3.262379] usb 2-3.4: new high speed USB device using ehci_hcd and address 6
[ 3.398216] usb 2-3.4: configuration #1 chosen from 1 choice
[ 3.398564] scsi6 : SCSI emulation for USB Mass Storage devices
[ 3.398915] usb-storage: device found at 6
[ 3.398918] usb-storage: waiting for device to settle before scanning
[ 4.053400] ieee1394: Host added: ID:BUS[0-00:1023] GUID[b641d71900023f7a]
[ 4.704656] xor: automatically using best checksumming function: pIII_sse
[ 4.724012] pIII_sse : 2550.000 MB/sec
[ 4.724015] xor: using function: pIII_sse (2550.000 MB/sec)
[ 4.730930] device-mapper: dm-raid45: initialized v0.2594b
[ 5.334653] PM: Starting manual resume from disk
[ 5.334676] PM: Resume from partition 8:6
[ 5.334679] PM: Checking hibernation image.
[ 5.335002] PM: Resume from disk failed.
[ 5.366950] EXT4-fs (sda5): barriers enabled
[ 5.385120] kjournald2 starting: pid 425, dev sda5:8, commit interval 5 seconds
[ 5.388612] EXT4-fs (sda5): delayed allocation enabled
[ 5.388617] EXT4-fs: file extents enabled
[ 5.396588] EXT4-fs: mballoc enabled
[ 5.396630] EXT4-fs (sda5): mounted filesystem with ordered data mode
[ 7.477236] Adding 2321352k swap on /dev/sda6. Priority:-1 extents:1 across:2321352k
[ 7.696245] EXT4-fs (sda5): internal journal on sda5:8
[ 7.776885] udev: starting version 147
[ 8.003078] usb-storage: device scan complete
[ 8.004351] scsi 5:0:0:0: Direct-Access WD 10EAVS External 1.75 PQ: 0 ANSI: 4
[ 8.006671] sd 5:0:0:0: Attached scsi generic sg2 type 0
[ 8.009512] sd 5:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 8.010103] sd 5:0:0:0: [sdb] Write Protect is off
[ 8.010107] sd 5:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 8.010128] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[ 8.011627] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[ 8.011631] sdb: sdb1
[ 8.034982] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[ 8.035007] sd 5:0:0:0: [sdb] Attached SCSI disk
[ 8.406177] usb-storage: device scan complete
[ 8.461796] scsi 6:0:0:0: Direct-Access Maxtor OneTouch II 023g PQ: 0 ANSI: 4
[ 8.463198] sd 6:0:0:0: Attached scsi generic sg3 type 0
[ 8.653703] sd 6:0:0:0: [sdc] 398297088 512-byte logical blocks: (203 GB/189 GiB)
[ 8.707730] sd 6:0:0:0: [sdc] Write Protect is off
[ 8.707736] sd 6:0:0:0: [sdc] Mode Sense: 24 00 00 00
[ 8.707739] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[ 8.849944] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[ 8.849955] sdc: sdc1
[ 9.016697] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[ 9.016725] sd 6:0:0:0: [sdc] Attached SCSI disk
[ 9.534062] lp: driver loaded but no devices found
[ 10.097156] ath_pci 0000:06:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 10.097212] ath_pci 0000:06:00.0: setting latency timer to 64
[ 10.608040] MadWifi: ath_attach: Switching rfkill capability off.
[ 10.660736] wifi0: Atheros AR2425 chip found (MAC 14.2, PHY SChip 7.0, Radio 10.2)
[ 10.795980] ath_pci: wifi0: Atheros 5424/2424: mem=0x97100000, irq=19
[ 15.123587] tg3 0000:05:00.0: PME# disabled
[ 15.124186] alloc irq_desc for 30 on node -1
[ 15.124207] alloc kstat_irqs on node -1
[ 15.124276] tg3 0000:05:00.0: irq 30 for MSI/MSI-X
[ 15.376210] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 16.597538] usbcore: registered new interface driver usbserial
[ 16.597601] USB Serial support registered for generic
[ 16.597730] usbcore: registered new interface driver usbserial_generic
[ 16.597733] usbserial: USB Serial Driver core
[ 26.188064] ath0: no IPv6 routers present
[ 27.387682] ath0: unknown SIOCSIWAUTH flag 12
[ 40.761329] usbcore: deregistering interface driver usbserial_generic
[ 40.761462] USB Serial deregistering driver generic
[ 40.761520] usbcore: deregistering interface driver usbserial
[ 47.554467] usbcore: registered new interface driver usbserial
[ 47.554506] USB Serial support registered for generic
[ 48.113473] usbcore: registered new interface driver usbserial_generic
[ 48.113496] usbserial: USB Serial Driver core
[ 48.257404] usbcore: deregistering interface driver usbserial_generic
[ 48.257527] USB Serial deregistering driver generic
[ 48.257567] usbcore: deregistering interface driver usbserial
[ 49.944006] usbcore: registered new interface driver usbserial
[ 49.944045] USB Serial support registered for generic
[ 50.693268] usbcore: registered new interface driver usbserial_generic
[ 50.693291] usbserial: USB Serial Driver core
[ 51.599810] usbcore: deregistering interface driver usbserial_generic
[ 51.599938] USB Serial deregistering driver generic
[ 51.599997] usbcore: deregistering interface driver usbserial
[ 53.014077] usbcore: registered new interface driver usbserial
[ 53.014116] USB Serial support registered for generic
[ 53.426504] usbcore: registered new interface driver usbserial_generic
[ 53.426509] usbserial: USB Serial Driver core
[ 54.472397] usbcore: deregistering interface driver usbserial_generic
[ 54.472499] USB Serial deregistering driver generic
[ 54.472557] usbcore: deregistering interface driver usbserial
[ 54.910934] usbcore: registered new interface driver usbserial
[ 54.910994] USB Serial support registered for generic
[ 54.911222] usbcore: registered new interface driver usbserial_generic
[ 54.911224] usbserial: USB Serial Driver core
[ 54.966077] usbcore: deregistering interface driver usbserial_generic
[ 54.966206] USB Serial deregistering driver generic
[ 54.966248] usbcore: deregistering interface driver usbserial
[ 55.068894] usbcore: registered new interface driver usbserial
[ 55.068932] USB Serial support registered for generic
[ 55.069084] usbcore: registered new interface driver usbserial_generic
[ 55.069086] usbserial: USB Serial Driver core
[ 55.572815] usbcore: deregistering interface driver usbserial_generic
[ 55.572940] USB Serial deregistering driver generic
[ 55.572979] usbcore: deregistering interface driver usbserial
[ 55.641686] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 55.641837] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 55.756884] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
[ 56.340927] usbcore: registered new interface driver usbserial
[ 56.340984] USB Serial support registered for generic
[ 56.341114] usbcore: registered new interface driver usbserial_generic
[ 56.341116] usbserial: USB Serial Driver core
[ 56.800049] hda-intel: azx_get_response timeout, switching to polling mode: last cmd=0x014f0900
[ 58.654905] acer-wmi: Acer Laptop ACPI-WMI Extras
[ 58.959850] acer-wmi: Brightness must be controlled by generic video driver
[ 59.134765] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 60.581293] usbcore: deregistering interface driver usbserial_generic
[ 60.581417] USB Serial deregistering driver generic
[ 60.581475] usbcore: deregistering interface driver usbserial
[ 61.558311] usbcore: registered new interface driver usbserial
[ 61.558349] USB Serial support registered for generic
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: Have to boot with a CD and a memory card inserted

Post by remoulder »

Do you have a USB modem of some description plugged in at boot? If so try booting with this unplugged. If that doesn't work by itself, make sure it's unplugged then open a terminal and enter

Code: Select all

sudo rmmod usbserial
After rebooting, don't plug the modem back in before you test the SD and CD drive for the problems you were having. Let me know what happens. Can you also tell me what folders you have in /etc/lib/firmware and /etc/lib/modules?
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
vidarkr

Re: Have to boot with a CD and a memory card inserted

Post by vidarkr »

@remoulder

I do not have a modem connected to any USB port at bootup. There is the built in modem of the lap top, though. Maybe it is connected to the motherboard via a USB interface. I do not know if that is the case.

There is no /etc/lib directory on my system. I guess you accidentally refer to the path of these files under another Linux distro and that the /lib directory you refer to is under root in Linux Mint Helena. At least I find /lib/firmware and /lib/modules there.

Here is the listing of those two directories:

firmware

totalt 9828
drwxr-xr-x 6 root root 12288 2010-03-27 15:30 .
drwxr-xr-x 19 root root 12288 2010-03-27 14:14 ..
drwxr-xr-x 29 root root 4096 2009-10-27 18:58 2.6.31-14-generic
drwxr-xr-x 29 root root 4096 2010-03-27 15:30 2.6.31-20-generic
drwxr-xr-x 13 root root 4096 2009-10-27 19:00 acx
-rw-r--r-- 1 root root 22622 2009-11-30 12:28 aic94xx-seq.fw
-rw-r--r-- 1 root root 83968 2009-11-30 12:28 ar9170-1.fw
-rw-r--r-- 1 root root 3508 2009-11-30 12:28 ar9170-2.fw
-rw-r--r-- 1 root root 15960 2009-11-30 12:28 ar9170.fw
-rw-r--r-- 1 root root 30348 2009-11-30 12:28 atmel_at76c502_3com.bin
-rw-r--r-- 1 root root 35184 2009-11-30 12:28 atmel_at76c502_3com-wpa.bin
-rw-r--r-- 1 root root 31764 2009-11-30 12:28 atmel_at76c502.bin
-rw-r--r-- 1 root root 31764 2009-11-30 12:28 atmel_at76c502d.bin
-rw-r--r-- 1 root root 35276 2009-11-30 12:28 atmel_at76c502d-wpa.bin
-rw-r--r-- 1 root root 31776 2009-11-30 12:28 atmel_at76c502e.bin
-rw-r--r-- 1 root root 35272 2009-11-30 12:28 atmel_at76c502e-wpa.bin
-rw-r--r-- 1 root root 35276 2009-11-30 12:28 atmel_at76c502-wpa.bin
-rw-r--r-- 1 root root 28156 2009-11-30 12:28 atmel_at76c503-i3861.bin
-rw-r--r-- 1 root root 28032 2009-11-30 12:28 atmel_at76c503-i3863.bin
-rw-r--r-- 1 root root 35372 2009-11-30 12:28 atmel_at76c503-rfmd-0.90.2-140.bin
-rw-r--r-- 1 root root 37800 2009-11-30 12:28 atmel_at76c503-rfmd-acc.bin
-rw-r--r-- 1 root root 37956 2009-11-30 12:28 atmel_at76c503-rfmd.bin
-rw-r--r-- 1 root root 35180 2009-11-30 12:28 atmel_at76c504_2958-wpa.bin
-rw-r--r-- 1 root root 39928 2009-11-30 12:28 atmel_at76c504a_2958-wpa.bin
-rw-r--r-- 1 root root 31748 2009-11-30 12:28 atmel_at76c504.bin
-rw-r--r-- 1 root root 35196 2009-11-30 12:28 atmel_at76c504c-wpa.bin
-rw-r--r-- 1 root root 37005 2009-11-30 12:29 atmel_at76c505a-rfmd2958.bin
-rw-r--r-- 1 root root 36992 2009-11-30 12:29 atmel_at76c505-rfmd2958.bin
-rw-r--r-- 1 root root 35528 2009-11-30 12:28 atmel_at76c505-rfmd.bin
-rw-r--r-- 1 root root 31824 2009-11-30 12:29 atmel_at76c506.bin
-rw-r--r-- 1 root root 35228 2009-11-30 12:29 atmel_at76c506-wpa.bin
-rw-r--r-- 1 root root 114688 2009-11-30 12:29 BCM2033-FW.bin
-rw-r--r-- 1 root root 3245 2009-11-30 12:29 BCM2033-MD.hex
-rw-r--r-- 1 root root 12401 2009-11-30 12:29 dvb-fe-xc5000-1.6.114.fw
-rw-r--r-- 1 root root 33768 2009-11-30 12:29 dvb-usb-dib0700-1.20.fw
-rw-r--r-- 1 root root 1142480 2009-11-30 12:29 i2400m-fw-usb-1.3.sbcf
-rw-r--r-- 1 root root 1251036 2009-11-30 12:29 i2400m-fw-usb-1.4.sbcf
-rw-r--r-- 1 root root 209190 2009-11-30 12:29 ipw2100-1.3.fw
-rw-r--r-- 1 root root 201138 2009-11-30 12:29 ipw2100-1.3-i.fw
-rw-r--r-- 1 root root 196458 2009-11-30 12:29 ipw2100-1.3-p.fw
-rw-r--r-- 1 root root 191154 2009-11-30 12:29 ipw2200-bss.fw
-rw-r--r-- 1 root root 185428 2009-11-30 12:29 ipw2200-ibss.fw
-rw-r--r-- 1 root root 187836 2009-11-30 12:29 ipw2200-sniffer.fw
-rw-r--r-- 1 root root 112128 2009-11-30 12:29 isl3877
-rw-r--r-- 1 root root 29036 2009-11-30 12:29 isl3886pci
-rw-r--r-- 1 root root 29500 2009-11-30 12:29 isl3886usb
-rw-r--r-- 1 root root 29736 2009-11-30 12:29 isl3887usb
-rw-r--r-- 1 root root 93996 2009-11-30 12:29 isl3890
-rw-r--r-- 1 root root 335056 2009-11-30 12:29 iwlwifi-1000-3.ucode
-rw-r--r-- 1 root root 149652 2009-11-30 12:29 iwlwifi-3945-1.ucode
-rwxr-xr-x 1 root root 150100 2009-11-30 12:29 iwlwifi-3945-2.ucode
-rw-r--r-- 1 root root 187608 2009-11-30 12:29 iwlwifi-4965-1.ucode
-rwxr-xr-x 1 root root 187972 2009-11-30 12:29 iwlwifi-4965-2.ucode
-rw-r--r-- 1 root root 345008 2009-11-30 12:29 iwlwifi-5000-1.ucode
-rw-r--r-- 1 root root 353240 2009-11-30 12:29 iwlwifi-5000-2.ucode
-rw-r--r-- 1 root root 337400 2009-11-30 12:29 iwlwifi-5150-2.ucode
-rw-r--r-- 1 root root 459992 2009-11-30 12:29 iwlwifi-6000-4.ucode
-rw-r--r-- 1 root root 118884 2009-11-30 12:29 lbtf_usb.bin
lrwxrwxrwx 1 root root 14 2010-03-27 15:30 NPE-B -> NPE-B.01020201
-rw-r--r-- 1 root root 15664 2009-11-23 16:15 NPE-B.01020201
lrwxrwxrwx 1 root root 14 2010-03-27 15:30 NPE-C -> NPE-C.02020201
-rw-r--r-- 1 root root 15664 2009-11-23 16:15 NPE-C.02020201
-rw-r--r-- 1 root root 76802 2009-11-30 12:29 ql2100_fw.bin
-rw-r--r-- 1 root root 84566 2009-11-30 12:29 ql2200_fw.bin
-rw-r--r-- 1 root root 123170 2009-11-30 12:29 ql2300_fw.bin
-rw-r--r-- 1 root root 132978 2009-11-30 12:29 ql2322_fw.bin
-rw-r--r-- 1 root root 206500 2009-11-30 12:29 ql2400_fw.bin
-rw-r--r-- 1 root root 8192 2009-11-30 12:29 rt2561.bin
-rw-r--r-- 1 root root 8192 2009-11-30 12:29 rt2561s.bin
-rw-r--r-- 1 root root 8192 2009-11-30 12:29 rt2661.bin
-rw-r--r-- 1 root root 8192 2009-11-30 12:29 rt2860.bin
-rw-r--r-- 1 root root 4096 2009-11-30 12:29 rt2870.bin
-rw-r--r-- 1 root root 2048 2009-11-30 12:29 rt73.bin
-rw-r--r-- 1 root root 141200 2009-11-30 12:29 v4l-cx23418-apu.fw
-rw-r--r-- 1 root root 158332 2009-11-30 12:29 v4l-cx23418-cpu.fw
-rw-r--r-- 1 root root 16382 2009-11-30 12:29 v4l-cx23418-dig.fw
-rw-r--r-- 1 root root 262144 2009-11-30 12:29 v4l-cx2341x-dec.fw
-rw-r--r-- 1 root root 376836 2009-11-30 12:29 v4l-cx2341x-enc.fw
-rw-r--r-- 1 root root 155648 2009-11-30 12:29 v4l-cx2341x-init.mpg
-rw-r--r-- 1 root root 16382 2009-11-30 12:29 v4l-cx23885-avcore-01.fw
-rw-r--r-- 1 root root 376836 2009-11-30 12:29 v4l-cx23885-enc.fw
-rw-r--r-- 1 root root 16382 2009-11-30 12:29 v4l-cx25840.fw
-rw-r--r-- 1 root root 8192 2009-11-30 12:29 v4l-pvrusb2-24xxx-01.fw
-rw-r--r-- 1 root root 8192 2009-11-30 12:29 v4l-pvrusb2-29xxx-01.fw
-rw-r--r-- 1 root root 62484 2009-11-30 12:29 zd1201-ap.fw
-rw-r--r-- 1 root root 70612 2009-11-30 12:29 zd1201.fw
drwxr-xr-x 2 root root 4096 2010-03-27 15:30 zd1211

modules

totalt 28
drwxr-xr-x 5 root root 4096 2010-03-28 17:03 .
drwxr-xr-x 19 root root 12288 2010-03-27 14:14 ..
drwxr-xr-x 3 root root 4096 2010-03-28 17:03 2.6.21.4-eeepc
drwxr-xr-x 5 root root 4096 2010-03-29 17:02 2.6.31-14-generic
drwxr-xr-x 5 root root 4096 2010-03-29 15:48 2.6.31-20-generic


Vidar
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: Have to boot with a CD and a memory card inserted

Post by remoulder »

vidarkr wrote:There is no /etc/lib directory on my system
Sorry typo, think I meant to put something else and my fingers did the talking. :)
vidarkr wrote:17:03 2.6.21.4-eeepc
Why have you got this? Wondering if this could be causing your problems as it's for a much older kernel. Have you installed anything for an eeepc?
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
vidarkr

Re: Have to boot with a CD and a memory card inserted

Post by vidarkr »

I kind of wondered where that eee stuff came from myself when I saw this. Do you think I should backup that directory to somewhere else, delete it in modules and try rebooting again?

Vidar
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: Have to boot with a CD and a memory card inserted

Post by remoulder »

vidarkr wrote:Do you think I should backup that directory to somewhere else, delete it in modules and try rebooting again?
If you're not running an eeepc you don't need it at all. Search synaptic for eeepc and see if anything is installed. Also check File | History and your software sources if you've changed them to see if that gives a clue as to where it came from. Yes to your question.
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
vidarkr

Re: Have to boot with a CD and a memory card inserted

Post by vidarkr »

It seems like we might be getting somewhere one small step at the time.

I removed the eeepc directory from modules.

1. This seems to have solved the problem of having to boot with an SD memory card inserted. Now the system discovers them during run time. But it still takes around one minute from I insert an SD card until it shows up in the directory of file systems. that is far to long. It used to take seconds.

2. It takes even longer time from I insert a USB memory stick until it shows up, just as before

3. I still have to boot with a CD in the drive in order for the system to discover my CD drive. If I don't the drive lists as cdrom0 in the directory and when I try to mount it it says "mount: special device /dev/scd0 does not exist, and indeed that device file is not to be found in the /dev directory

4. During boot up the system still hangs for a little more than 2 minutes at the text login prompt after showing the Mint logo and before X starts.


Vidar
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: Have to boot with a CD and a memory card inserted

Post by remoulder »

vidarkr wrote:special device /dev/scd0 does not exist
Your drive is definitely being detected OK. Do you have any other /dev/scd? devices other than 0?

I think whatever put that eeepc modules on your system has modified something, but not sure what so grasping at straws a little.

Can you try removing the modules relating to the card reader and USB
sudo rmmod mmc_block
sudo rmmod usb_storage
sudo rmmod serio_raw
then rebooting.

You might also on the grounds your don't know how the 31-20 kernel got installed, try removing this and it's dependencies. You'll need to boot into the 31-14 kernel first in order to remove it, then open synaptic, find linux-image-2.6.31-20-generic, right click and mark for complete removal - it should have a green box to say it's installed. Do the same for dependencies it flags, inc headers, then reboot.
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
vidarkr

Re: Have to boot with a CD and a memory card inserted

Post by vidarkr »

Ok, I deleted the modules you suggested and the latest kernel. And that seems to have solved the CD-drive problem. Now I do not need to boot with a CD in the drive any more. That was another small step in the right direction.

The long time from I insert a USB stick or a SD memory card until it shows up is not solved, though. But that might not be a boot issue at all??

Vidar.
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: Have to boot with a CD and a memory card inserted

Post by remoulder »

So are most of your issues now sorted on the boot side at least? You could try re-installing the latest kernel via mintupdate as it does fix some security issues. To do this you have to make levels 4 & 5 visible in mintupdate preferences. Just select all after the reload and apply. Your call though.
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
vidarkr

Re: Have to boot with a CD and a memory card inserted

Post by vidarkr »

In the end, I actually gave up on finding out the details and did it the hard way. That is, I backed up all the data I wanted, repartitioned the HD and reinstalled Mint 8 from the CD.

Still, after that, I occasionally have the problem that the system does not detect the CD drive at boot up if there is no CD in it, though. But the rest of the problems that I described are gone. Maybe there is a hardware/firmware problem with my CD drive. I don't know.

Anyway, thanks for your tips.

Vidar.
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: Have to boot with a CD and a memory card inserted

Post by remoulder »

vidarkr wrote:reinstalled Mint 8 from the CD
Sometimes it's the quickest way :roll:
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
vidarkr

Re: Have to boot with a CD and a memory card inserted

Post by vidarkr »

@remoulder
vidarkr wrote:reinstalled Mint 8 from the CD
Sometimes it's the quickest way :roll:
Yes, and the lack of stability that my system suffered also turned out to slow down overall system performance dramatically. So after reinstalling everything the whole system works much faster now.

Vidar.
Locked

Return to “Installation & Boot”