Posts: 1,308
BitJam
Joined: 31 Aug 2009
#16
@drg, could you post the output of:

Code: Select all

$ head /proc/cpuinfo
from your P200MMX? I'm interested in the"cpu family" and the"model". It doesn't matter if you use the new kernel or not. The output should be the same. For example, On my machine I get:

Code: Select all

$ head /proc/cpuinfo
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 15
model       : 107
model name  : AMD Athlon(tm) 64 X2 Dual Core Processor 5200+
stepping    : 2
cpu MHz     : 1000.000
cache size  : 512 KB
physical id : 0
sibling     : 2
and the numbers I'm interested in are"15" and"107".
Posts: 325
male
Joined: 04 Nov 2011
#17
Hi,

My Desktop

Code: Select all

male@antiXM11:~$ inxi -F
System:    Host antiXM11 Kernel 2.6.36-1-mepis-smp i686 (32 bit) Distro antiX-M11-686 Jayaben Desai 01 May 2011
CPU:       Single core Intel Pentium 4 (-HT-) cache 512 KB flags (sse sse2) bmips 5596.51 
           Clock Speeds: (1) 2798.258 MHz (2) 2798.258 MHz
Graphics:  Card: ATI RV280 [Radeon 9200] bus-ID: 01:00.0 X.Org 1.9.5 Res: 1280x1024@60.0hz 
           GLX Renderer Mesa DRI R200 (RV280 5961) 20090101 x86/MMX/SSE2 TCL DRI2 GLX Version 1.3 Mesa 7.10 Direct Rendering Yes
Audio:     Card Intel 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller driver Intel ICH ports e800 ee80 bus-ID: 00:1f.5
           Sound: Advanced Linux Sound Architecture Version 1.0.23
Network:   Card-1 Marvell 88E8001 Gigabit Ethernet Controller driver skge v: 1.13 port d800 bus-ID: 02:05.0
           Card-2 Techsan Electronics Co B2C2 FlexCopII DVB chip / Technisat SkyStar2 DVB card driver b2c2_flexcop_pci port df80 bus-ID: 02:0b.0
Disks:     HDD Total Size: 281.8GB (0.9% used) 1: /dev/sda Maxtor_6L250R0 251.0GB 
           2: /dev/sdb Maxtor_6E030L0 30.8GB 
Partition: ID:/ size: 6.2G used: 2.5G (42%) fs: ext4 ID:swap-1 size: 2.15GB used: 0.00GB (0%) fs: swap 
Info:      Processes 85 Uptime 3 min Memory 96.8/2023.9MB Runlevel 5 Client Shell inxi 1.4.95
New kernel

Code: Select all

