Home
Installing Debian Squeeze on HP 5103 Netbook via USB Debian netinstall
- Details
- Published on Wednesday, 03 November 2010 00:00
- Written by admin
I tryed installing Debian Lenny (stable) but the Ethernet Marvell Drivers are not supported on the netinstall iso. The
sky2
drivers on Lenny do not support the
Marvell Technology Group Ltd. 88E8059 PCI-E Gigabit Ethernet Controller (rev 11) that is in the HP 5103 mini netbook. This is supported in the Squeeze netinstall.
Requirements
USB Thumbdrive
boot.img.gz from
here
debian-squeeze-di-beta1-i386-netinst.iso from
here
Build bootable USB Debian Netinstall key that works on HP 5103 Netbook.
Ok you will need to install Debian via USB drive.
download the boot.img.bz
http://ftp.nl.debian.org/debian/dists/testing/main/installer-i386/current/images/hd-media/
use dmesg to find your usb device
# dmesg
…
[10205.219435] sd 4:0:0:0: [sdb] Write Protect is off
[10205.219443] sd 4:0:0:0: [sdb] Mode Sense: 23 00 10 00
[10205.219448] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[10205.221925] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[10205.221931] sdb: sdb1
[10205.235472] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[10205.235478] sd 4:0:0:0: [sdb] Attached SCSI disk
…
Create a primary partition with cfdisk type 06 FAT 16 and bootable
#cfdisk -z /dev/sd<drive letter>
you only need the -z option the first time.
partition type – 06 FAT 16 – bootable – write out
remove the drive then reinsert the drive this will allow Debian to see the new partition
now write your boot img.gz to the /dev/USB1 partitiion
# zcat boot.img.gz >/dev/sd<drive letter >1
NOTE:if you have followed another tutorial and you have done
#zcat boot.img.gz >/dev/sd<drive letter>
and you cannot repartition with cfdisk you need to destroy your partition table then recreate it.
*** WARNING *** make sure you have the correct drive.
#dd if=/dev/zero of=/dev/sd<drive letter>
let this run for about 30 seconds then press Ctl + C and try
#cfdisk -z /dev/sd<drive letter>
now write to the master boot record MBR
# umount /dev/sd<drive letter >1
Now write to the Master boot record
# install-mbr /dev/sd<drive letter >
Note if you don’t already have install-mbr use
# apt-get install mbr
#mount /dev/sd<drive letter>1 /mnt/data
now copy debian-squeeze-di-beta1-i386-netinst.iso to /mnt/data/
Now you are ready to boot your HP 5103 Netbook mini from your usb key.
Boot your netbook mini with the USB thumbdrive plugged in and press F9 on bootup to boot to USB drive.
Debian Squeeze on HP 5103 mini netbook
- Details
- Published on Monday, 15 November 2010 00:00
- Written by admin
I must say that the (XP883PA) HP 5103 Netbook mini is a fantastic little laptop.
The overall finish is nice and is a robust little machine.
The keyboard is very nice to type with feels nice a solid. The keyboard is 95% of a full size qwerty keyboard so you miss type words by pressing the wrong keys on the smaller keyboards,. very nice feel when typing. Keys will not pop off like the old style of keyboard so your not likely to loos keys and unlikely to brake off and the keyboard is spill resistant. Mind you I’m not going to test that.
The overall finish of the laptop is very nice, not too many glowing lights or additional unnecessary buttons like multimedia buttons a nice Fn key to change button functions.
Power button is in an obvious place dead center just above the keyboard, no need to turn the laptop around just to find a power button. Not like to Sony or Dell notebooks having the power button on the side and the wireless hardware on and off is very obvious on the front just to the left to the touch pad..
I noticed the to use the F1, F2, F3 keys above the numbers you need to use the Fn key before using them. A bit annoying because I use F11 for full screen a lot because of the small screen and F5 for refresh. If you dont press the Fn key before pressing F5 your laptop goes to sleep. Mmm minor oversite for a useful F5 refresh key.
The caps lock has a nice blue light on it. When caps lock is on the light is on. No guessing here.
Overall finish is very nice metal finish. Coffee brown colour very nice.. At first I had lots of finger prints on it but now its good. no fingerprints.. Who want’s a laptop with fingerprints all over it.
I do missing having a middle mouse button for copying text from a terminal window but maybe there is another way instead of copy and paste.
Bye bye BIOS and hello UEFI “Unified Extensible Firmware Interface”. This laptop uses the replacement for the old traditional BIOS blue screen another very cool feature of the notebook. I’m still to build a recovery partition on my laptop to use the full features for system restores. It will save having to create a USB bootable key for system recoveries if needed.
More information can be found at http://www.uefi.org
I think a lot of thought has gone into the design of this netbook very robust and solid. I’ve seen so many laptops with broken LCD panels from users picking up their laptops via the screen . Even the LCD panel is robust to take a few day to day knocks and bumps.
Excellent design and I would rate it 8 out of 10.
Minus a point for, the LCD Screen doesn’t open 180 Degrees but the viewable angles are great.. F5 key puts the laptop to sleep by default. no middle mouse button. Wireless drivers have not been developed yet for the Linux Kernel.
Other then that a very nice laptop and I would recommend it to others. I even got an additional 3 years accidental damage and hardware warranty for next business day onsite warranty for only $265 AUS (UK729E – Care Pack ). I have piece of mind to know my laptop will last 4 years at a total cost of $949 + 3 years additional warranty $265 = $1214. I know you can get other netbooks cheaper but I can be assured it’s going to last 4 years and it’s only about $303 per year. Not bad for something I’m going to use everyday.
Performance
I am very pleased with very fast and I also run Windows XP virtual machines and other Linux virtual machines on this machine and they run nicely. On my old machine I would see disk performance issues but the hard disk handles it well. This laptop has a 7200rpm drive. I’ve had other laptops with 7200rpm drive but disk read/writes appear to be much faster. This may be because the hard disk supports SATA Rev 2.
My system came with Windows 7 but I haven’t tested the performance with that because I loaded Debian as soon as I could once I worked out how to image the disk and build a USB Debian boot key.
Battery Life on Debian. If I leave it on on my desktop at work without doing much I’ll get about 8 hours but using all the features I’ll probably get about 5-6 hours. Very nice battery life.
ISSUES I’VE HAD - Doesn’t appear to have Linux Wireless support yet. I know this netbook is still very new so maybe we’ll see the drivers supported into the future.
OS
# uname -a
Linux mymachine 2.6.32-5-686 #1 SMP Sat Oct 30 22:47:19 UTC 2010 i686 GNU/Linux
HARDWARE
Hard Disk
# hdparm -I /dev/sda
/dev/sda:
ATA device, with non-removable media
Model Number: Hitachi HTS725032A9A364
Serial Number: 100914PCKC04BPGM2WWK
Firmware Revision: PC3OCH0A
Transport: Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6
Standards:
Used: unknown (minor revision code 0×0028)
Supported: 8 7 6 5
Likely used: 8
Configuration:
Logical max current
cylinders 16383 16383
heads 16 16
sectors/track 63 63
–
CHS current addressable sectors: 16514064
LBA user addressable sectors: 268435455
LBA48 user addressable sectors: 625142448
Logical/Physical Sector size: 512 bytes
device size with M = 1024*1024: 305245 MBytes
device size with M = 1000*1000: 320072 MBytes (320 GB)
cache/buffer size = 15151 KBytes (type=DualPortCache)
Form Factor: 2.5 inch
Nominal Media Rotation Rate: 7200
Capabilities:
LBA, IORDY(can be disabled)
Queue depth: 32
Standby timer values: spec’d by Vendor, no device specific minimum
R/W multiple sector transfer: Max = 16 Current = 16
Advanced power management level: 128
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 *udma5
Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4
Cycle time: no flow control=120ns IORDY flow control=120ns
Commands/features:
Enabled Supported:
* SMART feature set
Security Mode feature set
* Power Management feature set
* Write cache
* Look-ahead
* WRITE_BUFFER command
* READ_BUFFER command
* NOP cmd
* DOWNLOAD_MICROCODE
* Advanced Power Management feature set
* 48-bit Address feature set
* Device Configuration Overlay feature set
* Mandatory FLUSH_CACHE
* FLUSH_CACHE_EXT
* SMART error logging
* SMART self-test
* General Purpose Logging feature set
* 64-bit World wide name
* IDLE_IMMEDIATE with UNLOAD
* WRITE_UNCORRECTABLE_EXT command
* {READ,WRITE}_DMA_EXT_GPL commands
* Segmented DOWNLOAD_MICROCODE
* Gen1 signaling speed (1.5Gb/s)
* Gen2 signaling speed (3.0Gb/s)
* Native Command Queueing (NCQ)
* Phy event counters
* Idle-Unload when NCQ is active
* DMA Setup Auto-Activate optimization
Device-initiated interface power management
* Software settings preservation
* SMART Command Transport (SCT) feature set
* SCT LBA Segment Access (AC2)
* SCT Error Recovery Control (AC3)
* SCT Features Control (AC4)
* SCT Data Tables (AC5)
Security:
Master password revision code = 65534
supported
not enabled
not locked
frozen
not expired: security count
supported: enhanced erase
90min for SECURITY ERASE UNIT. 90min for ENHANCED SECURITY ERASE UNIT.
Logical Unit WWN Device Identifier: 5000cca645c8adef
NAA : 5
IEEE OUI : 000cca
Unique ID : 645c8adef
Checksum: correct
CPU
# cpufreq-info
cpufrequtils 007: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to This e-mail address is being protected from spambots. You need JavaScript enabled to view it. , please.
analyzing CPU 0:
driver: acpi-cpufreq
CPUs which run at the same hardware frequency: 0 1
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 10.0 us.
hardware limits: 1000 MHz – 1.83 GHz
available frequency steps: 1.83 GHz, 1.33 GHz, 1000 MHz
available cpufreq governors: userspace, conservative, powersave, ondemand, performance
current policy: frequency should be within 1000 MHz and 1.83 GHz.
The governor “ondemand” may decide which speed to use
within this range.
current CPU frequency is 1000 MHz (asserted by call to hardware).
cpufreq stats: 1.83 GHz:21.92%, 1.33 GHz:2.21%, 1000 MHz:75.87% (49909)
analyzing CPU 1:
driver: acpi-cpufreq
CPUs which run at the same hardware frequency: 0 1
CPUs which need to have their frequency coordinated by software: 1
maximum transition latency: 10.0 us.
hardware limits: 1000 MHz – 1.83 GHz
available frequency steps: 1.83 GHz, 1.33 GHz, 1000 MHz
available cpufreq governors: userspace, conservative, powersave, ondemand, performance
current policy: frequency should be within 1000 MHz and 1.83 GHz.
The governor “ondemand” may decide which speed to use
within this range.
current CPU frequency is 1000 MHz (asserted by call to hardware).
cpufreq stats: 1.83 GHz:22.34%, 1.33 GHz:2.22%, 1000 MHz:75.44% (50043)
# lscpu
Architecture: i686
CPU op-mode(s): 32-bit, 64-bit
CPU(s): 2
Thread(s) per core: 2
Core(s) per socket: 1
CPU socket(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 28
Stepping: 10
CPU MHz: 1000.000
L1d cache: 24K
L1i cache: 32K
L2 cache: 512K
Battery Info
# acpi -V
Battery 0: Discharging, 68%, 04:11:43 remaining
Battery 0: design capacity 5900 mAh, last full capacity 5824 mAh = 98%
Adapter 0: off-line
Thermal 0: ok, 80.0 degrees C
Thermal 0: trip point 0 switches to mode critical at temperature 110.0 degrees C
Thermal 1: ok, 38.0 degrees C
Thermal 1: trip point 0 switches to mode critical at temperature 100.0 degrees C
Thermal 1: trip point 1 switches to mode passive at temperature 60.0 degrees C
Thermal 2: ok, 53.0 degrees C
Thermal 2: trip point 0 switches to mode critical at temperature 73.0 degrees C
Thermal 2: trip point 1 switches to mode passive at temperature 73.0 degrees C
Thermal 3: active, 59.0 degrees C
Thermal 3: trip point 0 switches to mode critical at temperature 100.0 degrees C
Thermal 3: trip point 1 switches to mode passive at temperature 98.0 degrees C
Thermal 3: trip point 2 switches to mode active at temperature 83.0 degrees C
Thermal 3: trip point 3 switches to mode active at temperature 73.0 degrees C
Thermal 3: trip point 4 switches to mode active at temperature 58.0 degrees C
Thermal 4: ok, 57.0 degrees C
Thermal 4: trip point 0 switches to mode critical at temperature 105.0 degrees C
Thermal 5: ok, 16.0 degrees C
Thermal 5: trip point 0 switches to mode critical at temperature 100.0 degrees C
Thermal 5: trip point 1 switches to mode passive at temperature 98.0 degrees C
Thermal 5: trip point 2 switches to mode active at temperature 83.0 degrees C
Thermal 5: trip point 3 switches to mode active at temperature 73.0 degrees C
Thermal 5: trip point 4 switches to mode active at temperature 63.0 degrees C
Cooling 0: LCD 0 of 24
Cooling 1: Processor 0 of 10
Cooling 2: Processor 0 of 10
Cooling 3: Fan 1 of 1
Cooling 4: Fan 1 of 1
Cooling 5: Fan 1 of 1
Cooling 6: Fan 0 of 1
Cooling 7: Fan 0 of 1
Cooling 8: Fan 0 of 1
Cooling 9: Fan 0 of 1
Cooling 10: Fan 0 of 1
Cooling 11: Fan 0 of 1
Cooling 12: Fan 0 of 1
Other Hardware Specs
# lspci -xvvnn
00:00.0 Host bridge [0600]: Intel Corporation N10 Family DMI Bridge [8086:a010]
Subsystem: Hewlett-Packard Company Device [103c:1608]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 0
Capabilities: [e0] Vendor Specific Information: Len=08 <?>
Kernel driver in use: agpgart-intel
00: 86 80 10 a0 06 00 90 20 00 00 00 06 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 08 16
30: 00 00 00 00 e0 00 00 00 00 00 00 00 00 00 00 0000:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a011] (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device [103c:1608]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 28
Region 0: Memory at 90480000 (32-bit, non-prefetchable) [size=512K]
Region 1: I/O ports at 30b0 [size=8]
Region 2: Memory at 80000000 (32-bit, prefetchable) [size=256M]
Region 3: Memory at 90300000 (32-bit, non-prefetchable) [size=1M]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee0300c Data: 4199
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: i915
00: 86 80 11 a0 07 04 90 00 00 00 00 03 00 00 80 00
10: 00 00 48 90 b1 30 00 00 08 00 00 80 00 00 30 90
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 08 16
30: 00 00 00 00 90 00 00 00 00 00 00 00 0a 01 00 0000:02.1 Display controller [0380]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a012]
Subsystem: Hewlett-Packard Company Device [103c:1608]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Region 0: Memory at 90400000 (32-bit, non-prefetchable) [size=512K]
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
00: 86 80 12 a0 07 00 90 00 00 00 80 03 00 00 80 00
10: 00 00 40 90 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 08 16
30: 00 00 00 00 d0 00 00 00 00 00 00 00 00 00 00 0000:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02)
Subsystem: Hewlett-Packard Company Device [103c:1608]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 19
Region 0: Memory at 90500000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
ExtTag- RBE- FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=7f
Status: NegoPending- InProgress-
VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=1 ArbSelect=Fixed TC/VC=80
Status: NegoPending- InProgress-
Capabilities: [130 v1] Root Complex Link
Desc: PortNumber=0f ComponentID=02 EltType=Config
Link0: Desc: TargetPort=00 TargetComponent=02 AssocRCRB- LinkType=MemMapped LinkValid+
Addr: 00000000fed1c000
Kernel driver in use: HDA Intel
00: 86 80 d8 27 06 00 10 00 02 00 03 04 10 00 00 00
10: 04 00 50 90 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 08 16
30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 01 00 0000:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 02) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00004000-00004fff
Memory behind bridge: 90200000-902fffff
Prefetchable memory behind bridge: 0000000090600000-00000000907fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
ExtTag- RBE- FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <4us
ClockPM- Surprise- LLActRep+ BwNot-
LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
Slot #0, PowerLimit 6.500W; Interlock- NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
Changed: MRL- PresDet+ LinkState+
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee0300c Data: 4161
Capabilities: [90] Subsystem: Hewlett-Packard Company Device [103c:1608]
Capabilities: [a0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed+ WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable- ID=0 ArbSelect=Fixed TC/VC=00
Status: NegoPending- InProgress-
Capabilities: [180 v1] Root Complex Link
Desc: PortNumber=01 ComponentID=02 EltType=Config
Link0: Desc: TargetPort=00 TargetComponent=02 AssocRCRB- LinkType=MemMapped LinkValid+
Addr: 00000000fed1c001
Kernel driver in use: pcieport
00: 86 80 d0 27 07 04 10 00 02 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 01 01 00 40 40 00 00
20: 20 90 20 90 61 90 71 90 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 01 00 0000:1c.3 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 4 [8086:27d6] (rev 02) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: 90100000-901fffff
Prefetchable memory behind bridge: 0000000090800000-00000000909fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
ExtTag- RBE- FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #4, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <4us
ClockPM- Surprise- LLActRep+ BwNot-
LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
Slot #0, PowerLimit 6.500W; Interlock- NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
Changed: MRL- PresDet+ LinkState+
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee0300c Data: 4169
Capabilities: [90] Subsystem: Hewlett-Packard Company Device [103c:1608]
Capabilities: [a0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed+ WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable- ID=0 ArbSelect=Fixed TC/VC=00
Status: NegoPending- InProgress-
Capabilities: [180 v1] Root Complex Link
Desc: PortNumber=04 ComponentID=02 EltType=Config
Link0: Desc: TargetPort=00 TargetComponent=02 AssocRCRB- LinkType=MemMapped LinkValid+
Addr: 00000000fed1c001
Kernel driver in use: pcieport
00: 86 80 d6 27 07 04 10 00 02 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 02 02 00 20 20 00 00
20: 10 90 10 90 81 90 91 90 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 04 00 0000:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 [8086:27c8] (rev 02) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device [103c:1608]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 20
Region 4: I/O ports at 3080 [size=32]
Kernel driver in use: uhci_hcd
00: 86 80 c8 27 05 00 80 02 02 00 03 0c 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 81 30 00 00 00 00 00 00 00 00 00 00 3c 10 08 16
30: 00 00 00 00 00 00 00 00 00 00 00 00 0a 01 00 0000:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 02) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device [103c:1608]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 22
Region 4: I/O ports at 3060 [size=32]
Kernel driver in use: uhci_hcd
00: 86 80 c9 27 05 00 80 02 02 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 61 30 00 00 00 00 00 00 00 00 00 00 3c 10 08 16
30: 00 00 00 00 00 00 00 00 00 00 00 00 0a 02 00 0000:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 02) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device [103c:1608]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 18
Region 4: I/O ports at 3040 [size=32]
Kernel driver in use: uhci_hcd
00: 86 80 ca 27 05 00 80 02 02 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 41 30 00 00 00 00 00 00 00 00 00 00 3c 10 08 16
30: 00 00 00 00 00 00 00 00 00 00 00 00 0a 03 00 0000:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 02) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device [103c:1608]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin D routed to IRQ 19
Region 4: I/O ports at 3020 [size=32]
Kernel driver in use: uhci_hcd
00: 86 80 cb 27 05 00 80 02 02 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 21 30 00 00 00 00 00 00 00 00 00 00 3c 10 08 16
30: 00 00 00 00 00 00 00 00 00 00 00 00 0b 04 00 0000:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 02) (prog-if 20 [EHCI])
Subsystem: Hewlett-Packard Company Device [103c:1608]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 20
Region 0: Memory at 90505000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Debug port: BAR=1 offset=00a0
Kernel driver in use: ehci_hcd
00: 86 80 cc 27 06 00 90 02 02 20 03 0c 00 00 00 00
10: 00 50 50 90 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 08 16
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 00 0000:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2) (prog-if 01 [Subtractive decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=32
Memory behind bridge: 90000000-900fffff
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [50] Subsystem: Gammagraphx, Inc. (or missing ID) Device [0000:0000]
00: 86 80 48 24 07 01 10 00 e2 01 04 06 00 00 01 00
10: 00 00 00 00 00 00 00 00 00 03 03 20 f0 00 80 22
20: 00 90 00 90 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 ff 00 02 0000:1f.0 ISA bridge [0601]: Intel Corporation NM10 Family LPC Controller [8086:27bc] (rev 02)
Subsystem: Hewlett-Packard Company Device [103c:1608]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
00: 86 80 bc 27 07 00 10 02 02 00 01 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 08 16
30: 00 00 00 00 e0 00 00 00 00 00 00 00 00 00 00 0000:1f.2 SATA controller [0106]: Intel Corporation N10/ICH7 Family SATA AHCI Controller [8086:27c1] (rev 02) (prog-if 01 [AHCI 1.0])
Subsystem: Hewlett-Packard Company Device [103c:1608]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 27
Region 0: I/O ports at 30a8 [size=8]
Region 1: I/O ports at 30bc [size=4]
Region 2: I/O ports at 30a0 [size=8]
Region 3: I/O ports at 30b8 [size=4]
Region 4: I/O ports at 3000 [size=32]
Region 5: Memory at 90504000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee0300c Data: 4191
Capabilities: [70] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
Kernel driver in use: ahci
00: 86 80 c1 27 07 04 b0 02 02 01 06 01 00 00 00 00
10: a9 30 00 00 bd 30 00 00 a1 30 00 00 b9 30 00 00
20: 01 30 00 00 00 40 50 90 00 00 00 00 3c 10 08 16
30: 00 00 00 00 80 00 00 00 00 00 00 00 0a 01 00 0001:00.0 Network controller [0280]: Broadcom Corporation BCM43224 802.11a/b/g/n [14e4:4353] (rev 01)
Subsystem: Hewlett-Packard Company Device [103c:1510]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
Region 0: Memory at 90200000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=2 PME-
Capabilities: [58] Vendor Specific Information: Len=78 <?>
Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [d0] Express (v1) Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 <64us
ClockPM+ Surprise- LLActRep+ BwNot-
LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk-
ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [13c v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Capabilities: [160 v1] Device Serial Number 00-00-82-ff-ff-eb-00-26
Capabilities: [16c v1] Power Budgeting <?>
Kernel driver in use: brcm80211
00: e4 14 53 43 06 00 10 00 01 00 80 02 10 00 00 00
10: 04 00 20 90 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 10 15
30: 00 00 00 00 40 00 00 00 00 00 00 00 05 01 00 0002:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8059 PCI-E Gigabit Ethernet Controller [11ab:4381] (rev 11)
Subsystem: Hewlett-Packard Company Device [103c:1608]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 26
Region 0: Memory at 90100000 (64-bit, non-prefetchable) [size=16K]
Region 2: I/O ports at 2000 [size=256]
Expansion ROM at 90800000 [disabled] [size=128K]
Capabilities: [48] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] Vital Product Data
Product Name: Marvell Yukon 88E8059 Gigabit Ethernet Controller
Read-only fields:
[PN] Part number: Yukon 88E8059
[EC] Engineering changes: Rev. 1.0
[MN] Manufacture ID: 4d 61 72 76 65 6c 6c
[SN] Serial number: AbCdEfGB200EE
[CP] Extended capability: 01 10 cc 03
[RV] Reserved: checksum good, 9 byte(s) reserved
Read/write fields:
[RW] Read-write area: 121 byte(s) free
End
Capabilities: [5c] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee0300c Data: 4171
Capabilities: [c0] Express (v2) Legacy Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <32us
ClockPM+ Surprise- LLActRep- BwNot-
LnkCtl: ASPM L0s L1 Enabled; RCB 128 bytes Disabled- Retrain- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 1f, GenCap- CGenEn- ChkCap- ChkEn-
Capabilities: [130 v1] Device Serial Number ee-00-b2-ff-ff-de-c1-1c
Kernel driver in use: sky2
00: ab 11 81 43 07 04 10 00 11 00 00 02 10 00 00 00
10: 04 00 10 90 00 00 00 00 01 20 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 08 16
30: 00 00 fe ff 48 00 00 00 00 00 00 00 0b 01 00 00
$ lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 03f0:231d Hewlett-Packard
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 03f0:241d Hewlett-Packard Gobi 2000 Wireless Modem (QDL mode)
Bus 001 Device 003: ID 05c8:0403 Cheng Uei Precision Industry Co., Ltd (Foxlink)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
APT Config
$ cat /etc/apt/sources.list
##deb cdrom:[Debian GNU/Linux squeeze-di-beta1 _Squeeze_ - Official Beta i386 NETINST Binary-1 20101027-12:43]/ squeeze main
deb http://ftp.au.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.au.debian.org/debian/ squeeze main contrib non-freedeb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
Wireless LAN
01:00.0 Network controller [0280]: Broadcom Corporation BCM43224 802.11a/b/g/n [14e4:4353] (rev 01)
The brcm80211 is does not currently support this wireless card
http://linuxwireless.org/en/users/Drivers/b43
I gave it ago anyway but found it worked for a little while but dmesg would create kernel errors and my system would hang.
Will probably have to wait for a driver to be developed.
It appears that some development has occurred and my Netbook doesn’t crash so much and appears to be usable as long as I don’t have high traffic on my wifi.
Installing firmware for Wireless Lan non-free package
#apt-get install firmware-brcm80211
Note: ” 43224/5 has a locking issue, stable with maxcpus=1, can crash otherwise after random period.”
http://linuxwireless.org/en/users/Drivers/brcm80211
I’ve tried setting the option brcm80211 maxcpus=1 but this still doesn’t work.
Known issue: I’ve been unable to get the wireless stable and still causes my system to kernel panic.
As per http://linuxwireless.org/en/users/Drivers This card
WWAN & GPS
Still working this one out.
http://www.thinkwiki.org/wiki/Qualcomm_Gobi_2000
http://marc.info/?l=linux-kernel&m=128534473802312&w=2
https://www.codeaurora.org/contribute/projects/gobi/
https://www.codeaurora.org/patches/quic/gobi/
https://www.codeaurora.org/wiki/GOBI
WEBCAM
works straight from default install. Nice and clear. 2.0 Mega pixel
Microsoft Windows poor mans backup solution with email notifications
- Details
- Published on Thursday, 21 October 2010 00:00
- Written by admin
There are so many backup solutions out there but sometime the simple ones can do just the same job for free.
Assumptions
Computers now days usually have 2 partitions C for system data and D for User Data
Backup Device
USB Hard Disk to backup your data to.
Required software
robocopy.exe
this is a free Micosoft copy utility that is part of the Windows 2003 resouse kit tools.
ntbackup.exe is a built in backup utility in Windows XP and Windows 2003 Server platforms.
mailsend.exe allows you to send emils via the command line to an smtp mail server.
STEP 1: BACKING UP SYSTEM STATE AND COPYING DATA VIA ROBOCOPY
Download and save robocopy.exe into D:\backup\bin
create a folder maybe D:\backup\scripts\
create a batch file by right clicking File new –> txt file
rename this file to backup.bat
paste the following lines into the batch file and change <DESTINATION USB DRIVE LETTER> to the USB drive letter eg W
You may want to clean your temp files from your system see Clean Temp Files
::== START OF SCRIPT ==
ntbackup backup SystemState /M normal /F <DESTINATION USB DRIVE LETTER>:\systemstate.bkf:: Backing up your C drive to your USB Drive creating a log file for you to check your backup errors
D:\backup\bin\robocopy.exe /MIR /NP /R:2 /W:1
/LOG:<DESTINATION USB DRIVE LETTER>:\backup_C.log C:\ <DESTINATION USB DRIVE LETTER>:\backup\daily\C\ /XD “System Volume Information” RECYCLER TEMP Temp* /XF pagefile.sys Temp*:: Backing up your D drive to your USB Drive creating a log file for you to check your backup errors including your system State from ntbackup
D:\backup\bin\robocopy.exe /MIR /NP /R:2 /W:1 /LOG:<DESTINATION USB DRIVE LETTER>:\backup_D.log D:\ <DESTINATION USB DRIVE LETTER>:\backup\daily\D\ /XD “System Volume Information” RECYCLER TEMP Temp* /XF pagefile.sys Temp*:: ==END OF SCRIPT==
STEP 2: SCHEDULING BACKUP.BAT TO RUN
Now go to control panel –> Scheduled tasks –> now schedule the batch script (D:\backup\scripts\backup.bat to run daily / weekly /monthly whenever you need the backup to run. You will need to run this as Administrator so when it prompts you for the user credentials just enter your Administrator’s details.
You can also use the at command to schedule the backup.
STEP 3: EMAILING LOG FILES WHEN BACKUP COMPLETE
Add the following lines to the bottom of the script
Save the mailsend.exe file into D:\backup\bin\
::== START OF SCRIPT ==
…
D:\backup\bin\mailsend.exe -smtp mail.bigpond.com -f This e-mail address is being protected from spambots. You need JavaScript enabled to view it. -t This e-mail address is being protected from spambots. You need JavaScript enabled to view it. -sub “%hostname% – C Drive Backup” -i <DESTINATION USB DRIVE LETTER>:\backup_C.log
D:\backup\bin\mailsend.exe -smtp mail.bigpond.com -f This e-mail address is being protected from spambots. You need JavaScript enabled to view it. -t This e-mail address is being protected from spambots. You need JavaScript enabled to view it. -sub “%hostname% – D Drive Backup” -i <DESTINATION USB DRIVE LETTER>:\backup_D.log
:: ==END OF SCRIPT==
This gives you the concept anyway you will need to learn the commands to get it customised to exactly how you need it. I’ve made the assumption that your using a Bigpond ISP.
IMPORTANT: The backup may fail and it’s up to you to check your email log files to check that your files were backed up.
References
ntbackup.exe
http://support.microsoft.com/kb/814583
(accessed 21/10/20110)
robocopy.exe
http://technet.microsoft.com/en-us/library/cc733145%28WS.10%29.aspx
(accessed 21/10/20110)
mailsend.exe
http://www.muquit.com/muquit/software/mailsend/mailsend.html