BGT3635 Not reconised
Added by Max Carpenter almost 10 years ago
Hi all, I know this is more of a Linux question rather than TVH but I was hoping someone will know enough here to help me as I am really banging my head against a brick wall.
I have installed Debian Wheezy and been trying to get my BlackGold BGT3635 installed on it for hours and hours and not having much luck. The download from the BG website doesn't seem to work and I have found someone that has a zip of patches/fix and script to go with BG's download to get it all installbed but still not working. I have tried various other things from the net to try and get it working but to no avail. I am no Linux expert either but know the absolute basics.
Please help me my forehead is getting quite dented now!!!!
Thanks,
Max
Replies (43)
RE: BGT3635 Not reconised - Added by Max Carpenter almost 10 years ago
Ok thanks for your help, I will have to take a break for tonight as the Wife needs the TV for new years countdown so wil have to put it back in the windows media center box
Round #2 tomorrow with Linux Mint then but not impressed with this I did email BG yesterday so will see what response I get from them in the end.
RE: BGT3635 Not reconised - Added by Mark Clarkstone almost 10 years ago
Richard Whatley wrote:
Sounds like you need an older kernel to me. Install Linux mint 17.1 and the follow the AV forum advice. Here is hoping it will all be integrated into the kernel at some point.
I think you mean a newer kernel? If so, I think you're right!
Btw Max you don't have to have the card installed to build the drivers btw.
RE: BGT3635 Not reconised - Added by Richard Whatley almost 10 years ago
yes is sounds nuts, but the script only runs properly in the older kernel. I'm not good enough with the programming to work out what's changed in the later kernels that would cause the script to fail. I'm guessing it something to do with locations of the V4L stuff.
I'm using the kernel Mint 17.1 came with at the moment. The mistake I made was installing Mint, installing the latset kernel from the Ubuntu site, and then running the script. I suppose the alterntive you have to try is to install a lower kernel onto the newer system. When I looked at this, I decided it might open another can of worms and break other things, and all my time would vanish into a black hole trying to fix it alll..... so I chickened out. :-)
The guy that wrote the script in the zip file seems to have more experience than me, but i ran it and off it went. Kodi and TVHeadend seem to work OK once you get the driver modules added in.
FYI: There is a bug in Mint for adding for the TVHeadend repo. I've reported it. As a work around, add to the sources list manually. TVheadend end still has quite a few bugs in, but I can watch the TV fine.
You should be up and running in an hour.
RE: BGT3635 Not reconised - Added by Max Carpenter almost 10 years ago
Its a shame this is proving to be quite difficult, I opted for Debian for reliability and speed, I wanted something that once setup will just sit there and run and I won't have to think about it again. Also I went for a none GUI version whereas Mint has to have a gui right?
I will download it and give it a go I have plugged the machine back in upstairs now without the tv card so can give it a go.
Also regarding TVH still having a few bugs worries me. I am really trying to convince my wife to move from Sky to Kodi but so far Live TV has really sucked. The likes of ArgusTV seems to only tune a few channels, NPVR crashes constantly or fails recordings causes alot of BSODS in windows. I did try anothe I forget the name but not much luck. The reason im Trying TVH is I heard its very good but have yet to be able to try because I can't get the stupid card working.
Really not having much luck with this and its looking less and less promising to convince my wife to go completly media center throughtout the house lol.
RE: BGT3635 Not reconised - Added by Mark Clarkstone almost 10 years ago
Max Carpenter wrote:
Its a shame this is proving to be quite difficult, I opted for Debian for reliability and speed, I wanted something that once setup will just sit there and run and I won't have to think about it again. Also I went for a none GUI version whereas Mint has to have a gui right?
I will download it and give it a go I have plugged the machine back in upstairs now without the tv card so can give it a go.
Also regarding TVH still having a few bugs worries me. I am really trying to convince my wife to move from Sky to Kodi but so far Live TV has really sucked. The likes of ArgusTV seems to only tune a few channels, NPVR crashes constantly or fails recordings causes alot of BSODS in windows. I did try anothe I forget the name but not much luck. The reason im Trying TVH is I heard its very good but have yet to be able to try because I can't get the stupid card working.
Really not having much luck with this and its looking less and less promising to convince my wife to go completly media center throughtout the house lol.
When I used Windows for my PVR I also found that NextPVR, MediaPortal and ArgusTV really slow and buggy, however SichboPVR (http://sichbopvr.com/) is pretty decent and it has a nice UI!
RE: BGT3635 Not reconised - Added by Mark Clarkstone almost 10 years ago
Here are my instructions on how to get the BlackGold "Drivers" to build on a longterm support kernel on Debian Wheezy, It took me a few hours of testing in a VM but hopefully it should work for you Max.
Watch out for scrollbars on the below instructions!
# Get required packages sudo apt-get install kernel-package build-essential libncurses-dev debhelper # Get kernel sources (one that has longterm support) and save it to /usr/src. sudo wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.12.35.tar.xz -O /usr/src/linux-3.12.35.tar.xz # Untar the kernel source.. cd /usr/src sudo tar xvf linux-3.12.35.tar.xz # Make menuconfig. Make any changes you want. usually you can leave it as the default. Exit and save the config. cd linux-3.12.35/ sudo make menuconfig # Make the kernel. Change to root here else it'll fail.. sudo -s # Grab a drink.. depending on your machine this will take a while.. time fakeroot make-kpkg -j3 --initrd --revision=3.12.35 --append-to-version=-amd64 kernel_image kernel_headers kernel_source # Go back one directory.. # Install the newly built kernel packages. cd ../ dpkg -i linux-*-3.12.35-*.deb reboot # Once rebooted ensure you have the other packages required to build installed. sudo apt-get install libdigest-sha-perl libproc-processtable-perl # Download the files for the driver from the Blackgold site. (the server borks here without a user_agent :/) wget -U "Mozilla/5.0 (X11; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0" "http://home.btconnect.com/blackgold/Downloads/BGT3xxx%20Linux_Source_Release_Pack_V1-0.rar" -O ~/bgdrivers.rar # Install rar.. Requires non-free repo add it to /etc/apt/sources.list sudo nano /etc/apt/sources.list # Your sources.list should similar to this. # =========================== deb http://ftp.uk.debian.org/debian/ wheezy main contrib non-free deb-src http://ftp.uk.debian.org/debian/ wheezy main contrib deb http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib # wheezy-updates, previously known as 'volatile' deb http://ftp.uk.debian.org/debian/ wheezy-updates main contrib non-free deb-src http://ftp.uk.debian.org/debian/ wheezy-updates main contrib #============================= sudo apt-get update sudo apt-get install unzip rar # Make a dir for the unrar-ed drivers.. mkdir "BGT3xxx Linux_Source_Release_Pack_V1-0" cd "BGT3xxx Linux_Source_Release_Pack_V1-0" # unrar them (make sure you're in the "BGT3xxx Linux_Source_Release_Pack_V1-0" directory. rar x ~/bgdrivers.rar ./ # Download the fix zip from AVforums.. wget "https://www.avforums.com/attachments/bgt3xxx-zip.507217/" -O ~/BGT3xxx.zip # Unzip in current directory (you should still be in "BGT3xxx Linux_Source_Release_Pack_V1-0") unzip ~/BGT3xxx.zip # You should see a list of files extracted. # Now run MakeBGT3xxx.sh ./MakeBGT3xxx.sh
With some luck you should have no issues building and all should work!
And here's the output from my build in a VM..
vmbuild.png (117 KB) vmbuild.png | |||
install.txt (2.68 KB) install.txt |
RE: BGT3635 Not reconised - Added by Max Carpenter almost 10 years ago
Thanks I will give that ago shortly maybe tomorrow now. I installed Linux Mint and not only am I still not able to get the drivers installed but also having difficulty adding the TVH repo no idea why but I will reinstall Debian again and follow your instructions ty. Will let you know how it goes.
RE: BGT3635 Not reconised - Added by Max Carpenter almost 10 years ago
Well it went all so well but no card reconised in TVH.
I went through all your instructions as presented and all worked fine, I ran the MakeBGT3xxx.sh and all appeared to be fine. I then went through BG's build instructions disabled what it said via the config all perfect, completed down to '#make –j4' I then went into the bgt-linux-pcie-fw folder and cp the file to /lib/firmware
Then I went back into bgt-linux-pcie-drv and ran:
sudo make install
all appears to run ok. I did the same in bgt-linux-dvb-apps as well again all appeared to look like it ran so I rebooted. TVH still doesn't show any adaptors and I tried running lsdvb but its not a reconised command.
I have no doubt that I have run something wrong after the step by step guide or missed something?
I wasn't too sure about this line in the build guide:
"NOTE: Before you load the drivers, make sure you have a properly setup/configured udev to work with Linux DVB drivers. The provided driver tarball was tested and validated with a vanilla Linux kernel version 3.9.1 with gcc 4.7.3 on Kubuntu 13.04"
RE: BGT3635 Not reconised - Added by Max Carpenter almost 10 years ago
Ahh seconds after that I went into the lsdvb folder and ran make install:
tv@TVSERVER:~/BGT3xxx_Linux_Source_Release_Pack_V1-0/bgt-linux-dvb-apps/util/lsdvb$ sudo make install
installing binaries
tv@TVSERVER:~/BGT3xxx_Linux_Source_Release_Pack_V1-0/bgt-linux-dvb-apps/util/lsdvb$ lsdvb
lsdvb: Simple utility to list PCI/PCIe DVB devices
Version: 0.0.4
Copyright (C) Manu Abraham
ERROR: Opening /sys/class/dvb directory
RE: BGT3635 Not reconised - Added by Mark Clarkstone almost 10 years ago
Max Carpenter wrote:
Well it went all so well but no card reconised in TVH.
I went through all your instructions as presented and all worked fine, I ran the MakeBGT3xxx.sh and all appeared to be fine. I then went through BG's build instructions disabled what it said via the config all perfect, completed down to '#make –j4' I then went into the bgt-linux-pcie-fw folder and cp the file to /lib/firmware
Then I went back into bgt-linux-pcie-drv and ran:
sudo make install
all appears to run ok. I did the same in bgt-linux-dvb-apps as well again all appeared to look like it ran so I rebooted. TVH still doesn't show any adaptors and I tried running lsdvb but its not a reconised command.
I have no doubt that I have run something wrong after the step by step guide or missed something?
I wasn't too sure about this line in the build guide:
"NOTE: Before you load the drivers, make sure you have a properly setup/configured udev to work with Linux DVB drivers. The provided driver tarball was tested and validated with a vanilla Linux kernel version 3.9.1 with gcc 4.7.3 on Kubuntu 13.04"
Check dmesg (run "dmesg | less" and use the page up/down keys to run through it), it should mention something about registering the adapters and there should be files in /dev/dvb ('ls /dev/dvb') (a list of adapter<n> files should be printed and inside those should be "demux0, dvr0, frontend0"
If you notice errors in your dmesg about missing symbols it means that there we're left over files and you'll need to delete them and reinstall the drivers and reboot.
sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/ sudo reboot
then sudo make install and reboot once more.
then check dmesg again and they should be registered!
RE: BGT3635 Not reconised - Added by Max Carpenter almost 10 years ago
Thanks, I take it the dmesg will only show after boot with the card in? I had to put the card back in the media center again and im at work now so I can SSH in but without card in it and I don't see anything about registering adaptors.
As for /dev/dvb is doesn't exist.
ls: cannot access /dev/dvb: No such file or directory
tv@TVSERVER:/dev$
RE: BGT3635 Not reconised - Added by Mark Clarkstone almost 10 years ago
Max Carpenter wrote:
Thanks, I take it the dmesg will only show after boot with the card in? I had to put the card back in the media center again and im at work now so I can SSH in but without card in it and I don't see anything about registering adaptors.
As for /dev/dvb is doesn't exist.
ls: cannot access /dev/dvb: No such file or directory
tv@TVSERVER:/dev$
Yes, you won't see anything without the card attached, those folders/files won't be created either.
RE: BGT3635 Not reconised - Added by Max Carpenter almost 10 years ago
tv@TVSERVER:~$ sudo lspci
01:00.0 Multimedia controller: Philips Semiconductors SAA7231 (rev ff)
So the card is in
tv@TVSERVER:~$ lsdvb
lsdvb: Simple utility to list PCI/PCIe DVB devices
Version: 0.0.4
Copyright (C) Manu Abraham
ERROR: Opening /sys/class/dvb directory
tv@TVSERVER:/dev$ ls /dev/dvb
ls: cannot access /dev/dvb: No such file or directory
No DVB folder though. I then ran:
dmesg | grep reg
dmesg | grep adapter
dmesg | grep dvb
dmesg | grep SAA7231
dmesg | grep Philips
dmesg | grep pci
dmesg | grep symbols
dmesg | grep missing
Only the reg and pci one returned items but I couldn't see anything in there about it.
RE: BGT3635 Not reconised - Added by Max Carpenter almost 10 years ago
hang on ignore that forgot sudo running now.
RE: BGT3635 Not reconised - Added by Max Carpenter almost 10 years ago
No /dev/devb still
tv@TVSERVER:/dev$ dmesg | grep regis
[ 0.000000] hpet clockevent registered
[ 0.060000] ... generic registers: 2
[ 0.104846] ACPI: bus type PCI registered
[ 0.134097] ACPI: bus type PNP registered
[ 0.135584] ACPI: bus type PNP unregistered
[ 0.144911] TCP: reno registered
[ 0.399309] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.400400] io scheduler noop registered
[ 0.400402] io scheduler deadline registered
[ 0.400430] io scheduler cfq registered (default)
[ 0.403842] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 0.404024] TCP: cubic registered
[ 0.404336] Key type dns_resolver registered
[ 0.404627] registered taskstats version 1
[ 0.438702] ACPI: bus type USB registered
[ 0.438751] usbcore: registered new interface driver usbfs
[ 0.438765] usbcore: registered new interface driver hub
[ 0.442491] usbcore: registered new device driver usb
[ 0.443561] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.444212] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[ 0.444660] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
[ 0.445062] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 0.445529] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
[ 0.445970] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
[ 0.925136] usbcore: registered new interface driver usbhid
[ 6.184233] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 7
[ 6.344249] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 8
[ 7.035115] Error: Driver 'pcspkr' is already registered, aborting...
[ 7.199360] i915 0000:00:02.0: registered panic notifier
[ 10.699874] FS-Cache: Netfs 'nfs' registered for caching
I have running through the others but doesn't look promising
RE: BGT3635 Not reconised - Added by Mark Clarkstone almost 10 years ago
I'm guessing blackgold have no solutions?
If you can post your complete dmesg here.
RE: BGT3635 Not reconised - Added by Max Carpenter almost 10 years ago
No response from them I am guessing being new year they probably are still on holiday.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.12.35-amd64 (root@TVSERVER) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP Thu Jan 1 20:38:49 GMT 2015
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.12.35-amd64 root=UUID=88b9e2a8-c5b3-4b96-ac2f-2f3bd91b01c9 ro quiet
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cf5dffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cf5e0000-0x00000000cf5e2fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cf5e3000-0x00000000cf5effff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000cf5f0000-0x00000000cf5fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000dfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000012fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: Gigabyte Technology Co., Ltd. G33M-DS2R/G33M-DS2R, BIOS F7 11/22/2007
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x130000 max_arch_pfn = 0x400000000
[ 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-CAFFF write-protect
[ 0.000000] CB000-EFFFF uncachable
[ 0.000000] F0000-FFFFF write-through
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F00000000 write-back
[ 0.000000] 1 base 0E0000000 mask FE0000000 uncachable
[ 0.000000] 2 base 0D0000000 mask FF0000000 uncachable
[ 0.000000] 3 base 0CF800000 mask FFF800000 uncachable
[ 0.000000] 4 base 0CF700000 mask FFFF00000 uncachable
[ 0.000000] 5 base 100000000 mask FC0000000 write-back
[ 0.000000] 6 base 130000000 mask FF0000000 uncachable
[ 0.000000] 7 base 0CF600000 mask FFFF00000 write-through
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0xcf5e0 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000f5600-0x000f560f] mapped at [ffff8800000f5600]
[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01855000, 0x01855fff] PGTABLE
[ 0.000000] BRK [0x01856000, 0x01856fff] PGTABLE
[ 0.000000] BRK [0x01857000, 0x01857fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x12fe00000-0x12fffffff]
[ 0.000000] [mem 0x12fe00000-0x12fffffff] page 2M
[ 0.000000] BRK [0x01858000, 0x01858fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x12c000000-0x12fdfffff]
[ 0.000000] [mem 0x12c000000-0x12fdfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x12bffffff]
[ 0.000000] [mem 0x100000000-0x12bffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xcf5dffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0xcf3fffff] page 2M
[ 0.000000] [mem 0xcf400000-0xcf5dffff] page 4k
[ 0.000000] RAMDISK: [mem 0x36aa4000-0x37549fff]
[ 0.000000] ACPI: RSDP 00000000000f6fb0 00014 (v00 GBT )
[ 0.000000] ACPI: RSDT 00000000cf5e3040 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: FACP 00000000cf5e30c0 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: DSDT 00000000cf5e3180 0561E (v01 GBT GBTUACPI 00001000 MSFT 0100000C)
[ 0.000000] ACPI: FACS 00000000cf5e0000 00040
[ 0.000000] ACPI: HPET 00000000cf5e8900 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
[ 0.000000] ACPI: MCFG 00000000cf5e8980 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: APIC 00000000cf5e8800 00084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: SSDT 00000000cf5e8a00 0015C (v01 PmRef Cpu0Ist 00003000 INTL 20040311)
[ 0.000000] ACPI: SSDT 00000000cf5e8fb0 00275 (v01 PmRef CpuPm 00003000 INTL 20040311)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000012fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x12fffffff]
[ 0.000000] NODE_DATA [mem 0x12fff8000-0x12fffbfff]
[ 0.000000] [ffffea0000000000-ffffea00043fffff] PMD -> [ffff88012b600000-ffff88012effffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x12fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009dfff]
[ 0.000000] node 0: [mem 0x00100000-0xcf5dffff]
[ 0.000000] node 0: [mem 0x100000000-0x12fffffff]
[ 0.000000] On node 0 totalpages: 1045885
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 11557 pages used for memmap
[ 0.000000] DMA32 zone: 845280 pages, LIFO batch:31
[ 0.000000] Normal zone: 2688 pages used for memmap
[ 0.000000] Normal zone: 196608 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base0)
[ 0.000000] IOAPIC0: apic_id 2, 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] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcf5e0000-0xcf5e2fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcf5e3000-0xcf5effff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcf5f0000-0xcf5fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcf600000-0xcf7fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcf800000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xffffffff]
[ 0.000000] e820: [mem 0xe0000000-0xfebfffff] available for PCI devices
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 26 pages/cpu ffff88012fc00000 s76672 r8192 d21632 u524288
2.40GHz (fam: 06, model: 0f, stepping: 0b)
[ 0.000000] pcpu-alloc: s76672 r8192 d21632 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1031563
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.12.35-amd64 root=UUID=88b9e2a8-c5b3-4b96-ac2f-2f3bd91b01c9 ro quiet
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 4037856K/4183540K available (3621K kernel code, 610K rwdata, 1516K rodata, 872K init, 880K bss, 145684K reserved)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[ 0.000000] NR_IRQS:33024 nr_irqs:712 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2400.081 MHz processor
[ 0.004003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.16 BogoMIPS (lpj=9600324)
[ 0.004007] pid_max: default: 32768 minimum: 301
[ 0.004054] Security Framework initialized
[ 0.004061] AppArmor: AppArmor disabled by boot time parameter
[ 0.008220] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.011076] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.012467] Mount-cache hash table entries: 256
[ 0.012738] Initializing cgroup subsys devices
[ 0.012743] Initializing cgroup subsys freezer
[ 0.012746] Initializing cgroup subsys net_cls
[ 0.012748] Initializing cgroup subsys blkio
[ 0.012750] Initializing cgroup subsys perf_event
[ 0.012778] CPU: Physical Processor ID: 0
[ 0.012779] CPU: Processor Core ID: 0
[ 0.012782] mce: CPU supports 6 MCE banks
[ 0.012789] CPU0: Thermal monitoring enabled (TM2)
[ 0.012798] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[ 0.012798] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
[ 0.012798] tlb_flushall_shift: -1
[ 0.012868] Freeing SMP alternatives memory: 12K (ffffffff81774000 - ffffffff81777000)
[ 0.012871] ACPI: Core revision 20130725
[ 0.015319] ACPI: All ACPI Tables successfully acquired
[ 0.016474] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.057651] smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU Q6600
[ 0.060000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[ 0.060000] perf_event_intel: PEBS disabled due to CPU errata
[ 0.060000] ... version: 2
[ 0.060000] ... bit width: 40
[ 0.060000] ... generic registers: 2
[ 0.060000] ... value mask: 000000ffffffffff
[ 0.060000] ... max period: 000000007fffffff
[ 0.060000] ... fixed-purpose events: 3
[ 0.060000] ... event mask: 0000000700000003
[ 0.068100] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.060000] smpboot: Booting Node 0, Processors # 1 # 2 # 3 OK
[ 0.095868] Brought up 4 CPUs
[ 0.095872] smpboot: Total of 4 processors activated (19200.64 BogoMIPS)
[ 0.096203] devtmpfs: initialized
[ 0.104846] PM: Registering ACPI NVS region [mem 0xcf5e0000-0xcf5e2fff] (12288 bytes)
[ 0.104846] regulator-dummy: no parameters
[ 0.104846] NET: Registered protocol family 16
[ 0.104846] cpuidle: using governor ladder
[ 0.104846] cpuidle: using governor menu
[ 0.104846] ACPI: bus type PCI registered
[ 0.104846] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.104846] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xd0000000-0xdfffffff] (base 0xd0000000)
[ 0.104846] PCI: MMCONFIG at [mem 0xd0000000-0xdfffffff] reserved in E820
[ 0.104895] PCI: Using configuration type 1 for base access
[ 0.105723] bio: create slab <bio-0> at 0
[ 0.105723] ACPI: Added OSI
[ 0.105723] ACPI: Added _OSI(Processor Device)
[ 0.105723] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.105723] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.105723] ACPI: EC: Look up EC in DSDT
[ 0.112026] ACPI: SSDT 00000000cf5e8e00 00087 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
[ 0.112203] ACPI: Dynamic OEM Table Load:
[ 0.112206] ACPI: SSDT (null) 00087 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
[ 0.112292] ACPI: SSDT 00000000cf5e8e90 00087 (v01 PmRef Cpu2Ist 00003000 INTL 20040311)
[ 0.112456] ACPI: Dynamic OEM Table Load:
[ 0.112458] ACPI: SSDT (null) 00087 (v01 PmRef Cpu2Ist 00003000 INTL 20040311)
[ 0.112542] ACPI: SSDT 00000000cf5e8f20 00087 (v01 PmRef Cpu3Ist 00003000 INTL 20040311)
[ 0.112706] ACPI: Dynamic OEM Table Load:
[ 0.112708] ACPI: SSDT (null) 00087 (v01 PmRef Cpu3Ist 00003000 INTL 20040311)
[ 0.112876] ACPI: Interpreter enabled
[ 0.112885] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1] (20130725/hwxface-571)
[ 0.112889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
[ 0.112904] ACPI: (supports S0 S3 S4 S5)
[ 0.112906] ACPI: Using IOAPIC for interrupt routing
[ 0.112941] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.113066] ACPI: No dock devices found.
[ 0.119605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.119611] acpi PNP0A03:00: ACPI OSC support notification failed, disabling PCIe ASPM
[ 0.119614] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
[ 0.119699] acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.119702] acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.119705] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.119707] acpi PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored)
[ 0.119710] acpi PNP0A03:00: host bridge window [mem 0xcf600000-0xfebfffff] (ignored)
[ 0.119713] PCI: root bus 00: using default resources
[ 0.119895] PCI host bridge to bus 0000:00
[ 0.119899] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.119902] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.119905] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
[ 0.119914] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[ 0.120030] pci 0000:00:02.0: [8086:29c2] type 00 class 0x030000
[ 0.120040] pci 0000:00:02.0: reg 0x10: [mem 0xf3100000-0xf317ffff]
[ 0.120046] pci 0000:00:02.0: reg 0x14: [io 0xe200-0xe207]
[ 0.120052] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff pref]
[ 0.120057] pci 0000:00:02.0: reg 0x1c: [mem 0xf3000000-0xf30fffff]
[ 0.120198] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[ 0.120237] pci 0000:00:1a.0: reg 0x20: [io 0xe300-0xe31f]
[ 0.120328] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.120375] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[ 0.120414] pci 0000:00:1a.1: reg 0x20: [io 0xe000-0xe01f]
[ 0.120504] pci 0000:00:1a.1: System wakeup disabled by ACPI
[ 0.120551] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[ 0.120589] pci 0000:00:1a.2: reg 0x20: [io 0xe100-0xe11f]
[ 0.120679] pci 0000:00:1a.2: System wakeup disabled by ACPI
[ 0.120726] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[ 0.120742] pci 0000:00:1a.7: reg 0x10: [mem 0xf3184000-0xf31843ff]
[ 0.120863] pci 0000:00:1a.7: System wakeup disabled by ACPI
[ 0.120908] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[ 0.120923] pci 0000:00:1b.0: reg 0x10: [mem 0xf3180000-0xf3183fff 64bit]
[ 0.120984] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.121047] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.121089] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[ 0.121151] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.121215] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.121259] pci 0000:00:1c.4: [8086:2948] type 01 class 0x060400
[ 0.121321] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.121386] pci 0000:00:1c.4: System wakeup disabled by ACPI
[ 0.121428] pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
[ 0.121489] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.121553] pci 0000:00:1c.5: System wakeup disabled by ACPI
[ 0.121597] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[ 0.121635] pci 0000:00:1d.0: reg 0x20: [io 0xe400-0xe41f]
[ 0.121726] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.121768] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[ 0.121806] pci 0000:00:1d.1: reg 0x20: [io 0xe500-0xe51f]
[ 0.121896] pci 0000:00:1d.1: System wakeup disabled by ACPI
[ 0.121938] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[ 0.121977] pci 0000:00:1d.2: reg 0x20: [io 0xe600-0xe61f]
[ 0.122067] pci 0000:00:1d.2: System wakeup disabled by ACPI
[ 0.122114] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[ 0.122130] pci 0000:00:1d.7: reg 0x10: [mem 0xf3185000-0xf31853ff]
[ 0.122251] pci 0000:00:1d.7: System wakeup disabled by ACPI
[ 0.122294] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 0.122391] pci 0000:00:1e.0: System wakeup disabled by ACPI
[ 0.122437] pci 0000:00:1f.0: [8086:2916] type 00 class 0x060100
[ 0.122510] pci 0000:00:1f.0: address space collision: [io 0x0400-0x047f] conflicts with ACPI CPU throttle [??? 0x00000410-0x00000415 flags 0x80000000]
[ 0.122515] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
[ 0.122519] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 000f)
[ 0.122523] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 000f)
[ 0.122647] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
[ 0.122664] pci 0000:00:1f.2: reg 0x10: [io 0xe700-0xe707]
[ 0.122672] pci 0000:00:1f.2: reg 0x14: [io 0xe800-0xe803]
[ 0.122680] pci 0000:00:1f.2: reg 0x18: [io 0xe900-0xe907]
[ 0.122687] pci 0000:00:1f.2: reg 0x1c: [io 0xea00-0xea03]
[ 0.122695] pci 0000:00:1f.2: reg 0x20: [io 0xeb00-0xeb1f]
[ 0.122703] pci 0000:00:1f.2: reg 0x24: [mem 0xf3186000-0xf31867ff]
[ 0.122744] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.122841] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[ 0.122855] pci 0000:00:1f.3: reg 0x10: [mem 0xf3187000-0xf31870ff 64bit]
[ 0.122875] pci 0000:00:1f.3: reg 0x20: [io 0x0500-0x051f]
[ 0.123038] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.123043] pci 0000:00:1c.0: bridge window [io 0xb000-0xbfff]
[ 0.123137] pci 0000:02:00.0: [197b:2368] type 00 class 0x010185
[ 0.123166] pci 0000:02:00.0: reg 0x10: [io 0xc000-0xc007]
[ 0.123180] pci 0000:02:00.0: reg 0x14: [io 0xc100-0xc103]
[ 0.123193] pci 0000:02:00.0: reg 0x18: [io 0xc200-0xc207]
[ 0.123207] pci 0000:02:00.0: reg 0x1c: [io 0xc300-0xc303]
[ 0.123221] pci 0000:02:00.0: reg 0x20: [io 0xc400-0xc40f]
[ 0.123344] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.123355] pci 0000:00:1c.4: PCI bridge to [bus 02]
[ 0.123359] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
[ 0.123363] pci 0000:00:1c.4: bridge window [mem 0xf0000000-0xf0ffffff]
[ 0.123444] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[ 0.123462] pci 0000:03:00.0: reg 0x10: [io 0xd000-0xd0ff]
[ 0.123492] pci 0000:03:00.0: reg 0x18: [mem 0xf2000000-0xf2000fff 64bit]
[ 0.123527] pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 0.123603] pci 0000:03:00.0: supports D1 D2
[ 0.123606] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.123661] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.123670] pci 0000:00:1c.5: PCI bridge to [bus 03]
[ 0.123674] pci 0000:00:1c.5: bridge window [io 0xd000-0xdfff]
[ 0.123679] pci 0000:00:1c.5: bridge window [mem 0xf1000000-0xf2ffffff]
[ 0.123755] pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
[ 0.123759] pci 0000:00:1e.0: bridge window [io 0xa000-0xafff]
[ 0.123767] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.123770] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
[ 0.124453] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 12 14 *15)
[ 0.124521] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[ 0.124587] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
[ 0.124653] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.124718] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.124787] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
[ 0.124854] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 9 10 11 12 *14 15)
[ 0.124920] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[ 0.125018] ACPI: Enabled 1 GPEs in block 00 to 3F
[ 0.125024] ACPI: \_SB.PCI0: notify handler is installed
[ 0.125060] Found 1 acpi root devices
[ 0.125131] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.125131] vgaarb: loaded
[ 0.125131] vgaarb: bridge control possible 0000:00:02.0
[ 0.125131] PCI: Using ACPI for IRQ routing
[ 0.130592] PCI: pci_cache_line_size set to 64 bytes
[ 0.130640] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[ 0.130642] e820: reserve RAM buffer [mem 0xcf5e0000-0xcfffffff]
[ 0.130792] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.130797] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.130801] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.132032] Switched to clocksource hpet
[ 0.134084] pnp: PnP ACPI init
[ 0.134097] ACPI: bus type PNP registered
[ 0.134276] system 00:00: [io 0x04d0-0x04d1] has been reserved
[ 0.134279] system 00:00: [io 0x0290-0x029f] has been reserved
[ 0.134282] system 00:00: [io 0x0800-0x087f] has been reserved
[ 0.134285] system 00:00: [io 0x0290-0x0294] has been reserved
[ 0.134288] system 00:00: [io 0x0880-0x088f] has been reserved
[ 0.134292] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.134306] pnp 00:01: [dma 4]
[ 0.134333] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.134423] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.134476] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.134510] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.134546] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.134944] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.135001] system 00:07: [io 0x0400-0x04bf] could not be reserved
[ 0.135005] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.135254] system 00:08: [mem 0xd0000000-0xdfffffff] has been reserved
[ 0.135258] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.135482] system 00:09: [mem 0x000cde00-0x000cffff] has been reserved
[ 0.135486] system 00:09: [mem 0x000f0000-0x000f7fff] could not be reserved
[ 0.135489] system 00:09: [mem 0x000f8000-0x000fbfff] could not be reserved
[ 0.135492] system 00:09: [mem 0x000fc000-0x000fffff] could not be reserved
[ 0.135495] system 00:09: [mem 0xcf5e0000-0xcf5fffff] could not be reserved
[ 0.135498] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.135501] system 00:09: [mem 0x00100000-0xcf5dffff] could not be reserved
[ 0.135505] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.135508] system 00:09: [mem 0xfed10000-0xfed1dfff] has been reserved
[ 0.135512] system 00:09: [mem 0xfed20000-0xfed8ffff] has been reserved
[ 0.135516] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.135519] system 00:09: [mem 0xffb00000-0xffb7ffff] has been reserved
[ 0.135522] system 00:09: [mem 0xfff00000-0xffffffff] has been reserved
[ 0.135525] system 00:09: [mem 0x000e0000-0x000effff] has been reserved
[ 0.135528] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.135576] pnp 00:0a: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.135582] pnp: PnP ACPI: found 11 devices
[ 0.135584] ACPI: bus type PNP unregistered
[ 0.143769] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[ 0.143773] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
[ 0.143781] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[ 0.143790] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x001fffff pref] to [bus 03] add_size 200000
[ 0.143801] pci 0000:00:1f.0: BAR 13: [io 0x0400-0x047f] has bogus alignment
[ 0.143805] pci 0000:00:1c.0: res14=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 0.143808] pci 0000:00:1c.0: res15=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.143811] pci 0000:00:1c.4: res15=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.143814] pci 0000:00:1c.5: res15=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000
[ 0.143820] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf3200000-0xf33fffff]
[ 0.143824] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf3400000-0xf35fffff 64bit pref]
[ 0.143829] pci 0000:00:1c.4: BAR 15: assigned [mem 0xf3600000-0xf37fffff 64bit pref]
[ 0.143833] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf3800000-0xf3afffff pref]
[ 0.143836] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.143840] pci 0000:00:1c.0: bridge window [io 0xb000-0xbfff]
[ 0.143845] pci 0000:00:1c.0: bridge window [mem 0xf3200000-0xf33fffff]
[ 0.143849] pci 0000:00:1c.0: bridge window [mem 0xf3400000-0xf35fffff 64bit pref]
[ 0.143855] pci 0000:00:1c.4: PCI bridge to [bus 02]
[ 0.143858] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
[ 0.143863] pci 0000:00:1c.4: bridge window [mem 0xf0000000-0xf0ffffff]
[ 0.143868] pci 0000:00:1c.4: bridge window [mem 0xf3600000-0xf37fffff 64bit pref]
[ 0.143874] pci 0000:03:00.0: BAR 6: assigned [mem 0xf3800000-0xf380ffff pref]
[ 0.143877] pci 0000:00:1c.5: PCI bridge to [bus 03]
[ 0.143880] pci 0000:00:1c.5: bridge window [io 0xd000-0xdfff]
[ 0.143885] pci 0000:00:1c.5: bridge window [mem 0xf1000000-0xf2ffffff]
[ 0.143889] pci 0000:00:1c.5: bridge window [mem 0xf3800000-0xf3afffff pref]
[ 0.143895] pci 0000:00:1e.0: PCI bridge to [bus 04]
[ 0.143898] pci 0000:00:1e.0: bridge window [io 0xa000-0xafff]
[ 0.143908] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.143911] pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff]
[ 0.143914] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
[ 0.143916] pci_bus 0000:01: resource 1 [mem 0xf3200000-0xf33fffff]
[ 0.143919] pci_bus 0000:01: resource 2 [mem 0xf3400000-0xf35fffff 64bit pref]
[ 0.143922] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
[ 0.143924] pci_bus 0000:02: resource 1 [mem 0xf0000000-0xf0ffffff]
[ 0.143927] pci_bus 0000:02: resource 2 [mem 0xf3600000-0xf37fffff 64bit pref]
[ 0.143930] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
[ 0.143932] pci_bus 0000:03: resource 1 [mem 0xf1000000-0xf2ffffff]
[ 0.143935] pci_bus 0000:03: resource 2 [mem 0xf3800000-0xf3afffff pref]
[ 0.143937] pci_bus 0000:04: resource 0 [io 0xa000-0xafff]
[ 0.143940] pci_bus 0000:04: resource 4 [io 0x0000-0xffff]
[ 0.143942] pci_bus 0000:04: resource 5 [mem 0x00000000-0xfffffffff]
[ 0.144072] NET: Registered protocol family 2
[ 0.144436] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.144677] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.144870] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.144911] TCP: reno registered
[ 0.144919] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.144954] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.145095] NET: Registered protocol family 1
[ 0.145109] pci 0000:00:02.0: Boot video device
[ 0.146439] PCI: CLS 32 bytes, default 64
[ 0.146485] Unpacking initramfs...
[ 0.382926] Freeing initrd memory: 10904K (ffff880036aa4000 - ffff88003754a000)
[ 0.382936] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.382940] software IO TLB [mem 0xcb5e0000-0xcf5e0000] (64MB) mapped at [ffff8800cb5e0000-ffff8800cf5dffff]
[ 0.383677] audit: initializing netlink socket (disabled)
[ 0.383704] type=2000 audit(1420292440.380:1): initialized
[ 0.399302] bounce pool size: 64 pages
[ 0.399309] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.399810] VFS: Disk quotas dquot_6.5.2
[ 0.399846] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.399953] msgmni has been set to 7907
[ 0.400356] alg: No test for stdrng (krng)
[ 0.400396] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.400400] io scheduler noop registered
[ 0.400402] io scheduler deadline registered
[ 0.400430] io scheduler cfq registered (default)
[ 0.400695] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[ 0.400846] pcieport 0000:00:1c.4: irq 41 for MSI/MSI-X
[ 0.400991] pcieport 0000:00:1c.5: irq 42 for MSI/MSI-X
[ 0.401073] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.401092] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.401127] intel_idle: does not run on family 6 model 15
[ 0.401173] GHES: HEST is not enabled!
[ 0.401253] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.401828] Linux agpgart interface v0.103
[ 0.401899] agpgart-intel 0000:00:00.0: Intel G33 Chipset
[ 0.401917] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[ 0.403133] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 0.403287] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[ 0.403416] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 0.403419] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.403576] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.403680] mousedev: PS/2 mouse device common for all mice
[ 0.403719] rtc_cmos 00:03: RTC can wake from S4
[ 0.403842] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 0.403868] rtc_cmos 00:03: alarms up to one month, 242 bytes nvram, hpet irqs
[ 0.403918] drop_monitor: Initializing network drop monitor service
[ 0.404024] TCP: cubic registered
[ 0.404090] NET: Registered protocol family 10
[ 0.404316] mip6: Mobile IPv6
[ 0.404319] NET: Registered protocol family 17
[ 0.404336] Key type dns_resolver registered
[ 0.404627] registered taskstats version 1
[ 0.404908] regulator-dummy: disabling
[ 0.405100] rtc_cmos 00:03: setting system clock to 2015-01-03 13:40:41 UTC (1420292441)
[ 0.405163] PM: Hibernation image not present or could not be loaded.
[ 0.406233] Freeing unused kernel memory: 872K (ffffffff8169a000 - ffffffff81774000)
[ 0.406235] Write protecting the kernel read-only data: 6144k
[ 0.407512] Freeing unused kernel memory: 464K (ffff88000138c000 - ffff880001400000)
[ 0.408830] Freeing unused kernel memory: 532K (ffff88000157b000 - ffff880001600000)
[ 0.420713] udevd67: starting version 175
[ 0.425020] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.438702] ACPI: bus type USB registered
[ 0.438751] usbcore: registered new interface driver usbfs
[ 0.438765] usbcore: registered new interface driver hub
[ 0.442491] usbcore: registered new device driver usb
[ 0.443084] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.443381] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.443548] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 0.443552] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.443561] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.443606] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000e300
[ 0.443788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.443791] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.443794] usb usb1: Product: UHCI Host Controller
[ 0.443796] usb usb1: Manufacturer: Linux 3.12.35-amd64 uhci_hcd
[ 0.443798] usb usb1: SerialNumber: 0000:00:1a.0
[ 0.443934] hub 1-0:1.0: USB hub found
[ 0.443942] hub 1-0:1.0: 2 ports detected
[ 0.444202] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 0.444206] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.444212] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[ 0.444254] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000e000
[ 0.444318] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.444321] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.444323] usb usb2: Product: UHCI Host Controller
[ 0.444326] usb usb2: Manufacturer: Linux 3.12.35-amd64 uhci_hcd
[ 0.444328] usb usb2: SerialNumber: 0000:00:1a.1
[ 0.444447] hub 2-0:1.0: USB hub found
[ 0.444458] hub 2-0:1.0: 2 ports detected
[ 0.444650] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 0.444654] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 0.444660] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
[ 0.444695] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000e100
[ 0.444747] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.444749] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.444752] usb usb3: Product: UHCI Host Controller
[ 0.444754] usb usb3: Manufacturer: Linux 3.12.35-amd64 uhci_hcd
[ 0.444756] usb usb3: SerialNumber: 0000:00:1a.2
[ 0.444860] hub 3-0:1.0: USB hub found
[ 0.444867] hub 3-0:1.0: 2 ports detected
[ 0.445052] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.445056] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.445062] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 0.445097] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000e400
[ 0.445148] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.445151] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.445154] usb usb4: Product: UHCI Host Controller
[ 0.445156] usb usb4: Manufacturer: Linux 3.12.35-amd64 uhci_hcd
[ 0.445158] usb usb4: SerialNumber: 0000:00:1d.0
[ 0.445310] hub 4-0:1.0: USB hub found
[ 0.445318] hub 4-0:1.0: 2 ports detected
[ 0.445518] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.445522] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.445529] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
[ 0.445540] SCSI subsystem initialized
[ 0.445566] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000e500
[ 0.445624] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.445626] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.445629] usb usb5: Product: UHCI Host Controller
[ 0.445631] usb usb5: Manufacturer: Linux 3.12.35-amd64 uhci_hcd
[ 0.445634] usb usb5: SerialNumber: 0000:00:1d.1
[ 0.445744] hub 5-0:1.0: USB hub found
[ 0.445753] hub 5-0:1.0: 2 ports detected
[ 0.445960] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 0.445964] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.445970] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
[ 0.445995] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000e600
[ 0.446064] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.446067] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.446070] usb usb6: Product: UHCI Host Controller
[ 0.446072] usb usb6: Manufacturer: Linux 3.12.35-amd64 uhci_hcd
[ 0.446074] usb usb6: SerialNumber: 0000:00:1d.2
[ 0.446199] hub 6-0:1.0: USB hub found
[ 0.446208] hub 6-0:1.0: 2 ports detected
[ 0.450603] libata version 3.00 loaded.
[ 0.452786] scsi0 : pata_jmicron
[ 0.454699] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 0.454726] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 0.455006] r8169 0000:03:00.0: irq 43 for MSI/MSI-X
[ 0.455246] r8169 0000:03:00.0 eth0: RTL8168b/8111b at 0xffffc9000063a000, 00:1f:d0:21:81:e7, XID 18000000 IRQ 43
[ 0.455250] r8169 0000:03:00.0 eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
[ 0.455924] scsi1 : pata_jmicron
[ 0.456110] ata1: PATA max UDMA/100 cmd 0xc000 ctl 0xc100 bmdma 0xc400 irq 16
[ 0.456113] ata2: PATA max UDMA/100 cmd 0xc200 ctl 0xc300 bmdma 0xc408 irq 16
[ 0.465863] ahci 0000:00:1f.2: version 3.0
[ 0.466030] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
[ 0.466088] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 0.466128] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[ 0.466131] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems
[ 0.466136] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.508781] scsi2 : ahci
[ 0.508903] scsi3 : ahci
[ 0.509005] scsi4 : ahci
[ 0.509114] scsi5 : ahci
[ 0.509221] scsi6 : ahci
[ 0.509324] scsi7 : ahci
[ 0.509396] ata3: SATA max UDMA/133 abar m2048@0xf3186000 port 0xf3186100 irq 44
[ 0.509399] ata4: SATA max UDMA/133 abar m2048@0xf3186000 port 0xf3186180 irq 44
[ 0.509401] ata5: SATA max UDMA/133 abar m2048@0xf3186000 port 0xf3186200 irq 44
[ 0.509404] ata6: SATA max UDMA/133 abar m2048@0xf3186000 port 0xf3186280 irq 44
[ 0.509406] ata7: SATA max UDMA/133 abar m2048@0xf3186000 port 0xf3186300 irq 44
[ 0.509409] ata8: SATA max UDMA/133 abar m2048@0xf3186000 port 0xf3186380 irq 44
[ 0.644534] ata1.00: ATAPI: TSSTcorpCD/DVDW SH-W162C, TS10, max UDMA/33
[ 0.684511] ata1.00: configured for UDMA/33
[ 0.686222] scsi 0:0:0:0: CD-ROM TSSTcorp CD/DVDW SH-W162C TS10 PQ: 0 ANSI: 5
[ 0.752039] usb 1-2: new full-speed USB device number 2 using uhci_hcd
[ 0.828031] ata3: SATA link down (SStatus 0 SControl 300)
[ 0.912645] usb 1-2: New USB device found, idVendor=03f0, idProduct=a407
[ 0.912649] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 0.912653] usb 1-2: Product: HP Link-5 micro dongle
[ 0.912657] usb 1-2: Manufacturer: HP
[ 0.917820] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.925136] usbcore: registered new interface driver usbhid
[ 0.925138] usbhid: USB HID core driver
[ 0.926995] input: HP HP Link-5 micro dongle as /devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/input/input1
[ 0.927140] hid-generic 0003:03F0:A407.0001: input,hidraw0: USB HID v1.11 Keyboard [HP HP Link-5 micro dongle] on usb-0000:00:1a.0-2/input0
[ 0.927676] input: HP HP Link-5 micro dongle as /devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.1/input/input2
[ 0.927795] hid-generic 0003:03F0:A407.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [HP HP Link-5 micro dongle] on usb-0000:00:1a.0-2/input1
[ 1.160033] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.380026] tsc: Refined TSC clocksource calibration: 2399.999 MHz
[ 1.652029] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.684379] ata5.00: HPA detected: current 156299375, native 156301488
[ 1.684491] ata5.00: ATA-7: WDC WD800BEVS-22RST0, 04.01G04, max UDMA/133
[ 1.684496] ata5.00: 156299375 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[ 1.685410] ata5.00: configured for UDMA/133
[ 1.685554] scsi 4:0:0:0: Direct-Access ATA WDC WD800BEVS-22 04.0 PQ: 0 ANSI: 5
[ 2.004030] ata6: SATA link down (SStatus 0 SControl 300)
[ 2.324029] ata7: SATA link down (SStatus 0 SControl 300)
[ 2.380124] Switched to clocksource tsc
[ 2.644026] ata8: SATA link down (SStatus 0 SControl 300)
[ 2.657154] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 2.657159] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.657352] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 2.657594] sd 4:0:0:0: [sda] 156299375 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 2.657664] sd 4:0:0:0: [sda] Write Protect is off
[ 2.657668] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.657690] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.659258] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 2.659300] sd 4:0:0:0: Attached scsi generic sg1 type 0
[ 2.731842] sda: sda1 sda2 < sda5 >
[ 2.732251] sd 4:0:0:0: [sda] Attached SCSI disk
[ 3.033580] PM: Starting manual resume from disk
[ 3.033584] PM: Hibernation image partition 8:5 present
[ 3.033586] PM: Looking for hibernation image.
[ 3.033779] PM: Image not found (code -22)
[ 3.033782] PM: Hibernation image not present or could not be loaded.
[ 3.065637] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 5.484080] udevd384: starting version 175
[ 5.741221] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
[ 5.741228] ACPI: Power Button [PWRB]
[ 5.741325] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 5.741330] ACPI: Power Button [PWRF]
[ 5.872279] microcode: CPU0 sig=0x6fb, pf=0x10, revision=0xb6
[ 5.960929] ehci-pci: EHCI PCI platform driver
[ 5.961098] ehci-pci 0000:00:1a.7: setting latency timer to 64
[ 5.961166] usb 1-2: USB disconnect, device number 2
[ 6.002225] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 6.150106] ACPI: Requesting acpi_cpufreq
[ 6.184220] ehci-pci 0000:00:1a.7: EHCI Host Controller
[ 6.184233] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 7
[ 6.188140] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
[ 6.188150] ehci-pci 0000:00:1a.7: irq 18, io mem 0xf3184000
[ 6.200040] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 6.200103] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
[ 6.200107] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.200111] usb usb7: Product: EHCI Host Controller
[ 6.200115] usb usb7: Manufacturer: Linux 3.12.35-amd64 ehci_hcd
[ 6.200118] usb usb7: SerialNumber: 0000:00:1a.7
[ 6.200263] hub 7-0:1.0: USB hub found
[ 6.200272] hub 7-0:1.0: 6 ports detected
[ 6.224074] hub 1-0:1.0: USB hub found
[ 6.224085] hub 1-0:1.0: 2 ports detected
[ 6.248105] hub 2-0:1.0: USB hub found
[ 6.248119] hub 2-0:1.0: 2 ports detected
[ 6.272083] hub 3-0:1.0: USB hub found
[ 6.272096] hub 3-0:1.0: 2 ports detected
[ 6.272362] ehci-pci 0000:00:1d.7: setting latency timer to 64
[ 6.344239] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 6.344249] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 8
[ 6.348172] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[ 6.348206] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf3185000
[ 6.360053] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 6.360115] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[ 6.360119] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.360121] usb usb8: Product: EHCI Host Controller
[ 6.360124] usb usb8: Manufacturer: Linux 3.12.35-amd64 ehci_hcd
[ 6.360126] usb usb8: SerialNumber: 0000:00:1d.7
[ 6.360241] hub 8-0:1.0: USB hub found
[ 6.360250] hub 8-0:1.0: 6 ports detected
[ 6.384080] hub 4-0:1.0: USB hub found
[ 6.384091] hub 4-0:1.0: 2 ports detected
[ 6.408097] hub 5-0:1.0: USB hub found
[ 6.408111] hub 5-0:1.0: 2 ports detected
[ 6.432102] hub 6-0:1.0: USB hub found
[ 6.432120] hub 6-0:1.0: 2 ports detected
[ 6.432593] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \GP2C 1 (20130725/utaddress-251)
[ 6.432598] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.432635] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 6.432809] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
[ 6.449133] iTCO_vendor_support: vendor-support=0
[ 6.458638] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[ 6.458676] iTCO_wdt: Found a ICH9R TCO device (Version=2, TCOBASE=0x0460)
[ 6.458836] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 6.552054] [drm] Initialized drm 1.1.0 20060810
[ 6.707438] microcode: CPU1 sig=0x6fb, pf=0x10, revision=0xb6
[ 6.710027] microcode: CPU2 sig=0x6fb, pf=0x10, revision=0xb6
[ 6.712473] microcode: CPU3 sig=0x6fb, pf=0x10, revision=0xb6
[ 6.714629] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
[ 6.900037] usb 1-2: new full-speed USB device number 3 using uhci_hcd
[ 7.035115] Error: Driver 'pcspkr' is already registered, aborting...
[ 7.073043] usb 1-2: New USB device found, idVendor=03f0, idProduct=a407
[ 7.073049] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.073053] usb 1-2: Product: HP Link-5 micro dongle
[ 7.073057] usb 1-2: Manufacturer: HP
[ 7.079479] input: HP HP Link-5 micro dongle as /devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/input/input6
[ 7.079618] hid-generic 0003:03F0:A407.0003: input,hidraw0: USB HID v1.11 Keyboard [HP HP Link-5 micro dongle] on usb-0000:00:1a.0-2/input0
[ 7.084033] input: HP HP Link-5 micro dongle as /devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.1/input/input7
[ 7.084236] hid-generic 0003:03F0:A407.0004: input,hiddev0,hidraw1: USB HID v1.11 Mouse [HP HP Link-5 micro dongle] on usb-0000:00:1a.0-2/input1
[ 7.097362] [drm] Memory usable by graphics device = 512M
[ 7.097372] i915 0000:00:02.0: setting latency timer to 64
[ 7.097938] i915 0000:00:02.0: irq 45 for MSI/MSI-X
[ 7.097947] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 7.097948] [drm] Driver supports precise vblank timestamp query.
[ 7.098000] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 7.098877] [drm] initialized overlay support
[ 7.152899] fbcon: inteldrmfb (fb0) is primary device
[ 7.193827] Console: switching to colour frame buffer device 160x64
[ 7.199358] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 7.199360] i915 0000:00:02.0: registered panic notifier
[ 7.199420] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 7.231156] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
[ 7.249662] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
[ 7.259321] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[ 7.259423] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 7.259520] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 7.259613] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 7.259707] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 7.259793] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 7.259883] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 7.259978] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 7.287089] coretemp coretemp.0: Using relative temperature scale!
[ 7.287113] coretemp coretemp.0: Using relative temperature scale!
[ 7.287134] coretemp coretemp.0: Using relative temperature scale!
[ 7.287144] coretemp coretemp.0: Using relative temperature scale!
[ 8.368171] Adding 3211260k swap on /dev/sda5. Priority:-1 extents:1 across:3211260k
[ 8.385479] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 8.624491] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 8.814102] loop: module loaded
[ 10.349320] r8169 0000:03:00.0 eth0: link down
[ 10.349338] r8169 0000:03:00.0 eth0: link down
[ 10.349345] IPv6: ADDRCONF: eth0: link is not ready
[ 10.565918] RPC: Registered named UNIX socket transport module.
[ 10.565923] RPC: Registered udp transport module.
[ 10.565925] RPC: Registered tcp transport module.
[ 10.565927] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 10.625008] FS-Cache: Loaded
[ 10.699874] FS-Cache: Netfs 'nfs' registered for caching
[ 10.842347] Installing knfsd (copyright (C) 1996 [email protected]).
[ 12.481475] r8169 0000:03:00.0 eth0: link up
[ 12.481488] IPv6: ADDRCONF: eth0: link becomes ready
RE: BGT3635 Not reconised - Added by Mark Clarkstone almost 10 years ago
Hmm, I'm not sure what else to suggest to be honest, you could try posting on the thread in the AVforums.
Not much online about this card either, maybe it could be a newer revision not yet supported by the Linux drivers?
This is a guess but going by the dates online the card was available about Sept 2013 but the latest Linux driver is May 2013.
Your only hope is Blackgold updating their Linux drivers.
- « Previous
- 1
- 2
- Next »