male@antiXM11:~$ cd /home/male/New_kernel
male@antiXM11:~/New_kernel$ su
Passwort: 
root@antiXM11:/home/male/New_kernel# dpkg -i *.deb
(Lese Datenbank ... 86226 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Ersetzen von linux-headers-3.1.5-antix-586-smp 3.1.5-antix-586-smp-10.00.Custom (durch linux-headers-3.1.5-antix-586-smp_3.1.5-antix-586-smp-10.00.Custom_i386.deb) ...
Ersatz für linux-headers-3.1.5-antix-586-smp wird entpackt ...
Vormals abgewähltes Paket linux-image-3.1.5-antix-586-smp wird gewählt.
Entpacken von linux-image-3.1.5-antix-586-smp (aus linux-image-3.1.5-antix-586-smp_3.1.5-antix-586-smp-10.00.Custom_i386.deb) ...
Done.
linux-headers-3.1.5-antix-586-smp (3.1.5-antix-586-smp-10.00.Custom) wird eingerichtet ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.1.5-antix-586-smp /boot/vmlinuz-3.1.5-antix-586-smp
dkms: running auto installation service for kernel 3.1.5-antix-586-smp:
      ndiswrapper (1.56+r2729)...failed.
dkms: WARNING: linux headers are missing, which may explain the above failures.
      please install the linux-headers-3.1.5-antix-586-smp package to fix this.
linux-image-3.1.5-antix-586-smp (3.1.5-antix-586-smp-10.00.Custom) wird eingerichtet ...

 Hmm. There is a symbolic link /lib/modules/3.1.5-antix-586-smp/build
 However, I can not read it: Datei oder Verzeichnis nicht gefunden
 Therefore, I am deleting /lib/modules/3.1.5-antix-586-smp/build
 Hmm. The package shipped with a symbolic link /lib/modules/3.1.5-antix-586-smp/source
 However, I can not read the target: Datei oder Verzeichnis nicht gefunden
 Therefore, I am deleting /lib/modules/3.1.5-antix-586-smp/source

Running depmod.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/dkms 3.1.5-antix-586-smp /boot/vmlinuz-3.1.5-antix-586-smp
dkms: running auto installation service for kernel 3.1.5-antix-586-smp:
      ndiswrapper (1.56+r2729)...failed.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.1.5-antix-586-smp /boot/vmlinuz-3.1.5-antix-586-smp
update-initramfs: Generating /boot/initrd.img-3.1.5-antix-586-smp
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.1.5-antix-586-smp /boot/vmlinuz-3.1.5-antix-586-smp
__{{emoticon}}__
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#18
male, to check that the kernel and headers did in fact install ok (the error concernd ndiswrapper), type in a terminal

Code: Select all

$ apt-cache policy linux-headers-3.1.5-antix-586-smp linux-image-3.1.5-antix-586-smp
If install was ok, then as root user

update-grub

reboot, hopefully, into new kernel. If it fails, post any error you see.
You can alwys boot back using the older/original kernel.
Posts: 325
male
Joined: 04 Nov 2011
#19
@anti,
a moment ...

continuation

After rebooting the old kernel will be automatically selected.

Which option prevents the GRUB menu, the new kernel in the selection menu at first Spot appears?

The manual selection of the kernel 3.1.5 on startup has a great resolution of the passing boat messages result.
antiX is started.

Code: Select all

male@antiXM11:~$ inxi -F
System:    Host antiXM11 Kernel 3.1.5-antix-586-smp i686 (32 bit) Distro antiX-M11-686 Jayaben Desai 01 May 2011
CPU:       Single core Intel Pentium 4 (-HT-) cache 512 KB flags (sse sse2) bmips 5596.77 
           Clock Speeds: (1) 2800.00 MHz (2) 2800.00 MHz
Graphics:  Card: ATI RV280 [Radeon 9200] bus-ID: 01:00.0 X.Org 1.9.5 Res: 1280x1024 
           GLX Renderer Software Rasterizer GLX Version 2.1 Mesa 7.10 Direct Rendering Yes
Audio:     Card Intel 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller driver snd_intel8x0 ports e800 ee80 bus-ID: 00:1f.5
           Sound: Advanced Linux Sound Architecture Version 1.0.24
Network:   Card-1 Marvell 88E8001 Gigabit Ethernet Controller driver skge v: 1.14 port d800 bus-ID: 02:05.0
           Card-2 Techsan Electronics Co B2C2 FlexCopII DVB chip / Technisat SkyStar2 DVB card driver b2c2_flexcop_pci port df80 bus-ID: 02:0b.0
Disks:     HDD Total Size: 281.8GB (1.0% used) 1: /dev/sda Maxtor_6L250R0 251.0GB 
           2: /dev/sdb Maxtor_6E030L0 30.8GB 
Partition: ID:/ size: 6.2G used: 2.6G (44%) fs: ext4 ID:swap-1 size: 2.15GB used: 0.00GB (0%) fs: swap 
Info:      Processes 82 Uptime 1 min Memory 104.0/2024.2MB Runlevel 5 Client Shell inxi 1.4.95 
/boot/grub/menu.lst

Code: Select all

timeout 30
color cyan/blue white/blue
foreground ffffff
background 0639a1

gfxmenu /boot/grub/message

title antiX auf sda8, kernel 2.6.36-1-mepis-smp
root (hd0,7)
kernel /boot/vmlinuz-2.6.36-1-mepis-smp root=/dev/sda8 nomce quiet nosplash nouveau.modeset=0 vga=791 
initrd /boot/initrd.img-2.6.36-1-mepis-smp
boot

title linux
root (hd0,0)
kernel /boot/vmlinuz BOOT_IMAGE=linux root=UUID=5015ccd5-4751-43fa-8cb7-87a55f0ce22d resume=UUID=f8558931-4bb2-446f-8cf9-8293d16df0d4 splash=verbose vga=788
initrd (hd0,0)/boot/initrd.img

title linux
root (hd0,6)
kernel /boot/vmlinuz BOOT_IMAGE=linux root=UUID=976e00b0-1f93-4ee3-889b-8f7689a4f018 resume=UUID=f8558931-4bb2-446f-8cf9-8293d16df0d4 splash=verbose vga=788
initrd (hd0,6)/boot/initrd.img

title Debian GNU/Linux, mit Linux 3.1-5.slh.1-aptosid-686
root (hd1,0)
kernel /boot/vmlinuz-3.1-5.slh.1-aptosid-686 root=UUID=417547d6-5067-4b5d-9d78-56eb7bc9e098 ro quiet
initrd /boot/initrd.img-3.1-5.slh.1-aptosid-686

title linux
root (hd1,5)
kernel /boot/vmlinuz BOOT_IMAGE=linux root=UUID=10fad051-4903-4033-83ce-3a6857234557 resume=UUID=f8558931-4bb2-446f-8cf9-8293d16df0d4 splash=verbose vga=788
initrd (hd1,5)/boot/initrd.img

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=29abc292-af48-4fc2-bdf3-4844a2697a75 ro
# kopt_2_6=root=UUID=29abc292-af48-4fc2-bdf3-4844a2697a75 ro nosplash quiet nouveau.modeset=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,7)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(single-user) single
# altoptions=(init-3) 3

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title        Debian GNU/Linux, kernel 3.1.5-antix-586-smp
root        (hd0,7)
kernel        /boot/vmlinuz-3.1.5-antix-586-smp root=UUID=29abc292-af48-4fc2-bdf3-4844a2697a75 ro 
initrd        /boot/initrd.img-3.1.5-antix-586-smp

title        Debian GNU/Linux, kernel 3.1.5-antix-586-smp (init-3)
root        (hd0,7)
kernel        /boot/vmlinuz-3.1.5-antix-586-smp root=UUID=29abc292-af48-4fc2-bdf3-4844a2697a75 ro 3
initrd        /boot/initrd.img-3.1.5-antix-586-smp

title        Debian GNU/Linux, kernel 2.6.36-1-mepis-smp
root        (hd0,7)
kernel        /boot/vmlinuz-2.6.36-1-mepis-smp root=UUID=29abc292-af48-4fc2-bdf3-4844a2697a75 ro nosplash quiet nouveau.modeset=0 
initrd        /boot/initrd.img-2.6.36-1-mepis-smp

title        Debian GNU/Linux, kernel 2.6.36-1-mepis-smp (init-3)
root        (hd0,7)
kernel        /boot/vmlinuz-2.6.36-1-mepis-smp root=UUID=29abc292-af48-4fc2-bdf3-4844a2697a75 ro nosplash quiet nouveau.modeset=0 3
initrd        /boot/initrd.img-2.6.36-1-mepis-smp

title        Debian GNU/Linux, kernel memtest86+
root        (hd0,7)
kernel        /boot/memtest86+.bin

### END DEBIAN AUTOMAGIC KERNELS LIST
Posts: 325
male
Joined: 04 Nov 2011
#20
ok @ anti,
I can see how they look up, start the new kernel.
anti wrote:Code:
$ apt-cache policy linux-headers-3.1.5-antix-586-smp linux-image-3.1.5-antix-586-smp
The update-grub I've already done with the above result.

Should I still run your command?
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#21
BitJam wrote:@roky, if you have a /etc/udev/udev.conf file, you can edit it changing:

Code: Select all

udev_log="err"
to either

Code: Select all

udev_log="info"
or

Code: Select all

udev_log="debug"
Unfortunately, on my system either one of these causes a metric truckload of information to scroll rapidly off the screen. In a perfect world, the name of the module that is causes your system to hang would be left on the screen when you system freezes. I would suggest you boot with the vga=ask option and select the highest resolution your hardware supports to make it slightly more likely that useful information will be left on the screen.

I could also provide you with a simple udev /etc/init.d script that merely prints the name of each module before loading it. The goal in all of this would be to track down your problem to a specific module or modules that you could blacklist and then be able to boot. Another approach would be to start by blacklisting all non-essential modules and see if that allows you to boot.
I changed it to

Code: Select all

udev_log="debug"
and used the vga=ask in kernel line in /boot/grub/menu.lst for the new kernel. I selected wrong resolution though. I was too tired last night.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://tinypic.com/usermedia.php?uo=aA1TvidBoMitk9KqXSTbtYh4l5k2TGxc"
linktext was:"http://tinypic.com/usermedia.php?uo=aA1 ... h4l5k2TGxc"
====================================

I could also provide you with a simple udev /etc/init.d script that merely prints the name of each module before loading it. The goal in all of this would be to track down your problem to a specific module or modules that you could blacklist and then be able to boot. Another approach would be to start by blacklisting all non-essential modules and see if that allows you to boot.
This might be beyond my skill set with out a little hand holding maybe. Prints the name of each module loaded"Where?" As a text file in /etc/udev ? Or in /var/log somewhere?

Not sure also what modules would be considered non essential also. __{{emoticon}}__

I will be busy locating and buying Christmas presents for the Wife and extended family (yeah I got grandkids) in the coming days.
So be patient with me.
roky, try booting with the usb devices (mouse I think yu have) unplugged
Above boot was done with wireless mouse disconnected and a wired ps2 mouse used. No difference with stoppage Anti. The wireless mouse transmitter is also a ps2 plugin by the way instead of usb. It is a ancient wireless mouse. The only usb device used on that box is the wireless G usb stick. Keyboard is ps2 plug also.

I am playing with the idea to run smxi and install the latest Liqourix Kernel since I have 120gig of room on this install. Just to see what Liqourix 3 kernel does on this box. I am out of ideas on this kernel you guys want to use on this new release with this box.

Ho, Ho, Ho and Merry Christmas to all my Bros here also.
Rok
Posts: 20
Sombreros
Joined: 16 May 2008
#22
Hello

Here my test on a fujitsu pentium M laptop

Code: Select all

root@antiX1:/home/seb# dpkg -i *.deb
Selecting previously deselected package linux-headers-3.1.5-antix-586-smp.
(Reading database ... 73171 files and directories currently installed.)
Unpacking linux-headers-3.1.5-antix-586-smp (from linux-headers-3.1.5-antix-586-smp_3.1.5-antix-586-smp-10.00.Custom_i386.deb) ...
Selecting previously deselected package linux-image-3.1.5-antix-586-smp.
Unpacking linux-image-3.1.5-antix-586-smp (from linux-image-3.1.5-antix-586-smp_3.1.5-antix-586-smp-10.00.Custom_i386.deb) ...
Done.
Setting up linux-headers-3.1.5-antix-586-smp (3.1.5-antix-586-smp-10.00.Custom) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.1.5-antix-586-smp /boot/vmlinuz-3.1.5-antix-586-smp
dkms: running auto installation service for kernel 3.1.5-antix-586-smp:
      ndiswrapper (1.56+r2729)...failed.
dkms: WARNING: linux headers are missing, which may explain the above failures.
      please install the linux-headers-3.1.5-antix-586-smp package to fix this.
Setting up linux-image-3.1.5-antix-586-smp (3.1.5-antix-586-smp-10.00.Custom) ...

 Hmm. There is a symbolic link /lib/modules/3.1.5-antix-586-smp/build
 However, I can not read it: No such file or directory
 Therefore, I am deleting /lib/modules/3.1.5-antix-586-smp/build
 Hmm. The package shipped with a symbolic link /lib/modules/3.1.5-antix-586-smp/source
 However, I can not read the target: No such file or directory
 Therefore, I am deleting /lib/modules/3.1.5-antix-586-smp/source

Running depmod.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/dkms 3.1.5-antix-586-smp /boot/vmlinuz-3.1.5-antix-586-smp
dkms: running auto installation service for kernel 3.1.5-antix-586-smp:
      ndiswrapper (1.56+r2729)...failed.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.1.5-antix-586-smp /boot/vmlinuz-3.1.5-antix-586-smp
update-initramfs: Generating /boot/initrd.img-3.1.5-antix-586-smp
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.1.5-antix-586-smp /boot/vmlinuz-3.1.5-antix-586-smp

Code: Select all

seb@antiX1:~$ inxi -F
System:    Host antiX1 Kernel 3.1.5-antix-586-smp i686 (32 bit) Distro antiX-M11-686 Jayaben Desai 01 May 2011
CPU:       Single core Intel Pentium M (-UP-) cache 2048 KB flags (nx sse sse2) bmips 3458.41 clocked at 1300.00 MHz 
Graphics:  Card: Intel Mobile 915GM/GMS/910GML Express Graphics Controller bus-ID: 00:02.0 X.Org 1.9.5 Res: 1024x768@60.0hz 
           GLX Renderer Mesa DRI Intel 915GM GEM 20100330 DEVELOPMENT x86/MMX/SSE2 GLX Version 1.4 Mesa 7.10 Direct Rendering Yes
Audio:     Card Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller driver snd_hda_intel bus-ID: 00:1b.0
           Sound: Advanced Linux Sound Architecture Version 1.0.24
Network:   Card Broadcom NetXtreme BCM5751M Gigabit Ethernet PCI Express driver tg3 v: 3.119 bus-ID: 02:00.0
Disks:     HDD Total Size: 40.0GB (6.0% used) 1: /dev/sda ST94813AS 40.0GB 
Partition: ID:/ size: 35G used: 2.3G (7%) fs: ext3 ID:swap-1 size: 2.18GB used: 0.00GB (0%) fs: swap 
Info:      Processes 87 Uptime 1 min Memory 57.3/2015.7MB Runlevel 5 Client Shell inxi 1.4.95 

I still have an issue with the sound card , no sound. And if i change auto to fujitsu in etc/modprobe.d/snd-hda-intel.conf I cant boot with the new kernel.

Voila...
Posts: 279
afab4
Joined: 17 Oct 2009
#23
I was unable to boot to a gui until I added the"nomodeset" cheat to menu.lst
I have the same symbolic link errors during the install as other posts.
I removed dkms and dkms-ndiswrapper prior to installing the kernel and headers which got rid of the dkms.conf error during the kernel installation.

Here is my inxi -F

Code: Select all

jim@D800:~$ inxi -F
System:    Host: D800 Kernel: 3.1.5-antix-586-smp i686 (32 bit) 
           Desktop IceWM 1.3.7 Distro: antiX-M11-686 Jayaben Desai 01 May 2011
Machine:   System: Dell product: Latitude D800
           Mobo: Dell model: 0T1957 Bios: Dell version: A09 date: 04/26/2004
CPU:       Single core Intel Pentium M (-UP-) cache: 2048 KB flags: (sse sse2) clocked at 2000.00 MHz 
Graphics:  Card: nVidia NV34M [GeForce FX Go5200 64M] X.Org: 1.9.5 driver: nv Resolution: 1680x1050@60.0hz 
           GLX Renderer: Rasterizer GLX Version: 2.1 Mesa 7.10
Audio:     Card: Intel 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller driver: snd_intel8x0
           Sound: Advanced Linux Sound Architecture ver: 1.0.24
Network:   Card-1: Broadcom NetXtreme BCM5705M Gigabit Ethernet driver: tg3 
           IF: eth0 state: down mac: 00:0f:1f:15:06:53
           Card-2: Broadcom BCM4309 802.11a/b/g driver: b43-pci-bridge 
           IF: wlan0 state: up mac: 00:90:96:b2:12:40
Drives:    HDD Total Size: 80.0GB (4.1% used) 1: /dev/sda WDC_WD800BEVE 80.0GB 
Partition: ID: / size: 5.0G used: 3.1G (66%) fs: ext3 ID: swap-1 size: 2.17GB used: 0.00GB (0%) fs: swap 
Sensors:   Error: You do not have the sensors app installed.
Info:      Processes: 90 Uptime: 6 min Memory: 147.5/1008.8MB Client: Shell inxi: 1.7.27 
Here are error messages that are in my bootlog.

Code: Select all

Sat Dec 17 12:49:00 2011: Loading cpufreq kernel modules...FATAL: Error inserting powernow_k6 (/lib/modules/3.1.5-antix-586-smp/kernel/drivers/cpufreq/powernow-k6.ko): No such device
Sat Dec 17 12:49:00 2011: FATAL: Error inserting powernow_k7 (/lib/modules/3.1.5-antix-586-smp/kernel/drivers/cpufreq/powernow-k7.ko): No such device
Sat Dec 17 12:49:01 2011: Starting X display manager: slim.
Sat Dec 17 12:49:01 2011: FATAL: Error inserting e_powersaver (/lib/modules/3.1.5-antix-586-smp/kernel/drivers/cpufreq/e_powersaver.ko): No such device
Sat Dec 17 12:49:01 2011: FATAL: Error inserting longrun (/lib/modules/3.1.5-antix-586-smp/kernel/drivers/cpufreq/longrun.ko): No such device
Sat Dec 17 12:49:01 2011: FATAL: Error inserting speedstep_ich (/lib/modules/3.1.5-antix-586-smp/kernel/drivers/cpufreq/speedstep-ich.ko): No such device
Sat Dec 17 12:49:01 2011: FATAL: Error inserting gx_suspmod (/lib/modules/3.1.5-antix-586-smp/kernel/drivers/cpufreq/gx-suspmod.ko): No such device
Sat Dec 17 12:49:01 2011: FATAL: Error inserting speedstep_smi (/lib/modules/3.1.5-antix-586-smp/kernel/drivers/cpufreq/speedstep-smi.ko): No such device
Sat Dec 17 12:49:01 2011: FATAL: Error inserting acpi_cpufreq (/lib/modules/3.1.5-antix-586-smp/kernel/drivers/cpufreq/acpi-cpufreq.ko): Device or resource busy
Sat Dec 17 12:49:01 2011: FATAL: Error inserting pcc_cpufreq (/lib/modules/3.1.5-antix-586-smp/kernel/drivers/cpufreq/pcc-cpufreq.ko): No such device
Sat Dec 17 12:49:01 2011: FATAL: Error inserting powernow_k8 (/lib/modules/3.1.5-antix-586-smp/kernel/drivers/cpufreq/powernow-k8.ko): No such device
Sat Dec 17 12:49:01 2011: FATAL: Error inserting cpufreq_nforce2 (/lib/modules/3.1.5-antix-586-smp/kernel/drivers/cpufreq/cpufreq-nforce2.ko): No such device
Sat Dec 17 12:49:01 2011: FATAL: Error inserting speedstep_centrino (/lib/modules/3.1.5-antix-586-smp/kernel/drivers/cpufreq/speedstep-centrino.ko): Device or resource busy
Sat Dec 17 12:49:01 2011: FATAL: Error inserting longhaul (/lib/modules/3.1.5-antix-586-smp/kernel/drivers/cpufreq/longhaul.ko): No such device
Sat Dec 17 12:49:01 2011: done (none).
Sat Dec 17 12:49:01 2011: CPUFreq Utilities: Setting ondemand CPUFreq governor...CPU0...done.
Everything seems to be working OK except my temperature monitor in conky.
Posts: 162
drg
Joined: 22 Feb 2010
#24
Anti, will need to get back home to try the head/proc/cpuinfo command. For now, from my post, Apr20/10, antix-m8.5-486 on old hardware:
“If the cpu in a Socket 7 is by definition a Pentium I, then I successfully installed antix-85-486 on two PI’s.
1- Pentium MMX 200MHz; Family 5, Model 4, Stepping 3, Bios Award ver 4.51 PG PCI/PNP 586 1997; ATI mach 64 VT ….”



No problems on AMD K6. BTW, there are no sound cards to detect.

drg@antiX1:~$ inxi -F
System: Host antiX1 Kernel 3.1.5-antix-586-smp i586 (32 bit) Distro antiX-M8.5-486-update 26 July 2010
CPU: Single core AMD-K6 3D (-UP-) cache 64 KB flags (-) bmips 801.86 clocked at 400.930 MHz
Graphics: Card S3 86c360 [Trio 3D/1X] 86c362 86c368 [Trio 3D/2X] X.Org 1.7.7 Res: 1024x768@0.0hz
GLX Renderer Software Rasterizer GLX Version 2.1 Mesa 7.7.1 Direct Rendering Yes
Audio: Card Failed to Detect Sound Card!
Network: Card D-Link System RTL8139 Ethernet driver 8139too v: 0.9.28 at port e400 BusID: 00:0c.0
Disks: HDD Total Size: 18.4GB (70.3% used) 1: /dev/sda QUANTUM_FIREBALL 10.3GB
2: USB /dev/sdb USB_Flash_Disk 8.2GB
Partition: ID:/ size: 8.5G used: 4.9G (60%) fs: auto ID:swap-1 size: 1.00GB used: 0.00GB (0%) fs: swap
Info: Processes 81 Uptime 4 min Memory 46.5/247.7MB Runlevel 5 Client Shell inxi 1.4.12
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#25
drg, actually, it is a 486 kernel, not 586. I labelled it wrongly.
Good news that it does boot on K6.

Thanks to others for feedback. As I posted earlier, this is our first attempt to build an antiX kernel, so don't expect miracles __{{emoticon}}__
Any kernel experts out there, please come forward and offer your assistence.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#26
male, it seems the antiX kernel is working. If it is, is it running ok?
Posts: 325
male
Joined: 04 Nov 2011
#27
__{{emoticon}}__

Yes, the kernel-3.1.5 works.

The LAN network is ok. Wireless lan, the computer does not have.
Audio and video are ok. I can print.

If I turn off the computer, there are a number of error messages. I can not hold it. Therefore, the attempt of a photo.
Posts: 162
drg
Joined: 22 Feb 2010
#28
@ Anti

P200MMX Family 5, Model 4
K6 Family 5, Model 8
****************************************
drg@antiX1:~$ head /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 5
model : 4
model name : Pentium MMX
stepping : 3
cpu MHz : 200.461
cache size : 0 KB
fdiv_bug : no
hlt_bug : no


drg@antiX1:~$ head /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 5
model : 8
model name : AMD-K6(tm) 3D processor
stepping : 12
cpu MHz : 400.930
cache size : 64 KB
fdiv_bug : no
hlt_bug : no
Posts: 162
drg
Joined: 22 Feb 2010
#29
On a second K6, this one with onboard audio/graphics/sound/usb/etc.
Swapped over the HDD from the P200MMX, and antiX-newkernel happily recognized the different hardware. But not the ISA network and modem cards.
Much faster/better overall than the Win98 on its original HDD!

drg@antiX1:~$ inxi -F
System: Host antiX1 Kernel 3.1.5-antix-586-smp i586 (32 bit) Distro antiX-M11-base-486 Jayaben Desai 01 May 2011
CPU: Single core AMD-K6 3D (-UP-) cache 64 KB flags (-) bmips 532.06 clocked at 266.030 MHz
Graphics: Card: ATI 3D Rage Pro AGP 1X bus-ID: 01:00.0 X.Org 1.9.5 Res: 800x600@100.0hz
GLX Renderer N/A GLX Version N/A Direct Rendering N/A
Audio: Card CS4235 driver CS4235
Sound: Advanced Linux Sound Architecture Version 1.0.24
Disks: HDD Total Size: 11.1GB (84.4% used) 1: /dev/sda Maxtor_90288D2 2.9GB
2: USB /dev/sdb USB_Flash_Disk 8.2GB
Partition: ID:/ size: 2.4G used: 1.5G (65%) fs: auto ID:swap-1 size: 0.31GB used: 0.00GB (0%) fs: swap
Info: Processes 61 Uptime 18 min Memory 45.9/120.8MB Runlevel 5 Client Shell inxi 1.4
*************************
drg@antiX1:~$ head /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 5
model : 8
model name : AMD-K6(tm) 3D processor
stepping : 0
cpu MHz : 266.030
cache size : 64 KB
fdiv_bug : no
hlt_bug : no
Posts: 162
drg
Joined: 22 Feb 2010
#30
Searched for and found another P1. A real bother finding ram chips that
work on it. Did you know that the PC66/100/133 types are not all the
same, and all but two (of many) would not even fit the slots? Anyway,
the new, different hardware was detected.
On a P233MMX, 128 ram, using the HDD swapped over from the P200MMX:

drg@antiX1:~$ inxi -F
System: Host antiX1 Kernel 3.1.5-antix-586-smp i586 (32 bit) Distro
antiX-M11-base-486 Jayaben Desai 01 May 2011
CPU: Single core Pentium MMX (-UP-) cache 0 KB flags (-) bmips
467.7 clocked at 233.854 MHz
Graphics: Card: ATI 3D Rage I/II 215GT [Mach64 GT] bus-ID: 00:11.0
X.Org 1.9.5 Res: 800x600@100.0hz
GLX Renderer N/A GLX Version N/A Direct Rendering N/A
Audio: Card Yamaha OPL3-SA3 driver OPL3SA2
Sound: Advanced Linux Sound Architecture Version 1.0.24
Network: Card VIA VT6102 [Rhine-II] driver via-rhine port 6600
bus-ID: 00:12.0
Disks: HDD Total Size: 11.1GB (84.4% used) 1: /dev/sda
Maxtor_90288D2 2.9GB
2: USB /dev/sdb USB_Flash_Disk 8.2GB
Partition: ID:/ size: 2.4G used: 1.5G (65%) fs: auto ID:swap-1 size:
0.31GB used: 0.00GB (0%) fs: swap
Info: Processes 61 Uptime 14 min Memory 43.2/120.8MB Runlevel 5
Client Shell inxi 1.4.95

drg@antiX1:~$ head /proc/cpuinfo
processor\tab: 0
vendor_id\tab: GenuineIntel
cpu family\tab: 5
model\tab\tab: 4
model name\tab: Pentium MMX
stepping\tab: 3
cpu MHz\tab\tab: 233.854
cache size\tab: 0 KB
fdiv_bug\tab: no