topic title: Asus Surf4G memory
Posts: 14
linuxhippy
Joined: 09 May 2012
#16
cool-thanks!
Posts: 14
linuxhippy
Joined: 09 May 2012
#17
did you rebuild your Biker Kernel with the config-xxxx file in /boot? This is what I used to do with an old server...but that was a desktop. Can I rebuild a kernel on my faster 64 bit desktop and then put it on my 32 bit netbook?
Posts: 14
linuxhippy
Joined: 09 May 2012
#18
got my memory right now by using the 3.5 kernel...I don't think I'll be building the kernel mysef.

Code: Select all

tux@Surf4G:~$ inxi -F
System:    Host Surf4G Kernel 3.3.5-antix.1-486-smp i686 (32 bit) Distro antiX-M11-486 Jayaben Desai 01 May 2011
CPU:       Single core Intel Celeron M (-UP-) cache 512 KB flags (nx sse sse2) bmips 1260.1 clocked at 630.054 MHz 
Graphics:  Card: Intel Mobile 915GM/GMS/910GML Express Graphics Controller bus-ID: 00:02.0 X.Org 1.11.4 Res: 1280x1024@75.0hz 
           GLX Renderer Mesa DRI Intel 915GM x86/MMX/SSE2 GLX Version 1.4 Mesa 7.11.2 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-1 Atheros L2 Fast Ethernet driver atl2 v: 2.2.3 bus-ID: 03:00.0
           Card-2 Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express) driver ath5k bus-ID: 01:00.0
Disks:     HDD Total Size: 20.0GB (19.8% used) 1: /dev/sda SILICONMOTION_SM 4.0GB 
           2: USB /dev/sdb CardReader_SD0 16.0GB 
Partition: ID:/ size: 7.4G used: 3.7G (53%) fs: rootfs ID:/ size: 7.4G used: 3.7G (53%) fs: ext3 
Info:      Processes 89 Uptime 24 min Memory 188.8/2016.8MB Runlevel 5 Client Shell inxi 1.4.95 
Thanks again!
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#19
You are welcome!

You can update your inxi by typing

inxi -U (as root)

Also, to save space, if you don't already know,

apt-get clean

to remove all the downloaded .deb files.
Posts: 14
linuxhippy
Joined: 09 May 2012
#20
oh, no I didn't know that about inxi. I updated it with -U and it changed...now I have some almost errors that probably mean nothing and are just warnings:

Code: Select all

System:    Host: Surf4G Kernel: 3.3.5-antix.1-486-smp i686 (32 bit) 
           Desktop: IceWM 1.3.7 Distro: antiX-M11-486 Jayaben Desai 01 May 2011
Machine:   System: ASUSTeK product: 701 version: x.x serial: EeePC-1234567890 
           Mobo: ASUSTeK model: 701 version: x.xx serial: EeePC-0123456789
           Bios: American Megatrends version: 0801 date: 01/08/2008
CPU:       Single core Intel Celeron M (-UP-) cache: 512 KB flags: (nx sse sse2) clocked at 630.054 MHz 
Graphics:  Card: Intel Mobile 915GM/GMS/910GML Express Graphics Controller 
           X.org: 1.11.4 drivers: intel (unloaded: fbdev,vesa) tty size: 157x63 Advanced Data: N/A for root 
Audio:     Card: Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller driver: snd_hda_intel
           Sound: Advanced Linux Sound Architecture ver: 1.0.24
Network:   Card-1: Atheros L2 Fast Ethernet driver: atl2 
           IF: eth0 state: down mac: 00:1f:c6:0e:0e:69
           Card-2: Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express) driver: ath5k 
           IF: wlan0 state: up mac: 00:15:af:87:38:ec
Drives:    HDD Total Size: 20.0GB (38.9% used) 1: id: /dev/sda model: SILICONMOTION_SM size: 4.0GB 
           2: USB id: /dev/sdb model: CardReader_SD0 size: 16.0GB 
Partition: ID: / size: 7.4G used: 3.9G (56%) fs: ext3 
RAID:      Error: No /proc/mdstat file detected!
Sensors:   Error: You do not have the sensors app installed.
Info:      Processes: 106 Uptime: 1:18 Memory: 213.2/2016.8MB Client: Shell inxi: 1.8.2
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#21
Yes, they are just warnings, nothing to worry about.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#22
What you can do for sensors error

Code: Select all

inxi --recommends
Follow the suggestions. Mine as a example.

Code: Select all

