You are not logged in.
Pages: 1
hey folks,
ive tried rolling64 occasionally when it was updated.
i never manage to establish a network connection (neither eth nor wlan).
any suggestions on this?
i assume i could use all of my 4gig ram with rolling64 or am i wrong (i think slitaz32 is non-pae)?
cheers,
Offline
I tested slitaz-rolling-10in1.iso in august and emailed a report.
[c]lsmod[/c]
No kernel modules are loaded.
I boot into core flavor which includes linux-wireless wifi driver kernel modules.
Try to load rt2800usb ralink usb wifi adapter driver:
[c]# modprobe rt2800usb[/c]
[c]modprobe: ERROR: could not insert 'rt2800usb': Unknown symbol in module, or unknown parameter (see dmesg)[/c]
In addition to the modules not loading the linux-64 kernel package is missing critical kernel modules. Including drivers for ethernet wired network adapters and hard disk controllers.
Alanyih's posts calculated the number of missing slitaz64 modules here:
http://forum.slitaz.org/topic/question-about-50/page/2
Online
good to know its already reported. thanks
Offline
Ref:
http://forum.slitaz.org/topic/question-about-50/page/2#post-34499
Offline
linux64 has 2 modules: http://cook.slitaz.org/cooker.cgi?files=linux64
Online
PLS check receipt (linux64) # Get the base modules
1.
ftp://cook.slitaz.org/linux64/source/tmp/modules.list
arch/x86/kernel/cpuid.ko.xz
drivers/firmware/efivars.ko.xz
2.
# SliTaz package receipt.
PACKAGE="linux64"
VERSION="3.2.53"
[..]
# Get the base modules
export src
export install
mkdir -p $WOK/$PACKAGE/source/tmp
$wanted_stuff/list_modules.sh \
$(cat $stuff/modules64.list) > $WOK/$PACKAGE/source/tmp/modules.list
while read module; do
dir=$(dirname $module)
[ -d $path/$dir ] || mkdir -p $path/$dir
cp -a $install/lib/modules/$VERSION-slitaz64/kernel/$module $path/$dir
done < $WOK/$PACKAGE/source/tmp/modules.list
Offline
http://mirror1.slitaz.org/iso/rolling/slitaz-rolling-10in1.iso is rebuilt (2014-Oct-26 12:10:00)
with a new bzImage64. Please test.
Offline
@Bellard
Slitaz64 test gets A+
Many thanks.
Edit: qemu requires -cdrom switch to boot.
[c]qemu -cdrom slitaz-rolling-10in1.iso[/c]
Online
Great!
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
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
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
================================================================================
Thanks!
Offline
@mojo:
I didn't launch http://cook.slitaz.org/cooker.cgi?download=../wok/syslinux-extra/taz/syslinux-extra-4.06/fs/usr/bin/iso2exe
http://mirror1.slitaz.org/iso/rolling/slitaz-rolling-10in1.iso is up to date now (with 454KB of padding)
Offline
Pages: 1
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.56 MiB (Peak: 1.77 MiB) ]