Like always, x86-64 XFCe version with nVidia drivers.
Seems there is an
error in the 2.0 x86 used manpage for wget:
-nv
--no-verbose
Turn off verbose without being completely quiet (use -q for that),
which means that error messages and basic information still get
printed.
-nv
--report-speed=type
Output bandwidth as type. The only accepted value is bits.
Wget uses short version of options and long versions.
But sure, the long named options of --report-speed and --no-verbose cannot have the
same short version option as
-nv
Man page version is this:
GNU Wget 1.14 2012-08-14
Code: Select all
x@y:/z$ wget -V
GNU Wget 1.14 built on linux-gnu.[/quote]
The --help info suggests that --report-speed has no short option name at all:
[code]x@y:/z$ wget --help|grep -C 2 -- --report
-v, --verbose be verbose (this is the default).
-nv, --no-verbose turn off verboseness, without being quiet.
--report-speed=TYPE Output bandwidth as TYPE. TYPE can be bits.
-i, --input-file=FILE download URLs found in local or external FILE.
-F, --force-html treat input file as HTML.
(Sure this is more of a bug of wget than one of Porteus, still me thinks we should correct all bugs we can? Yes, we can. Hopefully. xD)
_____________________________________________________
When trying to go
back from resume on the Intel P2 DualCore Asus Board PC with nVidia graphics card, the monitor stays blank when coming back after suspend.
The PC fires up and seems to be running, but like with 1.2 finale, it seems the old nVidia issue is still not completely solved.
The xorg.conf from the nVidia module got an error and I could not start up X.
Therefore I ran nvidia-xconfig like so:
Code: Select all
nvidia-xconfig --silent --add-argb-glx-visuals --allow-glx-with-composite --composite -d 24 --disable-glx-root-clipping --damage-events --no-dynamic-twinview --enable-acpi-hotkeys --enable-all-gpus --logo --multigpu=Auto --multisample-compatibility --nvagp=3 --probe-all-gpus --randr-rotation --render-accel --render-extension --sli=Auto --use-int10-module --no-use-events --no-xinerama --xvmc-uses-textures --keyboard=de-latin1-nodeadkeys
(I forgot to also save the xorg.conf file...

)
Output from psinfo
Code: Select all
====== USER INFO =====
User is: root
.
===== MACHINE INFO =====
Platform: x86_64
Kernel: 3.7.8-porteus
Processor: Intel(R) Pentium(R) D CPU 2.66GHz
Base Board Information
Manufacturer: ASUSTeK Computer INC.
Product Name: P5PL2-E
MemTotal: 3475672 kB
MemFree: 3218596 kB
Bootparam: quiet initrd=initrd.xz xfce rootcopy=LABEL:extUSBXX1_2/porteus/rootcopy/ fsck delay=5 BOOT_IMAGE=vmlinuz
.
===== LIVE DEBUG INFO =====
# Recognized devices:
/dev/sda1: LABEL="extUSBbla1" UUID="18FC-blah" TYPE="vfat"
/dev/sda2: LABEL="extUSBbla1_2" UUID="3d99blah" TYPE="ext2"
# Booting device:
/mnt/sda1
# Porteus data found in:
/mnt/sda1/porteus
# Changes are stored in:
memory
# Non standard /rootcopy dir:
LABEL:extUSBbla1_2/porteus/rootcopy/
# Modules activated during boot time:
/mnt/sda1/porteus/base/000-kernel.xzm
/mnt/sda1/porteus/base/001-core.xzm
/mnt/sda1/porteus/base/002-xorg.xzm
/mnt/sda1/porteus/base/006-firefox-130220-alldesktops.xzm
/mnt/sda1/porteus/base/0090-xfce.xzm
/mnt/sda1/porteus/base/0091-xfce-apps.xzm
/mnt/sda1/porteus/base/091-heimseite.xzm <- just local homepages
/mnt/sda1/porteus/base/nVidia-310.32-porteus-v2.0-x86_64-1ftm.xzm
.
===== SOUND INFO =====
Sound card: 0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xdddf8000 irq 44
Sound driver: Advanced Linux Sound Architecture Driver Version k3.7.8-porteus.
.
===== PARTITION INFO =====
Mounted:
devtmpfs devtmpfs 1.7G 0 1.7G 0% /dev
/dev/sda1 vfat 7.2G 2.1G 5.1G 29% /mnt/sda1
/dev/sda2 ext2 310M 4.1M 306M 2% /mnt/sda2
.
===== OPTICAl DRIVE =====
.
===== USB INFO =====
Removables: USB
Removable status: sd4:0:0:0:[sda]Protect
.
lsusb: Bus 001 Device 002: ID 8644:800b
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 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 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
.
===== SCREEN INFO =====
.
===== ACTIVATED MODULES =====
000-kernel.xzm
001-core.xzm
002-xorg.xzm
006-firefox-130220-alldesktops.xzm
0090-xfce.xzm
0091-xfce-apps.xzm
091-heimseite.xzm
nVidia-310.32-porteus-v2.0-x86_64-1ftm.xzm
.
===== NETWORK INFO =====
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 00:1a:92:31:92:08 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
.
search example.net
.
===== PCI INFO =====
lspci: 00:00.0 Host bridge [0600]: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub [8086:2770] (rev 02)
Subsystem: ASUSTeK Computer Inc. Device [1043:8178]
00:01.0 PCI bridge [0604]: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port [8086:2771] (rev 02)
Kernel driver in use: pcieport
00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 01)
Subsystem: ASUSTeK Computer Inc. P5LD2-VM Mainboard (Realtek ALC 882 codec) [1043:817f]
Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 01)
Kernel driver in use: pcieport
00:1c.3 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 4 [8086:27d6] (rev 01)
Kernel driver in use: pcieport
00:1d.0 USB controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 [8086:27c8] (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-VM,P5LD2-VM Mainboard [1043:8179]
Kernel driver in use: uhci_hcd
00:1d.1 USB controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-VM,P5LD2-VM Mainboard [1043:8179]
Kernel driver in use: uhci_hcd
00:1d.2 USB controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-VM,P5LD2-VM Mainboard [1043:8179]
Kernel driver in use: uhci_hcd
00:1d.3 USB controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-VM,P5LD2-VM Mainboard [1043:8179]
Kernel driver in use: uhci_hcd
00:1d.7 USB controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-VM,P5LD2-VM Mainboard [1043:8179]
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev e1)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge [8086:27b8] (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-VM Motherboard [1043:8179]
00:1f.1 IDE interface [0101]: Intel Corporation 82801G (ICH7 Family) IDE Controller [8086:27df] (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-VM Motherboard [1043:8179]
Kernel driver in use: ata_piix
00:1f.2 IDE interface [0101]: Intel Corporation N10/ICH7 Family SATA Controller [IDE mode] [8086:27c0] (rev 01)
Subsystem: ASUSTeK Computer Inc. Device [1043:2601]
Kernel driver in use: ata_piix
00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-VM Motherboard [1043:8179]
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 01)
Subsystem: ASUSTeK Computer Inc. P5B [1043:81aa]
Kernel driver in use: r8169
04:00.0 VGA compatible controller [0300]: nVidia Corporation NV44 [GeForce 6200 LE] [10de:0163] (rev a1)
Subsystem: ASUSTeK Computer Inc. Device [1043:820b]
.
.
===== LOGS INFO =====
dmesg | tail
.
[ 18.698256] Bluetooth: HCI device and connection manager initialized
[ 18.698273] Bluetooth: HCI socket layer initialized
[ 18.698278] Bluetooth: L2CAP socket layer initialized
[ 18.698310] Bluetooth: SCO socket layer initialized
[ 18.758423] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 18.758430] Bluetooth: BNEP filters: protocol multicast
[ 18.758446] Bluetooth: BNEP socket layer initialized
[ 19.006319] r8169 0000:02:00.0 eth0: link down
[ 19.249405] NET: Registered protocol family 10
[ 19.249993] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Now for the failed wakeup after suspend.
I tee'd the /var/log/messages to the USB stick since I run Porteus without the changes= cheatcode.
At 11:00:38 I suspended the system and tried to wake it up at 11:10:27. But the screen kept blank...
Code: Select all
Mar 4 11:00:38 porteus kernel: [ 2310.652542] PM: Syncing filesystems ... done.
Mar 4 11:00:38 porteus kernel: [ 2310.692563] serial 00:0e: disabled
Mar 4 11:00:38 porteus kernel: [ 2310.692627] serial 00:0e: wake-up capability disabled by ACPI
Mar 4 11:00:38 porteus kernel: [ 2310.692703] i8042 aux 00:0c: wake-up capability disabled by ACPI
Mar 4 11:00:38 porteus kernel: [ 2310.692771] i8042 kbd 00:0b: wake-up capability enabled by ACPI
Mar 4 11:00:38 porteus kernel: [ 2310.693214] parport_pc 00:07: disabled
Mar 4 11:00:38 porteus kernel: [ 2310.724117] PM: suspend of devices complete after 47.835 msecs
Mar 4 11:00:38 porteus kernel: [ 2310.724311] PM: late suspend of devices complete after 0.192 msecs
Mar 4 11:00:38 porteus kernel: [ 2310.724510] pcieport 0000:00:1c.3: wake-up capability enabled by ACPI
Mar 4 11:00:38 porteus acpid: client 3022[0:1000] has disconnected
Mar 4 11:00:38 porteus kernel: [ 2310.735182] ehci_hcd 0000:00:1d.7: wake-up capability enabled by ACPI
Mar 4 11:00:38 porteus kernel: [ 2310.746048] uhci_hcd 0000:00:1d.3: wake-up capability enabled by ACPI
Mar 4 11:00:38 porteus kernel: [ 2310.746079] uhci_hcd 0000:00:1d.2: wake-up capability enabled by ACPI
Mar 4 11:00:38 porteus kernel: [ 2310.746110] uhci_hcd 0000:00:1d.1: wake-up capability enabled by ACPI
Mar 4 11:00:38 porteus kernel: [ 2310.746140] uhci_hcd 0000:00:1d.0: wake-up capability enabled by ACPI
Mar 4 11:00:38 porteus kernel: [ 2310.746185] PM: noirq suspend of devices complete after 21.870 msecs
Mar 4 11:00:38 porteus kernel: [ 2310.746366] ACPI: Preparing to enter system sleep state S3
Mar 4 11:00:38 porteus kernel: [ 2310.746743] PM: Saving platform NVS memory
Mar 4 11:00:38 porteus kernel: [ 2310.748511] smpboot: CPU 1 is now offline
Mar 4 11:00:38 porteus kernel: [ 2310.749099] ACPI: Low-level resume complete
Mar 4 11:00:38 porteus kernel: [ 2310.749099] PM: Restoring platform NVS memory
Mar 4 11:00:38 porteus kernel: [ 2310.749099] Enabling non-boot CPUs ...
Mar 4 11:00:38 porteus kernel: [ 2310.750279] smpboot: Booting Node 0 Processor 1 APIC 0x1
Mar 4 11:00:38 porteus kernel: [ 2310.763688] CPU1 is up
Mar 4 11:00:38 porteus kernel: [ 2310.764695] ACPI: Waking up from system sleep state S3
Mar 4 11:00:38 porteus kernel: [ 2310.776219] uhci_hcd 0000:00:1d.0: wake-up capability disabled by ACPI
Mar 4 11:00:38 porteus kernel: [ 2310.776253] uhci_hcd 0000:00:1d.1: wake-up capability disabled by ACPI
Mar 4 11:00:38 porteus kernel: [ 2310.776287] uhci_hcd 0000:00:1d.2: wake-up capability disabled by ACPI
Mar 4 11:00:38 porteus kernel: [ 2310.776320] uhci_hcd 0000:00:1d.3: wake-up capability disabled by ACPI
Mar 4 11:00:38 porteus kernel: [ 2310.787057] ehci_hcd 0000:00:1d.7: wake-up capability disabled by ACPI
Mar 4 11:00:38 porteus kernel: [ 2310.809192] PM: noirq resume of devices complete after 44.124 msecs
Mar 4 11:00:38 porteus kernel: [ 2310.809352] PM: early resume of devices complete after 0.119 msecs
Mar 4 11:00:38 porteus kernel: [ 2310.809709] pcieport 0000:00:1c.3: wake-up capability disabled by ACPI
Mar 4 11:00:38 porteus kernel: [ 2310.813578] parport_pc 00:07: activated
Mar 4 11:00:38 porteus kernel: [ 2310.813594] i8042 kbd 00:0b: wake-up capability disabled by ACPI
Mar 4 11:00:38 porteus kernel: [ 2310.814574] serial 00:0e: activated
Mar 4 11:00:38 porteus kernel: [ 2313.992010]
Mar 4 11:00:38 porteus kernel: [ 2313.992011] floppy driver state
Mar 4 11:00:38 porteus kernel: [ 2313.992011] -------------------
Mar 4 11:00:38 porteus kernel: [ 2313.992024] now=4297271288 last interrupt=4294972475 diff=2298813 last called handler=0xffffffffa0047bb2
Mar 4 11:00:38 porteus kernel: [ 2313.992025] timeout_message=lock fdc
Mar 4 11:00:38 porteus kernel: [ 2313.992026] last output bytes:
Mar 4 11:00:38 porteus kernel: [ 2313.992028] 8 80 4294972459
Mar 4 11:00:38 porteus kernel: [ 2313.992030] 8 80 4294972459
Mar 4 11:00:38 porteus kernel: [ 2313.992031] 8 80 4294972459
Mar 4 11:00:38 porteus kernel: [ 2313.992032] 8 80 4294972473
Mar 4 11:00:38 porteus kernel: [ 2313.992033] 8 80 4294972473
Mar 4 11:00:38 porteus kernel: [ 2313.992034] 8 80 4294972473
Mar 4 11:00:38 porteus kernel: [ 2313.992036] 8 80 4294972473
Mar 4 11:00:38 porteus kernel: [ 2313.992037] e 80 4294972474
Mar 4 11:00:38 porteus kernel: [ 2313.992038] 13 80 4294972474
Mar 4 11:00:38 porteus kernel: [ 2313.992039] 0 90 4294972474
Mar 4 11:00:38 porteus kernel: [ 2313.992041] 1a 90 4294972474
Mar 4 11:00:38 porteus kernel: [ 2313.992042] 0 90 4294972474
Mar 4 11:00:38 porteus kernel: [ 2313.992043] 12 90 4294972474
Mar 4 11:00:38 porteus kernel: [ 2313.992044] 0 90 4294972474
Mar 4 11:00:38 porteus kernel: [ 2313.992045] 14 90 4294972474
Mar 4 11:00:38 porteus kernel: [ 2313.992047] 18 80 4294972474
Mar 4 11:00:38 porteus kernel: [ 2313.992048] 8 80 4294972475
Mar 4 11:00:38 porteus kernel: [ 2313.992049] 8 80 4294972475
Mar 4 11:00:38 porteus kernel: [ 2313.992050] 8 80 4294972475
Mar 4 11:00:38 porteus kernel: [ 2313.992051] 8 80 4294972475
Mar 4 11:00:38 porteus kernel: [ 2313.992053] last result at 4294972475
Mar 4 11:00:38 porteus kernel: [ 2313.992054] last redo_fd_request at 4294972475
Mar 4 11:00:38 porteus kernel: [ 2313.992060] status=4f
Mar 4 11:00:38 porteus kernel: [ 2313.992061] fdc_busy=1
Mar 4 11:00:38 porteus kernel: [ 2313.992064] do_floppy=0xffffffffa0047bb2
Mar 4 11:00:38 porteus kernel: [ 2313.992065] cont=ffffffffa004d830
Mar 4 11:00:38 porteus kernel: [ 2313.992066] current_req= (null)
Mar 4 11:00:38 porteus kernel: [ 2313.992067] command_status=-1
Mar 4 11:00:38 porteus kernel: [ 2313.992068]
Mar 4 11:00:38 porteus kernel: [ 2313.992072] floppy0: floppy timeout called
Mar 4 11:00:38 porteus kernel: [ 2313.992118] PM: resume of devices complete after 3182.761 msecs
Mar 4 11:10:23 porteus acpid: client connected from 3022[0:1000]
Mar 4 11:10:23 porteus acpid: 1 client rule loaded
Mar 4 11:10:25 porteus kernel: [ 2649.538971] Switching to clocksource hpet
Mar 4 11:10:27 porteus kernel: [ 2902.987396] EXT4-fs (sda2): re-mounted. Opts: (null)
Mar 4 11:10:27 porteus NetworkManager[1574]: <info> wake requested (sleeping: yes enabled: yes)
Mar 4 11:10:27 porteus NetworkManager[1574]: <info> waking up and re-enabling...
Mar 4 11:10:27 porteus NetworkManager[1574]: <info> WWAN now enabled by management service
Mar 4 11:10:27 porteus NetworkManager[1574]: <info> (eth0): now managed
Mar 4 11:10:27 porteus NetworkManager[1574]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Mar 4 11:10:27 porteus NetworkManager[1574]: <info> (eth0): bringing up device.
Mar 4 11:10:27 porteus NetworkManager[1574]: <info> (eth0): preparing device.
Mar 4 11:10:27 porteus NetworkManager[1574]: <info> (eth0): deactivating device (reason 'managed') [2]
Mar 4 11:10:27 porteus kernel: [ 2903.121324] r8169 0000:02:00.0 eth0: link down
Mar 4 11:10:27 porteus kernel: [ 2903.121376] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Mar 4 11:22:14 porteus -- MARK --
Mar 4 11:42:14 porteus -- MARK --
Mar 4 12:02:14 porteus -- MARK --
Mar 4 12:22:14 porteus -- MARK --
Mar 4 12:29:50 porteus init: Switching to runlevel: 0
(And yes, the eth0 cable was not connected...)