harry@bikertest3:~$ inxi --recommends
inxi will now begin checking for the programs it needs to operate. First a check of
the main languages and tools inxi uses. Python is only for debugging data collection.
-----------------------------------------------------------------------------------------
Bash version: 4.1.5(1)-release
Gawk version: 3.1.8
Sed version: 4.2.1
Sudo version: 1.8.2
Python version: 2.7.2+
-----------------------------------------------------------------------------------------
Test One: Required System Directories.
If one of these system directories is missing, inxi cannot operate:

Required file system: /proc................................................. Present
Required file system: /sys.................................................. Present

All the required directories are present.
-----------------------------------------------------------------------------------------
Test Two: Required Core Applications.
If one of these applications is missing, inxi cannot operate:

Required application: df (info: partition data)............................. /bin/df
Required application: free (info: system memory)............................ /usr/bin/free
Required application: gawk (info: core tool)................................ /usr/bin/gawk
Required application: grep (info: string search)............................ /bin/grep
Required application: lspci (info: hardware data)........................... /usr/bin/lspci
Required application: ps (info: process data)............................... /bin/ps
Required application: readlink.............................................. /bin/readlink
Required application: sed (info: string replace)............................ /bin/sed
Required application: tr (info: character replace).......................... /usr/bin/tr
Required application: uname (info: kernel data)............................. /bin/uname
Required application: uptime................................................ /usr/bin/uptime
Required application: wc (info: word character count)....................... /usr/bin/wc

All the required applications are present.
-----------------------------------------------------------------------------------------
Test Three: Script Recommends for Graphics Features. If you do not use X these do not matter.
If one of these applications is missing, inxi will have incomplete output:

Recommended X application: glxinfo (info: -G glx info)...................... /usr/bin/glxinfo
Recommended X application: xdpyinfo (info: -G multi screen resolution)...... /usr/bin/xdpyinfo
Recommended X application: xprop (info: -S desktop data).................... /usr/bin/xprop
Recommended X application: xrandr (info: -G single screen resolution)....... /usr/bin/xrandr

All the recommended applications are present.
-----------------------------------------------------------------------------------------
Test Four: Script Recommends for Remaining Features.
If one of these applications is missing, inxi will have incomplete output:

Recommended application: file (info: -o unmounted file system).............. /usr/bin/file
Recommended application: hddtemp (info: -Dx show hdd temp).................. Missing
Recommended application: ifconfig (info: -i ip lan-deprecated).............. /sbin/ifconfig
Recommended application: ip (info: -i ip lan)............................... /bin/ip
Recommended application: sensors (info: -s sensors output).................. /usr/bin/sensors
Recommended application: lsusb (info: -A usb audio;-N usb networking)....... /usr/bin/lsusb
Recommended application: modinfo (info: -Ax,-Nx module version)............. /sbin/modinfo
Recommended application: runlevel (info: -I runlevel)....................... /sbin/runlevel
Recommended application: sudo (info: -Dx hddtemp-user;-o file-user)......... /usr/bin/sudo

The following applications are missing from your system:

Application: hddtemp
To add to your system, install the proper distribution package for your system:
Debian/Ubuntu: hddtemp :: Arch Linux: hddtemp :: Redhat/Fedora/Suse: hddtemp
-----------------------------------------------------------------------------------------
Test Five: System Directories for Various Information.
If one of these directories is missing, inxi will have incomplete output:

System directory: /sys/class/dmi/id (info: -M system, motherboard, bios).... Present
System directory: /dev (info: -l,-u,-o,-p,-P,-D disk partition data)........ Present
System directory: /dev/disk/by-label (info: -l,-o,-p,-P partition labels)... Present
System directory: /dev/disk/by-uuid (info: -u,-o,-p,-P partition uuid)...... Present

All the system directories are present.
-----------------------------------------------------------------------------------------
All tests completed.
harry@bikertest3:~$ apt-cache policy hddtemp
hddtemp:
  Installed: (none)
  Candidate: 0.3-beta15-51
  Version table:
     0.3-beta15-51 0
        500 http://ftp.ca.debian.org/debian/ testing/main i386 Packages
