CDROM
1.
tux@slitaz:~$ dmesg | grep -e hda -e 9660
hda: PIONEER DVD-RW DVR-K06RS, ATAPI CD/DVD-ROM drive
hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
hda: UDMA/33 mode selected
ide-cd: hda: ATAPI 24X DVD-ROM DVD-R/RAM CD-R/RW drive, 2000kB Cache
snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
snd_hda_intel 0000:00:1b.0: setting latency timer to 64
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: IEEE_P1282
tux@slitaz:~$
2.
tux@slitaz:~$ mount | grep cdrom
/dev/hda on /media/cdrom type iso9660 (ro,nosuid,nodev,noexec,relatime)
3.
tux@slitaz:~$ cat /media/cdrom/install.sh
#!/bin/sh
#
DIR=$(cd $(dirname $0); pwd)
[ -d /var/cache/tazpkg ] || mkdir -p /var/cache/tazpkg
ls -d $DIR/packages/* > /var/lib/tazpkg/mirror
ln -fs $DIR/packages/*/*.tazpkg /var/cache/tazpkg/
ln -fs $DIR/packages/*/packages.* /var/lib/tazpkg
ln -fs $DIR/packages/*/files.list.lzma /var/lib/tazpkg
[ -d /var/www ] || mkdir -p /var/www
ln -s $DIR/website /var/www
tux@slitaz:~$
2014-10-27
Slitaz -- core64 / Audio - Intel HDA
Audio - Intel HDA
snd_hda_intel 20389 4 snd_hda_codec 56353 2 snd_hda_codec_idt,snd_hda_intel snd_hwdep 5117 1 snd_hda_codec snd_pcm 57218 3 snd_hda_intel,snd_hda_codec snd_page_alloc 5929 2 snd_hda_intel,snd_pcm snd_timer 15484 2 snd_pcm snd 47500 12 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer soundcore 4449 1 snd</pre>
1.
tux@slitaz:~$ modinfo snd_hda_intel
filename: /lib/modules/3.2.53-slitaz64/kernel/sound/pci/hda/snd-hda-intel.ko.xz
description: Intel HDA driver
license: GPL
alias: pci:v00001022d*sv*sd*bc04sc03i00*
[..]
alias: pci:v00008086d00001C20sv*sd*bc*sc*i*
depends: snd-hda-codec,snd-pcm,snd,snd-page-alloc
intree: Y
vermagic: 3.2.53-slitaz64 SMP mod_unload
parm: index:Index value for Intel HD audio interface. (array of int)
parm: id:ID string for Intel HD audio interface. (array of charp)
parm: enable:Enable Intel HD audio interface. (array of bool)
parm: model:Use the given board model. (array of charp)
parm: position_fix:DMA pointer read method.(0 = auto, 1 = LPIB, 2 = POSBUF, 3 = VIACOMBO). (array of int)
parm: bdl_pos_adj:BDL position adjustment offset. (array of int)
parm: probe_mask:Bitmask to probe codecs (default = -1). (array of int)
parm: probe_only:Only probing and no codec initialization. (array of int)
parm: single_cmd:Use single command to communicate with codecs (for debugging only). (bool)
parm: enable_msi:Enable Message Signaled Interrupt (MSI) (int)
parm: power_save:Automatic power-saving timeout (in second, 0 = disable). (int)
parm: power_save_controller:Reset controller in power save mode. (bool)
parm: align_buffer_size:Force buffer and period sizes to be multiple of 128 bytes. (bool)
parm: snoop:Enable/disable snooping (bool)
tux@slitaz:~$
2.
tux@slitaz:~$ sudo lspci -v | grep -A 10 Audio
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device 4001
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at feaf8000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: snd_hda_intel
3.
tux@slitaz:~$ dmesg | grep snd
snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
snd_hda_intel 0000:00:1b.0: setting latency timer to 64
tux@slitaz:~$
Slitaz -- core64 / VGA-Intel i915
VGA - Intel i915 ( 1920x1080 )
filename: /lib/modules/3.2.53-slitaz64/kernel/drivers/gpu/drm/i915/i915.ko.xz
license: GPL and additional rights
description: Intel Graphics
author: Tungsten Graphics, Inc.
license: GPL and additional rights
alias: pci:v00008086d0000016Asv*sd*bc03sc*i*
[..]
alias: pci:v00008086d00003577sv*sd*bc03sc*i*
depends: drm,drm_kms_helper,intel-gtt,i2c-core,video,button,i2c-algo-bit,intel-agp
intree: Y
vermagic: 3.2.53-slitaz64 SMP mod_unload
parm: invert_brightness:Invert backlight brightness (-1 force normal, 0 machine defaults, 1 force inversion), please report PCI device ID, subsystem vendor and subsystem device ID to dri-devel@lists.freedesktop.org, if your machine needs it. It will then be included in an upcoming module version. (int)
parm: modeset:Use kernel modesetting [KMS] (0=DRM_I915_KMS from .config, 1=on, -1=force vga console preference [default]) (int)
parm: fbpercrtc:int
parm: panel_ignore_lid:Override lid status (0=autodetect [default], 1=lid open, -1=lid closed) (int)
parm: powersave:Enable powersavings, fbc, downclocking, etc. (default: true) (int)
parm: semaphores:Use semaphores for inter-ring sync (default: -1 (use per-chip defaults)) (int)
parm: i915_enable_rc6:Enable power-saving render C-state 6 (default: -1 (use per-chip default) (int)
parm: i915_enable_fbc:Enable frame buffer compression for power savings (default: -1 (use per-chip default)) (int)
parm: lvds_downclock:Use panel (LVDS/eDP) downclocking for power savings (default: false) (int)
parm: lvds_use_ssc:Use Spread Spectrum Clock with panels [LVDS/eDP] (default: auto from VBT) (int)
parm: vbt_sdvo_panel_type:Override selection of SDVO panel mode in the VBT (default: auto) (int)
parm: reset:Attempt GPU resets (default: true) (bool)
parm: enable_hangcheck:Periodically check GPU activity for detecting hangs. WARNING: Disabling this can cause system wide hangs. (default: true) (bool)
tux@slitaz:~$
2.
tux@slitaz:~$ sudo lspci -v | grep -A 10 VGA
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device 4001
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at fe400000 (64-bit, non-prefetchable) [size=4M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
I/O ports at dc00 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
tux@slitaz:~$
3.
tux@slitaz:~$ dmesg | grep -e i915 -e drm
[drm] Initialized drm 1.1.0 20060810
i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
i915 0000:00:02.0: setting latency timer to 64
[drm] MTRR allocation failed. Graphics performance may suffer.
[drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[drm] Driver supports precise vblank timestamp query.
fbcon: inteldrmfb (fb0) is primary device
fb0: inteldrmfb frame buffer device
drm: registered panic notifier
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
tux@slitaz:~$
tux@slitaz:~$ dmesg | grep i915
i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
i915 0000:00:02.0: setting latency timer to 64
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
tux@slitaz:~$
4.
tux@slitaz:~$ grep -A 10 slitaz64 /var/log/Xorg.0.log
[ 6.243] Current Operating System: Linux slitaz 3.2.53-slitaz64 #2 SMP Thu Oct 23 19:13:12 Europe 2014 x86_64
[ 6.243] Kernel command line: root=/dev/sda6 autologin
[ 6.243] Build Date: 22 March 2013 08:40:16AM
[ 6.243]
[ 6.243] Current version of pixman: 0.28.2
[ 6.243] Before reporting problems, check http://www.slitaz.org/
to make sure that you have the latest version.
[ 6.243] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6.243] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 25 08:36:56 2014
5.
tux@slitaz:~$ grep -A 5 FBDEV\(1 /var/log/Xorg.0.log
[ 6.324] (**) FBDEV(1): claimed PCI slot 0@0:2:0
[ 6.324] (II) FBDEV(1): using default device
[ 6.324] (==) FBDEV(1): Depth 24, (==) framebuffer bpp 32
[ 6.324] (==) FBDEV(1): RGB weight 888
[ 6.324] (==) FBDEV(1): Default visual is TrueColor
[ 6.324] (==) FBDEV(1): Using gamma correction (1.0, 1.0, 1.0)
[ 6.324] (II) FBDEV(1): hardware: inteldrmfb (video memory: 8100kB)
[ 6.324] (II) FBDEV(1): checking modes against framebuffer device...
[ 6.324] (II) FBDEV(1): checking modes against monitor...
[ 6.324] (--) FBDEV(1): Virtual size is 1920x1080 (pitch 1920)
[ 6.324] (**) FBDEV(1): Built-in mode "current"
[ 6.324] (==) FBDEV(1): DPI set to (96, 96)
[ 6.324] (II) Loading sub module "fb"
[ 6.324] (II) LoadModule: "fb"
[ 6.324] (II) Loading /usr/lib/X11/modules/libfb.so
[ 6.329] (II) Module fb: vendor="X.Org Foundation"
[ 6.329] compiled for 1.12.1, module version = 1.0.0
--
[ 6.329] (**) FBDEV(1): using shadow framebuffer
[ 6.329] (II) Loading sub module "shadow"
[ 6.329] (II) LoadModule: "shadow"
[ 6.329] (II) Loading /usr/lib/X11/modules/libshadow.so
[ 6.330] (II) Module shadow: vendor="X.Org Foundation"
[ 6.330] compiled for 1.12.1, module version = 1.1.0
tux@slitaz:~$
tux@slitaz:~$ modinfo i915i915 310726 2 video 11362 1 i915 i2c_algo_bit 4368 1 i915 drm_kms_helper 21202 1 i915 drm 154213 2 i915,drm_kms_helper intel_agp 10400 1 i915 i2c_core 15927 4 i915,i2c_algo_bit,drm_kms_helper,drm wmi 7235 0 intel_gtt 11831 3 i915,intel_agp agpgart 22932 3 drm,intel_agp,intel_gtt button 4167 1 i915
filename: /lib/modules/3.2.53-slitaz64/kernel/drivers/gpu/drm/i915/i915.ko.xz
license: GPL and additional rights
description: Intel Graphics
author: Tungsten Graphics, Inc.
license: GPL and additional rights
alias: pci:v00008086d0000016Asv*sd*bc03sc*i*
[..]
alias: pci:v00008086d00003577sv*sd*bc03sc*i*
depends: drm,drm_kms_helper,intel-gtt,i2c-core,video,button,i2c-algo-bit,intel-agp
intree: Y
vermagic: 3.2.53-slitaz64 SMP mod_unload
parm: invert_brightness:Invert backlight brightness (-1 force normal, 0 machine defaults, 1 force inversion), please report PCI device ID, subsystem vendor and subsystem device ID to dri-devel@lists.freedesktop.org, if your machine needs it. It will then be included in an upcoming module version. (int)
parm: modeset:Use kernel modesetting [KMS] (0=DRM_I915_KMS from .config, 1=on, -1=force vga console preference [default]) (int)
parm: fbpercrtc:int
parm: panel_ignore_lid:Override lid status (0=autodetect [default], 1=lid open, -1=lid closed) (int)
parm: powersave:Enable powersavings, fbc, downclocking, etc. (default: true) (int)
parm: semaphores:Use semaphores for inter-ring sync (default: -1 (use per-chip defaults)) (int)
parm: i915_enable_rc6:Enable power-saving render C-state 6 (default: -1 (use per-chip default) (int)
parm: i915_enable_fbc:Enable frame buffer compression for power savings (default: -1 (use per-chip default)) (int)
parm: lvds_downclock:Use panel (LVDS/eDP) downclocking for power savings (default: false) (int)
parm: lvds_use_ssc:Use Spread Spectrum Clock with panels [LVDS/eDP] (default: auto from VBT) (int)
parm: vbt_sdvo_panel_type:Override selection of SDVO panel mode in the VBT (default: auto) (int)
parm: reset:Attempt GPU resets (default: true) (bool)
parm: enable_hangcheck:Periodically check GPU activity for detecting hangs. WARNING: Disabling this can cause system wide hangs. (default: true) (bool)
tux@slitaz:~$
2.
tux@slitaz:~$ sudo lspci -v | grep -A 10 VGA
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device 4001
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at fe400000 (64-bit, non-prefetchable) [size=4M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
I/O ports at dc00 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
tux@slitaz:~$
3.
tux@slitaz:~$ dmesg | grep -e i915 -e drm
[drm] Initialized drm 1.1.0 20060810
i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
i915 0000:00:02.0: setting latency timer to 64
[drm] MTRR allocation failed. Graphics performance may suffer.
[drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[drm] Driver supports precise vblank timestamp query.
fbcon: inteldrmfb (fb0) is primary device
fb0: inteldrmfb frame buffer device
drm: registered panic notifier
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
tux@slitaz:~$
tux@slitaz:~$ dmesg | grep i915
i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
i915 0000:00:02.0: setting latency timer to 64
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
tux@slitaz:~$
4.
tux@slitaz:~$ grep -A 10 slitaz64 /var/log/Xorg.0.log
[ 6.243] Current Operating System: Linux slitaz 3.2.53-slitaz64 #2 SMP Thu Oct 23 19:13:12 Europe 2014 x86_64
[ 6.243] Kernel command line: root=/dev/sda6 autologin
[ 6.243] Build Date: 22 March 2013 08:40:16AM
[ 6.243]
[ 6.243] Current version of pixman: 0.28.2
[ 6.243] Before reporting problems, check http://www.slitaz.org/
to make sure that you have the latest version.
[ 6.243] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6.243] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 25 08:36:56 2014
5.
tux@slitaz:~$ grep -A 5 FBDEV\(1 /var/log/Xorg.0.log
[ 6.324] (**) FBDEV(1): claimed PCI slot 0@0:2:0
[ 6.324] (II) FBDEV(1): using default device
[ 6.324] (==) FBDEV(1): Depth 24, (==) framebuffer bpp 32
[ 6.324] (==) FBDEV(1): RGB weight 888
[ 6.324] (==) FBDEV(1): Default visual is TrueColor
[ 6.324] (==) FBDEV(1): Using gamma correction (1.0, 1.0, 1.0)
[ 6.324] (II) FBDEV(1): hardware: inteldrmfb (video memory: 8100kB)
[ 6.324] (II) FBDEV(1): checking modes against framebuffer device...
[ 6.324] (II) FBDEV(1): checking modes against monitor...
[ 6.324] (--) FBDEV(1): Virtual size is 1920x1080 (pitch 1920)
[ 6.324] (**) FBDEV(1): Built-in mode "current"
[ 6.324] (==) FBDEV(1): DPI set to (96, 96)
[ 6.324] (II) Loading sub module "fb"
[ 6.324] (II) LoadModule: "fb"
[ 6.324] (II) Loading /usr/lib/X11/modules/libfb.so
[ 6.329] (II) Module fb: vendor="X.Org Foundation"
[ 6.329] compiled for 1.12.1, module version = 1.0.0
--
[ 6.329] (**) FBDEV(1): using shadow framebuffer
[ 6.329] (II) Loading sub module "shadow"
[ 6.329] (II) LoadModule: "shadow"
[ 6.329] (II) Loading /usr/lib/X11/modules/libshadow.so
[ 6.330] (II) Module shadow: vendor="X.Org Foundation"
[ 6.330] compiled for 1.12.1, module version = 1.1.0
tux@slitaz:~$
Slitaz -- linux64: update src var
linux64: update src var
1.
wok changeset 17276:19630aaa1da0
http://hg.slitaz.org/wok/rev/19630aaa1da0
2.
# HG changeset patch
# User Pascal Bellard
# Date 1414250046 -7200
# Node ID 19630aaa1da0500db484b23cae74756f817a3597
# Parent 6177579905a3207cab336635ef20f641bbdf246b
linux64: update src var
diff -r 6177579905a3 -r 19630aaa1da0 linux64/receipt
--- a/linux64/receipt Sat Oct 25 14:15:16 2014 +0200
+++ b/linux64/receipt Sat Oct 25 17:14:06 2014 +0200
@@ -20,6 +20,7 @@
{
local path
install=$install/linux64
+ src=$WOK/$PACKAGE/source/tmp
cp -a $install/boot $fs
path=$fs/lib/modules/$VERSION-slitaz64/kernel
mkdir -p $path
3.
Package : linux
Cook summary
http://cook.slitaz.org/cooker.cgi?pkg=linux
--
Summary for: linux64 3.2.53
================================================================================
Source dir : 20.0K
Packed : 8.9M
Compressed : 6.1M
Files : 303
Cook time : 39s ~ 1m
Cook date : 2014-10-26 12:29
Host arch : i486
================================================================================
Leaving aufs chroot...
--
Summary for: linux 3.2.53
================================================================================
Source dir : 1.0G
Src file : linux-3.2.53.tar.xz
Src size : 62.6M
Produced : 83.8M
Packed : 7.1M
Compressed : 5.8M
Files : 337
Cook time : 15088s ~ 251m
Cook date : 2014-10-26 12:30
Host arch : i486
================================================================================
1.
wok changeset 17276:19630aaa1da0
http://hg.slitaz.org/wok/rev/19630aaa1da0
28 hours ago | Pascal Bellard | linux: update linux-slitaz.config64 (again) | |||
28 hours ago | Pascal Bellard | linux: update linux-slitaz.config64 | |||
45 hours ago | Pascal Bellard | linux64-*: update src var (for list_modules.sh) | |||
45 hours ago | Pascal Bellard | linux64: update src var | |||
2 days ago | Pascal Bellard | Add dex2jar | |||
2 days ago | Pascal Bellard | linux64: update module list | |||
2 days ago | Richard Dunbar | tazwikiss: tiny edit | |||
2 days ago | Pascal Bellard | linux: update config64 |
2.
# HG changeset patch
# User Pascal Bellard
# Date 1414250046 -7200
# Node ID 19630aaa1da0500db484b23cae74756f817a3597
# Parent 6177579905a3207cab336635ef20f641bbdf246b
linux64: update src var
diff -r 6177579905a3 -r 19630aaa1da0 linux64/receipt
--- a/linux64/receipt Sat Oct 25 14:15:16 2014 +0200
+++ b/linux64/receipt Sat Oct 25 17:14:06 2014 +0200
@@ -20,6 +20,7 @@
{
local path
install=$install/linux64
+ src=$WOK/$PACKAGE/source/tmp
cp -a $install/boot $fs
path=$fs/lib/modules/$VERSION-slitaz64/kernel
mkdir -p $path
--
Summary for: linux64 3.2.53
================================================================================
Source dir : 20.0K
Packed : 8.9M
Compressed : 6.1M
Files : 303
Cook time : 39s ~ 1m
Cook date : 2014-10-26 12:29
Host arch : i486
================================================================================
Leaving aufs chroot...
--
Summary for: linux 3.2.53
================================================================================
Source dir : 1.0G
Src file : linux-3.2.53.tar.xz
Src size : 62.6M
Produced : 83.8M
Packed : 7.1M
Compressed : 5.8M
Files : 337
Cook time : 15088s ~ 251m
Cook date : 2014-10-26 12:30
Host arch : i486
================================================================================
Slitaz -- slitaz-rolling-10in1.iso 2014-Oct-26
slitaz-rolling-10in1.iso 2014-Oct-26 12:10:00 51.6M
1.
tux@slitaz:~$ uname -a
Linux slitaz 3.2.53-slitaz64 #2 SMP Sun Oct 26 09:30:52 Europe 2014 x86_64 GNU/Linux
2.
tux@slitaz:~$ lsmod<pre>
Module Size Used by Not tainted
ipv6 226737 14
ppdev 4870 0
parport_pc 17746 0
floppy 49295 0
parport 26951 2 ppdev,parport_pc
e1000 86198 0
button 4167 0 </pre>
3.
tux@slitaz:~$ nslookup www.slitaz.org
Server: 10.0.2.3
Address 1: 10.0.2.3
Name: www.slitaz.org
Address 1: 212.83.135.187 pangolin.slitaz-fr.org
4.
tux@slitaz:~$ modinfo e1000
filename: /lib/modules/3.2.53-slitaz64/kernel/drivers/net/ethernet/intel/e1000/e1000.ko.xz
version: 7.3.21-k8-NAPI
license: GPL
description: Intel(R) PRO/1000 Network Driver
author: Intel Corporation, <linux.nics@intel.com>
srcversion: 51E8CE1B843BD32D67B14EB
alias: pci:v00008086d00002E6Esv*sd*bc*sc*i*
[..]
alias: pci:v00008086d00001000sv*sd*bc*sc*i*
depends:
intree: Y
vermagic: 3.2.53-slitaz64 SMP mod_unload
parm: TxDescriptors:Number of transmit descriptors (array of int)
parm: RxDescriptors:Number of receive descriptors (array of int)
parm: Speed:Speed setting (array of int)
parm: Duplex:Duplex setting (array of int)
parm: AutoNeg:Advertised auto-negotiation setting (array of int)
parm: FlowControl:Flow Control setting (array of int)
parm: XsumRX:Disable or enable Receive Checksum offload (array of int)
parm: TxIntDelay:Transmit Interrupt Delay (array of int)
parm: TxAbsIntDelay:Transmit Absolute Interrupt Delay (array of int)
parm: RxIntDelay:Receive Interrupt Delay (array of int)
parm: RxAbsIntDelay:Receive Absolute Interrupt Delay (array of int)
parm: InterruptThrottleRate:Interrupt Throttling Rate (array of int)
parm: SmartPowerDownEnable:Enable PHY smart power down (array of int)
parm: copybreak:Maximum size of packet that is copied to a new buffer on receive (uint)
parm: debug:Debug level (0=none,...,16=all) (int)
5.
tux@slitaz:~$ busybox modprobe -l | wc -l
591
6.
tux@slitaz:~$ slitaz
SliTaz GNU/Linux
================================================================================
Release : 5.0
Architecture : i486
Kernel : 3.2.53-slitaz64
Machine type : x86_64
Home path : /home/slitaz
Configs : /etc/slitaz
Main config : /etc/slitaz/slitaz.conf
Log files : /var/log/slitaz
Packages DB : /var/lib/tazpkg
Installed : 235 packages
Mirror : http://mirror.slitaz.org/packages/cooking/
System date : Mon Oct 27 20:48:48 UTC 2014
--------------
Boot options : BOOT_IMAGE=/boot/bzImage initrd=/boot/rootfs4.gz,/boot/rootfs4l.gz,/boot/rootfs3.gz,/boot/rootfs3l.gz,/boot/rootfs2.gz,/boot/rootfs2l.gz,/boot/rootfs1.gz rw root=/dev/null autologin lang=en_US kmap=us
================================================================================
1.
tux@slitaz:~$ uname -a
Linux slitaz 3.2.53-slitaz64 #2 SMP Sun Oct 26 09:30:52 Europe 2014 x86_64 GNU/Linux
2.
tux@slitaz:~$ lsmod<pre>
Module Size Used by Not tainted
ipv6 226737 14
ppdev 4870 0
parport_pc 17746 0
floppy 49295 0
parport 26951 2 ppdev,parport_pc
e1000 86198 0
button 4167 0 </pre>
3.
tux@slitaz:~$ nslookup www.slitaz.org
Server: 10.0.2.3
Address 1: 10.0.2.3
Name: www.slitaz.org
Address 1: 212.83.135.187 pangolin.slitaz-fr.org
4.
tux@slitaz:~$ modinfo e1000
filename: /lib/modules/3.2.53-slitaz64/kernel/drivers/net/ethernet/intel/e1000/e1000.ko.xz
version: 7.3.21-k8-NAPI
license: GPL
description: Intel(R) PRO/1000 Network Driver
author: Intel Corporation, <linux.nics@intel.com>
srcversion: 51E8CE1B843BD32D67B14EB
alias: pci:v00008086d00002E6Esv*sd*bc*sc*i*
[..]
alias: pci:v00008086d00001000sv*sd*bc*sc*i*
depends:
intree: Y
vermagic: 3.2.53-slitaz64 SMP mod_unload
parm: TxDescriptors:Number of transmit descriptors (array of int)
parm: RxDescriptors:Number of receive descriptors (array of int)
parm: Speed:Speed setting (array of int)
parm: Duplex:Duplex setting (array of int)
parm: AutoNeg:Advertised auto-negotiation setting (array of int)
parm: FlowControl:Flow Control setting (array of int)
parm: XsumRX:Disable or enable Receive Checksum offload (array of int)
parm: TxIntDelay:Transmit Interrupt Delay (array of int)
parm: TxAbsIntDelay:Transmit Absolute Interrupt Delay (array of int)
parm: RxIntDelay:Receive Interrupt Delay (array of int)
parm: RxAbsIntDelay:Receive Absolute Interrupt Delay (array of int)
parm: InterruptThrottleRate:Interrupt Throttling Rate (array of int)
parm: SmartPowerDownEnable:Enable PHY smart power down (array of int)
parm: copybreak:Maximum size of packet that is copied to a new buffer on receive (uint)
parm: debug:Debug level (0=none,...,16=all) (int)
5.
tux@slitaz:~$ busybox modprobe -l | wc -l
591
6.
tux@slitaz:~$ slitaz
SliTaz GNU/Linux
================================================================================
Release : 5.0
Architecture : i486
Kernel : 3.2.53-slitaz64
Machine type : x86_64
Home path : /home/slitaz
Configs : /etc/slitaz
Main config : /etc/slitaz/slitaz.conf
Log files : /var/log/slitaz
Packages DB : /var/lib/tazpkg
Installed : 235 packages
Mirror : http://mirror.slitaz.org/packages/cooking/
System date : Mon Oct 27 20:48:48 UTC 2014
--------------
Boot options : BOOT_IMAGE=/boot/bzImage initrd=/boot/rootfs4.gz,/boot/rootfs4l.gz,/boot/rootfs3.gz,/boot/rootfs3l.gz,/boot/rootfs2.gz,/boot/rootfs2l.gz,/boot/rootfs1.gz rw root=/dev/null autologin lang=en_US kmap=us
================================================================================
2014-10-24
Slitaz -- update config64
linux: update config64
1.
wok changeset 17268:0d2eae483216 tip
linux: update config64
http://hg.slitaz.org/wok/rev/0d2eae483216
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 23 19:09:03 2014 +0200 (14 hours ago ago)
parents b9fafbaeb4c6
children
files linux/stuff/linux-slitaz.config linux/stuff/linux-slitaz.config64
2.
tux@slitaz:~$ uname -a
Linux slitaz 3.2.53-slitaz64 #2 SMP Thu Oct 23 19:13:12 Europe 2014 x86_64 GNU/Linux
3.
tux@slitaz:~$ lsmod
4.
tux@slitaz:~$ modinfo sky2
filename: /lib/modules/3.2.53-slitaz64/kernel/drivers/net/ethernet/marvell/sky2.ko.xz
version: 1.30
license: GPL
author: Stephen Hemminger <shemminger@linux-foundation.org>
description: Marvell Yukon 2 Gigabit Ethernet driver
srcversion: 5DDAC670BE11093F69B7FFC
alias: pci:v000011ABd00004381sv*sd*bc*sc*i*
[..]
alias: pci:v00001148d00009E00sv*sd*bc*sc*i*
alias: pci:v00001148d00009000sv*sd*bc*sc*i*
depends:
intree: Y
vermagic: 3.2.53-slitaz64 SMP mod_unload
parm: debug:Debug level (0=none,...,16=all) (int)
parm: copybreak:Receive copy threshold (int)
parm: disable_msi:Disable Message Signaled Interrupt (MSI) (int)
parm: legacy_pme:Legacy power management (int)
5.
tux@slitaz:~$ sudo lspci -v | grep -A 15 Ether
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8057 PCI-E Gigabit Ethernet Controller (rev 10)
Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device 4001
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at febfc000 (64-bit, non-prefetchable) [size=16K]
I/O ports at e800 [size=256]
Expansion ROM at febc0000 [disabled] [size=128K]
Capabilities: [48] Power Management version 3
Capabilities: [5c] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [c0] Express Legacy Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [130] Device Serial Number fe-9e-bf-ff-xx-xx-xx-xx
Kernel driver in use: sky2
6.
tux@slitaz:~$ dmesg | grep eth
sky2 0000:02:00.0: eth0: addr 00:30:1b:xx:xx:xx
sky2 0000:02:00.0: eth0: enabling interface
ADDRCONF(NETDEV_UP): eth0: link is not ready
sky2 0000:02:00.0: eth0: Link is up at 1000 Mbps, full duplex, flow control both
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present
tux@slitaz:~$
1.
wok changeset 17268:0d2eae483216 tip
linux: update config64
http://hg.slitaz.org/wok/rev/0d2eae483216
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 23 19:09:03 2014 +0200 (14 hours ago ago)
parents b9fafbaeb4c6
children
files linux/stuff/linux-slitaz.config linux/stuff/linux-slitaz.config64
2.
tux@slitaz:~$ uname -a
Linux slitaz 3.2.53-slitaz64 #2 SMP Thu Oct 23 19:13:12 Europe 2014 x86_64 GNU/Linux
3.
tux@slitaz:~$ lsmod
Module Size Used by Not tainted ipv6 226737 22 i915 310726 2 video 11362 1 i915 i2c_algo_bit 4368 1 i915 drm_kms_helper 21202 1 i915 drm 154213 2 i915,drm_kms_helper intel_agp 10400 1 i915 i2c_core 15927 4 i915,i2c_algo_bit,drm_kms_helper,drm wmi 7235 0 intel_gtt 11831 3 i915,intel_agp agpgart 22932 3 drm,intel_agp,intel_gtt button 4167 1 i915 sky2 43332 0 snd_hda_codec_idt 47244 1 snd_hda_intel 20389 4 snd_hda_codec 56353 2 snd_hda_codec_idt,snd_hda_intel snd_hwdep 5117 1 snd_hda_codec snd_pcm 57218 3 snd_hda_intel,snd_hda_codec snd_page_alloc 5929 2 snd_hda_intel,snd_pcm snd_timer 15484 2 snd_pcm snd 47500 12 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer soundcore 4449 1 snd
4.
tux@slitaz:~$ modinfo sky2
filename: /lib/modules/3.2.53-slitaz64/kernel/drivers/net/ethernet/marvell/sky2.ko.xz
version: 1.30
license: GPL
author: Stephen Hemminger <shemminger@linux-foundation.org>
description: Marvell Yukon 2 Gigabit Ethernet driver
srcversion: 5DDAC670BE11093F69B7FFC
alias: pci:v000011ABd00004381sv*sd*bc*sc*i*
[..]
alias: pci:v00001148d00009E00sv*sd*bc*sc*i*
alias: pci:v00001148d00009000sv*sd*bc*sc*i*
depends:
intree: Y
vermagic: 3.2.53-slitaz64 SMP mod_unload
parm: debug:Debug level (0=none,...,16=all) (int)
parm: copybreak:Receive copy threshold (int)
parm: disable_msi:Disable Message Signaled Interrupt (MSI) (int)
parm: legacy_pme:Legacy power management (int)
5.
tux@slitaz:~$ sudo lspci -v | grep -A 15 Ether
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8057 PCI-E Gigabit Ethernet Controller (rev 10)
Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device 4001
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at febfc000 (64-bit, non-prefetchable) [size=16K]
I/O ports at e800 [size=256]
Expansion ROM at febc0000 [disabled] [size=128K]
Capabilities: [48] Power Management version 3
Capabilities: [5c] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [c0] Express Legacy Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [130] Device Serial Number fe-9e-bf-ff-xx-xx-xx-xx
Kernel driver in use: sky2
6.
tux@slitaz:~$ dmesg | grep eth
sky2 0000:02:00.0: eth0: addr 00:30:1b:xx:xx:xx
sky2 0000:02:00.0: eth0: enabling interface
ADDRCONF(NETDEV_UP): eth0: link is not ready
sky2 0000:02:00.0: eth0: Link is up at 1000 Mbps, full duplex, flow control both
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present
tux@slitaz:~$