harry@bikertest3:~$ sux
Password: 
root@bikertest3:/home/harry# apt-get install hddtemp
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libxcb-aux0 libxcb-render-util0 libxcb-event1 gcc-4.3-base libsilc-1.1-2
  libcherokee-config0 g++-4.5 libglew1.5 libibus2
  libboost-program-options1.42.0 libwebkit-1.0-2 librpmio1 libpostproc51
  libdirectfb-extra libxcb-atom1 libexo-0.3-0 libgp11-0 libgcr0
  libthunar-vfs-1-common libexempi3 libhunspell-1.2-0 libpoppler5
  libstdc++6-4.5-dev libpython2.6 libimobiledevice1 libboost-iostreams1.42.0
  libmozjs2d libcheese-gtk18 libnl1 libdb4.7 libsilcclient-1.1-3
  linux-kbuild-2.6.32 linux-headers-2.6.32-1-common cpp-4.3 liboil0.3
  libboost-filesystem1.42.0 libgnome-desktop-2-17 libsplashy1
  libwebkit-1.0-common libboost-system1.42.0 libthunar-vfs-1-2 libiptcdata0
  libpoppler-glib4 libavdevice52 libntfs-3g80
Use 'apt-get autoremove' to remove them.
Suggested packages:
  ksensors
The following NEW packages will be installed:
  hddtemp
0 upgraded, 1 newly installed, 0 to remove and 553 not upgraded.
Need to get 62.0 kB of archives.
After this operation, 243 kB of additional disk space will be used.
Get:1 http://ftp.ca.debian.org/debian/ testing/main hddtemp i386 0.3-beta15-51 [62.0 kB]
Fetched 62.0 kB in 1s (31.5 kB/s)  
Preconfiguring packages ...
Selecting previously unselected package hddtemp.
(Reading database ... 113521 files and directories currently installed.)
Unpacking hddtemp (from .../hddtemp_0.3-beta15-51_i386.deb) ...
Processing triggers for readahead-fedora ...
Processing triggers for man-db ...
Setting up hddtemp (0.3-beta15-51) ...
Starting disk temperature monitoring daemon: hddtemp:  /dev/sda.
root@bikertest3:/home/harry# exit
exit
harry@bikertest3:~$ inxi -z -F
System:    Host: bikertest3 Kernel: 3.3.3-antix.1-486-smp i686 (32 bit) 
           Desktop: IceWM 1.3.7 Distro: antiX-M11-686 Jayaben Desai 12 April 2011
Machine:   System: Matsushita product: CF-48V4HLUQM version: 004
           Mobo: Matsushita model: CF48-4 version: 001 Bios: Phoenix K.K. version: V4.00L13 date: 12/12/2002
CPU:       Single core Intel Pentium 4 Mobile CPU (-UP-) cache: 512 KB flags: (sse sse2) clocked at 1600.00 MHz 
Graphics:  Card: ATI Radeon Mobility M7 LW [Radeon Mobility 7500] 
           X.Org: 1.11.1 driver: radeon Resolution: 1024x768@60.0hz, 1024x768@60.0hz 
           GLX Renderer: Rasterizer GLX Version: 2.1 Mesa 7.11
Audio:     Card: Intel 82801CA/CAM AC'97 Audio Controller driver: snd_intel8x0 Sound: ALSA ver: 1.0.24
Network:   Card-1: Intel PRO/Wireless 2915ABG [Calexico2] Network Connection driver: ipw2200 
           IF: eth0 state: up mac: <filter>
           Card-2: Realtek RTL-8139/8139C/8139C+ driver: 8139too 
           IF: eth1 state: down mac: <filter>
Drives:    HDD Total Size: 100.0GB (21.6% used) 1: id: /dev/sda model: FUJITSU_MHU2100A size: 100.0GB 
Partition: ID: / size: 29G used: 4.3G (16%) fs: ext3 ID: swap-1 size: 1.55GB used: 0.00GB (0%) fs: swap 
RAID:      Error: No /proc/mdstat file detected!
Sensors:   System Temperatures: cpu: 74.8C mobo: N/A 
           Fan Speeds (in rpm): cpu: N/A 
Info:      Processes: 95 Uptime: 1:25 Memory: 272.7/1262.7MB Client: Shell inxi: 1.8.2 
This post done while on my breaking LCD ribbon cable on my Panasonic CF-48 while hooked up to my wide screen LCD Desktop Monitor while watching NBA playoffs. __{{emoticon}}__
Posts: 14
linuxhippy
Joined: 09 May 2012
#23
I got the kindle software working in an LXDE version of Mint Linux. So, I was wrong-it can work with the AntiX window managers. The software just needs the 1.3 version of wine. The version of wine I found in an AntiX repository was 1.0.

So, is there any way of getting wine 1.3 into AntiX? Maybe I could have it use a repository from Mint Linux?

Marty
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#24
The version of wine I found in an AntiX repository was 1.0.
Have you done a

Code: Select all

apt-get update
yet before checking for wine version?