Slacko(32/64) 6.3.2/6.3.0 bug reports.

Please post any bugs you have found
Message
Author
gcmartin

#226 Post by gcmartin »

Hello @RickGT351

The package for inxi must be added to your running distro. Try the PPM.

An alternative, without installing anything, is to use Hardinfo (found in the dektop's Menu). Its menus allow you to create similar reports to your satisfaction. For a mere batch report something like this can be helpful.

Code: Select all

# hardinfo -r >> MySlacko64.txt 
Or, you can used Hardinfo's Menu button to select which reports you would like to captureImage

User avatar
Marv
Posts: 1264
Joined: Wed 04 May 2005, 13:47
Location: SW Wisconsin

#227 Post by Marv »

32 bit Slacko 6.3.0:
Line 43 in /etc/acpi/actions/suspend.sh is missing the trailing quote (and a LF). Thus the lock file in /tmp isn't deleted on re-awakening. A question on that same script... ehci_hcd is built in as of the kernel in 6.3.0 and later kernels. Thus the rmmod in line 33 does nothing. Not sure of the modprobe at line 40.

Just happened to look at this while trying to figure out why a Sony Vaio wouldn't wake up after suspend.
Pups currently in kennel :D Older LxPupSc and X-slacko-4.4 for my users; LxPupSc, LxPupSc64 and upupEF for me. All good pups indeed, and all running savefiles for look'n'feel only. Browsers, etc. solely from SFS.

User avatar
WN2A
Posts: 50
Joined: Sat 02 Jun 2007, 21:54
Location: USA

Initial Impressions

#228 Post by WN2A »

So Far, very awesome! Have been a Slacko 5.7 user , now 6.3.0 looks great, even as we get more and more use out of it. Works nice with the dev package, Runs Libreoffice, QUCS and the Arduino IDE , and very impressed with all the built-in enhancements. Is a successor to 6.3.0 planned for the future?
CWLab : Amateur Radio CW Program Moving to GNU/Linux!
[url]http://www.qsl.net/wn2a[/url]

radky
Posts: 977
Joined: Mon 03 May 2010, 03:13

#229 Post by radky »

Re: incomplete rendering of desktop drive icons in recent Woof-CE pups

For drives with extended partitions, the current code in /usr/local/pup_event/frontend_startup may fail to show partitions >= 10

For example, sda1 is an extended partition on drive 1 of my desktop PC:

Code: Select all

# probepart -k
/dev/sda1|none|1
/dev/sda10|ext3|20971520
/dev/sda5|swap|4196352
/dev/sda6|ext3|20971520
/dev/sda7|f2fs|20971520
/dev/sda8|ext3|20971520
/dev/sda9|ext3|20971520
/dev/sdb1|vfat|40131
/dev/sdb2|ntfs|10156032
/dev/sdb3|ntfs|478188544
In this scenario, line #86 of /usr/local/pup_event/frontend_startup correctly excludes my extended sda1 partition, but it also excludes other partitions for which the initial numeral is "1", such as sda[10-19].

A possible fix for line #86:

change

Code: Select all

PROBEPART="`probepart -k | grep -E '\|f2fs\||\|ext4\||\|ntfs\||\|msdos\||\|vfat\||\|ext2\||\|ext3\||\|iso9660\||\|udf\||\|audiocd\||\|xfs\||\|reiser\||\|none'|grep -v -E "$EXTD"`"
to something like: "$EXTD\|"

Code: Select all

PROBEPART="`probepart -k | grep -E '\|f2fs\||\|ext4\||\|ntfs\||\|msdos\||\|vfat\||\|ext2\||\|ext3\||\|iso9660\||\|udf\||\|audiocd\||\|xfs\||\|reiser\||\|none'|grep -v -E "$EXTD\|"`"
--

Also, for alphanumeric sorting of desktop drive icons:

one could change line #200 of/usr/local/pup_event/frontend_funcs

Code: Select all

  DRVINFO="`echo "$PROBEPART" | grep "$drvPATTERN" | cut -f 1,2,3 -d '|' | tr '\n' ' '`"
to something like:

Code: Select all

  DRVINFO="`echo "$PROBEPART" | grep "$drvPATTERN" | cut -f 1,2,3 -d '|' | sort --version-sort --field-separator='|' --key=1,1 | tr '\n' ' '`"
[color=blue][b][url=http://www.smokey01.com/radky/PupMates.html]PupMates[/url][/b][/color]

RickGT351
Posts: 289
Joined: Tue 27 Sep 2011, 22:02
Location: Auckland, New Zealand

Acer Aspire 5253G No wi-fi and no sound Slacko64 6.3.0

#230 Post by RickGT351 »

Wifi; internet wizard can't see wifi. Sound;mixer volume at full. Have tried choosing either sound card and no result
Computer
********m


Summary
-------

-Computer-
Processor : 2x AMD E-350 Processor
Memory : 3762MB (220MB used)
Machine Type : Physical machine
Operating System : Slacko64 Puppy - 6.3.0
User Name : root (root)
Date/Time : Wed 20 Apr 2016 14:59:17 NZST
-Display-
Resolution : 0x0 pixels
OpenGL Renderer : Gallium 0.4 on AMD PALM
X11 Vendor : The X.Org Foundation
-Audio Devices-
Audio Adapter : HDA-Intel - HD-Audio Generic
Audio Adapter : PC-Speaker - pcsp
Audio Adapter : HDA-Intel - HDA ATI SB
-Input Devices-
Power Button
Sleep Button
Lid Switch
Power Button
Video Bus
AT Translated Set 2 keyboard
ETPS/2 Elantech Touchpad
Acer WMI hotkeys
Acer BMA150 accelerometer
PC Speaker
1.3M HD WebCam
Logitech USB Optical Mouse
-Printers (CUPS)-
CUPS-PDF : <i>Default</i>
-SCSI Disks-
ATA WDC WD5000BPVT-2
Slimtype DVD A DS8A5SH
USB DISK 2.0

Operating System
----------------

-Version-
Kernel : Linux 4.1.11 (x86_64)
Version : #1 SMP Mon Oct 26 11:19:32 EST 2015
C Library : Unknown
Distribution : Slacko64 Puppy - 6.3.0
-Current Session-
Computer Name : rick-laptop
User Name : root (root)
Home Directory : /root
Desktop Environment : Unknown
-Misc-
Uptime : 14 minutes
Load Average : 0.09, 0.19, 0.18

Kernel Modules
--------------

-Loaded Modules-
usblp : USB Printer Device Class driver
ftdi_sio : USB FTDI Serial Converters Driver
usbserial : USB Serial Driver core
iptable_filter : iptables filter table
ip_tables : IPv4 packet filter
fan : ACPI Fan Driver
snd_hda_codec_conexant : Conexant HD-audio codec
snd_hda_codec_generic : Generic HD-audio codec parser
snd_hda_codec_hdmi : HDMI HD-audio codec
b43 : Broadcom B43 wireless driver
mac80211 : IEEE 802.11 subsystem
cfg80211 : wireless configuration support
ssb : Sonics Silicon Backplane driver
uvcvideo : USB Video Class driver
videobuf2_vmalloc : vmalloc memory handling routines for videobuf2
videobuf2_memops : common memory handling routines for videobuf2
videobuf2_core : Driver helper framework for Video for Linux 2
v4l2_common : misc helper functions for v4l2 device drivers
videodev : Device registrar for Video4Linux drivers v2
media : Device node registration for media drivers
snd_hda_intel : Intel HDA driver
snd_pcsp : PC-Speaker driver
snd_hda_controller : Common HDA driver functions
snd_hda_codec : HDA codec core
snd_hda_core : HD-audio bus
snd_pcm_oss : PCM OSS emulation for ALSA.
snd_mixer_oss : Mixer OSS emulation for ALSA.
snd_pcm : Midlevel PCM code for ALSA.
radeon : ATI Radeon
snd_seq_dummy : ALSA sequencer MIDI-through client
snd_seq_oss : OSS-compatible sequencer module
snd_seq_midi : Advanced Linux Sound Architecture sequencer MIDI synth.
snd_seq_midi_event : MIDI byte <-> sequencer event coder
snd_rawmidi : Midlevel RawMidi code for ALSA.
atl1c : Qualcomm Atheros 100/1000M Ethernet Network Driver
bcma : Broadcom&apos;s specific AMBA driver
snd_seq : Advanced Linux Sound Architecture sequencer.
i2c_algo_bit : I2C-Bus bit-banging algorithm
k10temp : AMD Family 10h+ CPU core temperature monitor
snd_seq_device : ALSA sequencer device management
ttm : TTM memory manager subsystem (for DRM device)
snd_timer : ALSA timer interface
drm_kms_helper : DRM KMS helper
snd : Advanced Linux Sound Architecture driver for soundcards.
drm : DRM shared core routines
i2c_piix4 : PIIX4 SMBus driver
soundcore : Core sound module
hwmon : hardware monitoring sysfs/class support
mac_hid
acer_wmi : Acer Laptop WMI Extras Driver
rfkill : RF switch support
wmi : ACPI-WMI Mapping Driver
battery : ACPI Battery Driver
ac : ACPI AC Adapter Driver

Boots
-----

-Boots-

Languages
---------

-Available Languages-
en_NZ.utf8 : English locale for New Zealand
en_US : English locale for the USA
en_US.utf8 : English locale for the USA

Filesystems
-----------

-Mounted File Systems-
/dev/sdb2 /initrd/mnt/dev_save 30.12 % (10.4 GiB of 14.9 GiB)
tmpfs /initrd/mnt/tmpfs 99.39 % (1.2 MiB of 191.5 MiB)
/dev/loop0 /initrd/pup_ro2 100.00 % (0.0 B of 190.5 MiB)
tmpfs /initrd/mnt/tmpfs4 97.21 % (1.0 MiB of 36.7 MiB)
/dev/loop4 /initrd/pup_z 100.00 % (0.0 B of 35.8 MiB)
unionfs / 30.12 % (10.4 GiB of 14.9 GiB)
tmpfs /tmp 0.05 % (918.2 MiB of 918.7 MiB)
devtmpfs /dev 0.00 % (1.8 GiB of 1.8 GiB)
shmfs /dev/shm 0.00 % (797.7 MiB of 797.7 MiB)

Display
-------

-Display-
Resolution : 0x0 pixels
Vendor : The X.Org Foundation
Version : 1.14.3
-Monitors-
-Extensions-
BIG-REQUESTS
Composite
DAMAGE
DOUBLE-BUFFER
DPMS
DRI2
GLX
Generic Event Extension
MIT-SCREEN-SAVER
MIT-SHM
RANDR
RECORD
RENDER
SGI-GLX
SHAPE
SYNC
X-Resource
XC-MISC
XFIXES
XFree86-DGA
XFree86-VidModeExtension
XINERAMA
XInputExtension
XKEYBOARD
XTEST
XVideo
XVideo-MotionCompensation
-OpenGL-
Vendor : X.Org
Renderer : Gallium 0.4 on AMD PALM
Version : 2.1 Mesa 9.1.7
Direct Rendering : Yes

Environment Variables
---------------------

-Environment Variables-
HOSTNAME : rick-laptop
XDG_DATA_HOME : /root/.local/share
SHELL : /bin/bash
TERM : xterm
HISTSIZE : 1000
GTK2_RC_FILES : /root/.gtkrc-2.0
QT_XFT : true
DEFAULTDRAW : inkscapelite
WINDOWID : 25165830
XLIB_SKIP_ARGB_VISUALS : 1
HISTFILESIZE : 2000
USER : root
LS_COLORS : bd=33:cd=33
LD_LIBRARY_PATH : /lib64:/usr/lib64:/root/my-applications/lib:/usr/local/lib
GDK_USE_XFT : 1
LANGORG : en_NZ.UTF-8
DEFAULTIMAGEVIEWER : gpicview
OOO_FORCE_DESKTOP : gnome
DEFAULTPAINT : mtpaint
MOZ_PLUGIN_PATH : /usr/lib64/mozilla/plugins
XDG_CONFIG_DIRS : /etc/xdg
DEFAULTBROWSER : firefox
PATH : /bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/root/my-applications/bin:/usr/games
DEFAULTMEDIAPLAYER : gnome-mplayer
DEFAULTIMAGEEDITOR : mtpaint
INPUTRC : /etc/inputrc
PWD : /root
EDITOR : nano
LANG : en_NZ.UTF-8
PS1 : #
XFINANSDIR : /root/.xfinans
HISTCONTROL : ignoredups
DEFAULTSPREADSHEET : gnumeric
DEFAULTHTMLEDITOR : mozedit
COLORFGBG : default;default
SHLVL : 4
HOME : /root
XDG_CONFIG_HOME : /root/.config
XDG_CACHE_HOME : /root/.cache
G_FILENAME_ENCODING : @locale
LOGNAME : root
PREFIX : /usr
XDG_DATA_DIRS : /usr/share:/usr/local/share
WINDOWPATH : 4
TEXTDOMAIN : xwin
DISPLAY : :0
MM_RUNASROOT : 1
DEFAULTWORDPROCESSOR : abiword
DEFAULTTEXTEDITOR : geany
G_BROKEN_FILENAMES : 1
OUTPUT_CHARSET : UTF-8
COLORTERM : rxvt-xpm
_ : /usr/bin/hardinfo

Development
-----------

-Scripting Languages-
CPython : Not found
Perl : 5.18.1
PHP : Not found
Ruby : Not found
Bash : 4.2.53(2)-release
-Compilers-
C (GCC) : 4.8.2
Java : Not found
CSharp (Mono, old) : Not found
CSharp (Mono) : Not found
Vala : Not found
Haskell (GHC) : Not found
FreePascal : Not found
-Tools-
make : Not found
GDB : Not found
strace : Not found
valgrind : Not found
QMake : Not found

Users
-----

Devices
*******


Processor
---------

-Processors-
AMD E-350 Processor : 1600.00MHz
AMD E-350 Processor : 1280.00MHz

Memory
------

-Memory-
Total Memory : 3762840 kB
Free Memory : 2834488 kB
MemAvailable : 3399536 kB
Buffers : 71536 kB
Cached : 708088 kB
Cached Swap : 0 kB
Active : 259900 kB
Inactive : 573772 kB
Active(anon) : 125392 kB
Inactive(anon) : 162932 kB
Active(file) : 134508 kB
Inactive(file) : 410840 kB
Unevictable : 0 kB
Mlocked : 0 kB
Virtual Memory : 0 kB
Free Virtual Memory : 0 kB
Dirty : 332 kB
Writeback : 0 kB
AnonPages : 54072 kB
Mapped : 38612 kB
Shmem : 234168 kB
Slab : 70236 kB
SReclaimable : 47948 kB
SUnreclaim : 22288 kB
KernelStack : 1712 kB
PageTables : 4476 kB
NFS_Unstable : 0 kB
Bounce : 0 kB
WritebackTmp : 0 kB
CommitLimit : 1881420 kB
Committed_AS : 315860 kB
VmallocTotal : 34359738367 kB
VmallocUsed : 84888 kB
VmallocChunk : 34359537660 kB
AnonHugePages : 18432 kB
DirectMap4k : 13604 kB
DirectMap2M : 2848768 kB
DirectMap1G : 1048576 kB

PCI Devices
-----------

-PCI Devices-
Host bridge : AMD [Advanced Micro Devices, Inc.] Family 14h Processor Root Complex
VGA compatible controller : AMD/ATI [Advanced Micro Devices, Inc.] Wrestler [Radeon HD 6310] (prog-if 00 [VGA controller])
Audio device : AMD/ATI [Advanced Micro Devices, Inc.] Wrestler HDMI Audio [Radeon HD 6250/6310]
SATA controller : AMD/ATI [Advanced Micro Devices, Inc.] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (prog-if 01 [AHCI 1.0])
USB controller : AMD/ATI [Advanced Micro Devices, Inc.] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller (prog-if 10 [OHCI])
USB controller : AMD/ATI [Advanced Micro Devices, Inc.] SB7x0/SB8x0/SB9x0 USB EHCI Controller (prog-if 20 [EHCI])
USB controller : AMD/ATI [Advanced Micro Devices, Inc.] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller (prog-if 10 [OHCI])
USB controller : AMD/ATI [Advanced Micro Devices, Inc.] SB7x0/SB8x0/SB9x0 USB EHCI Controller (prog-if 20 [EHCI])
SMBus : AMD/ATI [Advanced Micro Devices, Inc.] SBx00 SMBus Controller (rev 42)
Audio device : AMD/ATI [Advanced Micro Devices, Inc.] SBx00 Azalia (Intel HDA) (rev 40)
ISA bridge : AMD/ATI [Advanced Micro Devices, Inc.] SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
PCI bridge : AMD/ATI [Advanced Micro Devices, Inc.] SBx00 PCI to PCI Bridge (rev 40) (prog-if 01 [Subtractive decode])
PCI bridge : AMD/ATI [Advanced Micro Devices, Inc.] SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) (prog-if 00 [Normal decode])
PCI bridge : AMD/ATI [Advanced Micro Devices, Inc.] SB900 PCI to PCI bridge (PCIE port 2) (prog-if 00 [Normal decode])
PCI bridge : AMD/ATI [Advanced Micro Devices, Inc.] SB900 PCI to PCI bridge (PCIE port 3) (prog-if 00 [Normal decode])
Host bridge : AMD [Advanced Micro Devices, Inc.] Family 12h/14h Processor Function 0 (rev 43)
Host bridge : AMD [Advanced Micro Devices, Inc.] Family 12h/14h Processor Function 1
Host bridge : AMD [Advanced Micro Devices, Inc.] Family 12h/14h Processor Function 2
Host bridge : AMD [Advanced Micro Devices, Inc.] Family 12h/14h Processor Function 3
Host bridge : AMD [Advanced Micro Devices, Inc.] Family 12h/14h Processor Function 4
Host bridge : AMD [Advanced Micro Devices, Inc.] Family 12h/14h Processor Function 6
Host bridge : AMD [Advanced Micro Devices, Inc.] Family 12h/14h Processor Function 5
Host bridge : AMD [Advanced Micro Devices, Inc.] Family 12h/14h Processor Function 7
Ethernet controller : Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet (rev c0)
Network controller : Broadcom Corporation BCM43227 802.11b/g/n

USB Devices
-----------

-USB Devices-
HighSpeed Hub
Acer Integrated Webcam
2.0 root hub
1.1 root hub
PL2305 Parallel Port

Printers
--------

-Printers (CUPS)-
CUPS-PDF : <i>Default</i>

Battery
-------

-Battery: BAT1-
State : discharging (load: 1440 mA)
Capacity : 2502 mAh / 4400 mAh (56.86%)
Battery Technology : rechargeable (Lion)
Manufacturer : Sony
Model Number : AS10D41
Serial Number : 0004

Sensors
-------


Input Devices
-------------

-Input Devices-
Power Button
Sleep Button
Lid Switch
Power Button
Video Bus
AT Translated Set 2 keyboard
ETPS/2 Elantech Touchpad
Acer WMI hotkeys
Acer BMA150 accelerometer
PC Speaker
1.3M HD WebCam
Logitech USB Optical Mouse

Storage
-------

-SCSI Disks-
ATA WDC WD5000BPVT-2
Slimtype DVD A DS8A5SH
USB DISK 2.0

DMI
---

-BIOS-
Date : 06/20/2011
Vendor : Acer (www.acer.com)
Version : V1.14
-Board-
Name : JE50-BZ
Vendor : Acer (www.acer.com)

Memory SPD
----------

-SPD-
Please load the eeprom module to obtain information about memory SPD

Resources
---------

-I/O Ports-
<tt>0000-0cf7 </tt> : PCI Bus 0000:00
<tt> 0000-001f </tt> : dma1
<tt> 0020-0021 </tt> : pic1
<tt> 0040-0043 </tt> : timer0
<tt> 0050-0053 </tt> : timer1
<tt> 0060-0060 </tt> : keyboard
<tt> 0061-0061 </tt> : PNP0800:00
<tt> 0062-0062 </tt> : PNP0C09:00
<tt> 0062-0062 </tt> : EC data
<tt> 0064-0064 </tt> : keyboard
<tt> 0066-0066 </tt> : PNP0C09:00
<tt> 0066-0066 </tt> : EC cmd
<tt> 0070-0071 </tt> : rtc0
<tt> 0080-008f </tt> : dma page reg
<tt> 00a0-00a1 </tt> : pic2
<tt> 00c0-00df </tt> : dma2
<tt> 00f0-00ff </tt> : fpu
<tt> 00f0-00fe </tt> : PNP0C04:00
<tt> 03c0-03df </tt> : vga+
<tt> 0400-0403 </tt> : ACPI PM1a_EVT_BLK
<tt> 0404-0405 </tt> : ACPI PM1a_CNT_BLK
<tt> 0408-040b </tt> : ACPI PM_TMR
<tt> 0410-0415 </tt> : ACPI CPU throttle
<tt> 0420-0427 </tt> : ACPI GPE0_BLK
<tt> 04d0-04d1 </tt> : pnp 00:04
<tt> 04d6-04d6 </tt> : pnp 00:04
<tt> 0680-06ff </tt> : pnp 00:04
<tt> 077a-077a </tt> : pnp 00:04
<tt> 0800-0800 </tt> : ACPI PM2_CNT_BLK
<tt> 0b00-0b07 </tt> : piix4_smbus
<tt> 0b20-0b27 </tt> : piix4_smbus
<tt> 0c00-0c01 </tt> : pnp 00:04
<tt> 0c14-0c14 </tt> : pnp 00:04
<tt> 0c50-0c52 </tt> : pnp 00:04
<tt> 0c6c-0c6c </tt> : pnp 00:04
<tt> 0c6f-0c6f </tt> : pnp 00:04
<tt> 0cd0-0cdb </tt> : pnp 00:04
<tt>0cf8-0cff </tt> : PCI conf1
<tt>0d00-ffff </tt> : PCI Bus 0000:00
<tt> 2000-2fff </tt> : PCI Bus 0000:06
<tt> 2000-207f </tt> : <b><small>PCI</small></b> Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet (rev c0)
<tt> 2000-207f </tt> : <b><small>Module</small></b> Qualcomm Atheros 100/1000M Ethernet Network Driver
<tt> 3000-3fff </tt> : PCI Bus 0000:02
<tt> 4000-40ff </tt> : <b><small>PCI</small></b> AMD/ATI [Advanced Micro Devices, Inc.] Wrestler [Radeon HD 6310] (prog-if 00 [VGA controller])
<tt> 4100-410f </tt> : <b><small>PCI</small></b> AMD/ATI [Advanced Micro Devices, Inc.] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (prog-if 01 [AHCI 1.0])
<tt> 4100-410f </tt> : ahci
<tt> 4110-4117 </tt> : <b><small>PCI</small></b> AMD/ATI [Advanced Micro Devices, Inc.] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (prog-if 01 [AHCI 1.0])
<tt> 4110-4117 </tt> : ahci
<tt> 4118-411f </tt> : <b><small>PCI</small></b> AMD/ATI [Advanced Micro Devices, Inc.] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (prog-if 01 [AHCI 1.0])
<tt> 4118-411f </tt> : ahci
<tt> 4120-4123 </tt> : <b><small>PCI</small></b> AMD/ATI [Advanced Micro Devices, Inc.] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (prog-if 01 [AHCI 1.0])
<tt> 4120-4123 </tt> : ahci
<tt> 4124-4127 </tt> : <b><small>PCI</small></b> AMD/ATI [Advanced Micro Devices, Inc.] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (prog-if 01 [AHCI 1.0])
<tt> 4124-4127 </tt> : ahci
-Memory-
<tt>00000000-00000fff </tt> : reserved
<tt>00001000-0009f7ff </tt> : System RAM
<tt>0009f800-0009ffff </tt> : reserved
<tt>000a0000-000bffff </tt> : PCI Bus 0000:00
<tt>000c0000-000ce3ff </tt> : Video ROM
<tt> 000c0000-000c3fff </tt> : PCI Bus 0000:00
<tt> 000c4000-000c7fff </tt> : PCI Bus 0000:00
<tt> 000c8000-000cbfff </tt> : PCI Bus 0000:00
<tt>000ce800-000cf7ff </tt> : Adapter ROM
<tt>000d0000-000d3fff </tt> : PCI Bus 0000:00
<tt>000d4000-000d7fff </tt> : PCI Bus 0000:00
<tt>000d8000-000dbfff </tt> : PCI Bus 0000:00
<tt>000dc000-000dffff </tt> : PCI Bus 0000:00
<tt>000e0000-000fffff </tt> : reserved
<tt> 000e0000-000e3fff </tt> : PCI Bus 0000:00
<tt> 000e4000-000e7fff </tt> : PCI Bus 0000:00
<tt> 000e8000-000ebfff </tt> : PCI Bus 0000:00
<tt> 000ec000-000effff </tt> : PCI Bus 0000:00
<tt> 000f0000-000fffff </tt> : System ROM
<tt>00100000-de648fff </tt> : System RAM
<tt> 01000000-018b1168 </tt> : Kernel code
<tt> 018b1169-01c6a17f </tt> : Kernel data
<tt> 01d4f000-01df7fff </tt> : Kernel bss
<tt>de649000-de848fff </tt> : ACPI Non-volatile Storage
<tt>de849000-dfd3efff </tt> : System RAM
<tt>dfd3f000-dfdbefff </tt> : reserved
<tt>dfdbf000-dfebefff </tt> : ACPI Non-volatile Storage
<tt>dfebf000-dfef5fff </tt> : ACPI Tables
<tt>dfef6000-dfefffff </tt> : System RAM
<tt>dff00000-dfffffff </tt> : reserved
<tt>e0000000-f7ffffff </tt> : PCI Bus 0000:00
<tt> e0000000-efffffff </tt> : <b><small>PCI</small></b> AMD/ATI [Advanced Micro Devices, Inc.] Wrestler [Radeon HD 6310] (prog-if 00 [VGA controller])
<tt> f0000000-f00fffff </tt> : PCI Bus 0000:02
<tt> f0100000-f01fffff </tt> : PCI Bus 0000:07
<tt> f0100000-f0103fff </tt> : <b><small>PCI</small></b> Broadcom Corporation BCM43227 802.11b/g/n
<tt> f0100000-f0103fff </tt> : bcma-pci-bridge
<tt> f0200000-f02fffff </tt> : PCI Bus 0000:06
<tt> f0200000-f023ffff </tt> : <b><small>PCI</small></b> Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet (rev c0)
<tt> f0200000-f023ffff </tt> : <b><small>Module</small></b> Qualcomm Atheros 100/1000M Ethernet Network Driver
<tt> f0300000-f03fffff </tt> : PCI Bus 0000:02
<tt> f0400000-f043ffff </tt> : <b><small>PCI</small></b> AMD/ATI [Advanced Micro Devices, Inc.] Wrestler [Radeon HD 6310] (prog-if 00 [VGA controller])
<tt> f0440000-f0443fff </tt> : <b><small>PCI</small></b> AMD/ATI [Advanced Micro Devices, Inc.] SBx00 Azalia (Intel HDA) (rev 40)
<tt> f0440000-f0443fff </tt> : ICH HD audio
<tt> f0444000-f0447fff </tt> : <b><small>PCI</small></b> AMD/ATI [Advanced Micro Devices, Inc.] Wrestler HDMI Audio [Radeon HD 6250/6310]
<tt> f0444000-f0447fff </tt> : ICH HD audio
<tt> f0448000-f04480ff </tt> : <b><small>PCI</small></b> AMD/ATI [Advanced Micro Devices, Inc.] SB7x0/SB8x0/SB9x0 USB EHCI Controller (prog-if 20 [EHCI])
<tt> f0448000-f04480ff </tt> : ehci_hcd
<tt> f0449000-f0449fff </tt> : <b><small>PCI</small></b> AMD/ATI [Advanced Micro Devices, Inc.] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller (prog-if 10 [OHCI])
<tt> f0449000-f0449fff </tt> : ohci_hcd
<tt> f044a000-f044a0ff </tt> : <b><small>PCI</small></b> AMD/ATI [Advanced Micro Devices, Inc.] SB7x0/SB8x0/SB9x0 USB EHCI Controller (prog-if 20 [EHCI])
<tt> f044a000-f044a0ff </tt> : ehci_hcd
<tt> f044b000-f044bfff </tt> : <b><small>PCI</small></b> AMD/ATI [Advanced Micro Devices, Inc.] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller (prog-if 10 [OHCI])
<tt> f044b000-f044bfff </tt> : ohci_hcd
<tt> f044c000-f044c3ff </tt> : <b><small>PCI</small></b> AMD/ATI [Advanced Micro Devices, Inc.] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (prog-if 01 [AHCI 1.0])
<tt> f044c000-f044c3ff </tt> : ahci
<tt>f8000000-fbffffff </tt> : PCI MMCONFIG 0000 [bus 00-3f]
<tt> f8000000-fbffffff </tt> : reserved
<tt>fc000000-ffffffff </tt> : PCI Bus 0000:00
<tt> fec00000-fec00fff </tt> : reserved
<tt> fec00000-fec003ff </tt> : IOAPIC 0
<tt> fec10000-fec10fff </tt> : reserved
<tt> fed00000-fed003ff </tt> : HPET 0
<tt> fed00000-fed003ff </tt> : PNP0103:00
<tt> fee00000-fee00fff </tt> : Local APIC
<tt> fee00000-fee00fff </tt> : reserved
<tt> fee00000-fee00fff </tt> : pnp 00:00
<tt> ffe00000-ffffffff </tt> : reserved
<tt> ffe00000-ffffffff </tt> : pnp 00:05
<tt>100000000-10effffff </tt> : System RAM
<tt>10f000000-11effffff </tt> : reserved
-DMA-
<tt> 4</tt> : cascade

Network
*******


Interfaces
----------

-Network Interfaces-
eth0 0.00MiB 0.00MiB
lo 0.12MiB 0.12MiB 127.0.0.1

IP Connections
--------------

-Connections-
127.0.0.1:631 LISTEN 0.0.0.0:* tcp
0.0.0.0:631 0.0.0.0:* udp

Routing Table
-------------

-IP routing table-
127.0.0.0 / 0.0.0.0 255.0.0.0 U lo

ARP Table
---------

-ARP Table-

DNS Servers
-----------

-Name servers-

Statistics
----------

-IP-
1626 : Requests sent out
0 : Incoming packets discarded
0 : Incoming packets discarded
1626 : Requests sent out
1626 : Requests sent out
-ICMP-
812 : ICMP messages sent
0 : ICMP messages failed
812 : ICMP messages sent
0 : ICMP messages failed
-ICMPMSG-
-TCP-
1 : Resets sent
0 : Bad segments received.
1 : Resets sent
0 : Bad segments received.
0 : Bad segments received.
2 : Segments send out
2 : Segments send out
0 : Bad segments received.
0 : Bad segments received.
1 : Resets sent
-UDP-
0 : Send buffer errors
812 : Packets sent
0 : Send buffer errors
812 : Packets sent
0 : Send buffer errors
0 : Send buffer errors
-UDPLITE-
-TCPEXT-
0 : Packet headers predicted
-IPEXT-

Shared Directories
------------------

-SAMBA-
puppyshare : /mnt/home
printers : /var/spool/samba
-NFS-
No NFS exports

amn87
Posts: 32
Joined: Mon 28 Mar 2016, 16:14

Unable to connect to internet using my Nokia C5

#231 Post by amn87 »

I hope this is the right place to post this... I am not able to connect to the internet using my Nokia C5 as a USB 3G modem in Slacko 6.3 32-bit. I have tried every utility including Pupdial, Frisbee,Simple Network Wizard etc. Previously I had got it to work flawlessly in Puppy 4.31, 5.28 and 5.41(and still works) . Also in Ubuntu and a few other full-fat Linux distros. After probing the modem gets detected as ttyACMO and after I input the APN it sends the AT commands, the modem is initialised... and nothing. No connection is ever established. In Frisbee the following error msg is displayed "Mobile device /dev/ttyACMO failed to connect with exit status 8" I went through a few earlier pages but could not find any solution(the firewall is off by default and so is the Stupid mode in Pupdial). FWIW a ZTE hostless 4G USB modem works automatically... Any help will be much appreciated.

Aung
Posts: 144
Joined: Sat 20 Jan 2007, 03:30
Location: Hervey Bay

#232 Post by Aung »

amn87 have a look here, all about 3G modems

http://murga-linux.com/puppy/viewtopic.php?t=102827

amn87
Posts: 32
Joined: Mon 28 Mar 2016, 16:14

Got internet working successfully after installing PGPRS2.

#233 Post by amn87 »

@Aung Many thanks for your help. It worked just fine. Question: Has this been integrated to latest Slacko release?

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#234 Post by musher0 »

Hi, Puppy Slackers!

Sorry in advance if this has already been caught and corrected. I double-checked
the Slacko repo for the 32 bit version and the devx still has the same Mg count as
the one I downloaded a month ago. So the following remark may still be relevant...

Is there a particular reason why a libabiword of 89 Mg's would be included in this
Slacko's devx? Also it has a /usr/lib/gnumeric and a /usr/lib/goffice. (Please see
screen capture.)

The size of this lib is also unreal, since the libabiword-3.0 library in the actual
Slacko-6.3.0 Puppy is less than 7 Mgs. If you want to write a letter in Abiword and
the devx is loaded, what happens? Wouldn't there be a conflict between the libs?

Please note that this is just an observation, not a criticism. Maybe it's needed by
some compiling utility in the devx? Or it's an oversight? Or a lib was misnamed?

I'm using Slim-6 by ninaholic. Slim-6 is a trimmed down Slacko-6.3.0. It doesn't
have its own devx, it uses Slacko's. And Slim-6 doesn't offer abiword, which makes
the above all the more weird -- and noticeable!

BFN.
Attachments
libabiword-89_Mgs.jpg
This capture was taken in wmx-8. The full path is on the side.
Tilt your head to the left and you'll see it.
(32.83 KiB) Downloaded 1089 times
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#235 Post by musher0 »

Hello again.

I analyzed it a bit and
-- it can be stripped down to 13 Mg's;
-- its "la" companion file says it's an "old static library" for libabiword-3.0.so;
-- the unstripped version has 31 Mg's of strings. (And I thought i was wordy!) :lol:

Because of the size I thought for a minute that it could be a "lost" duplicate of gcc.
No matter. BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

Sailor Enceladus
Posts: 1543
Joined: Mon 22 Feb 2016, 19:43

#236 Post by Sailor Enceladus »

I don't think 01micko is very fond of Abiword either, check out his comments below :lol:
01micko wrote: If you want to use Puppy for productivity (it is a hobby distro) use LibreOffice, Open Office, TextMaker Office or if you must, MS office in Wine. As far as I know up to 2007 works. There are other alternatives such as Ted, RTFEdit, and a Chinese office called KingSoft Office. Abiword is included for posterity and will be unceremoniously dumped by me as quick as 5.7 is out. I hate it.
http://www.murga-linux.com/puppy/viewtopic.php?t=90489

Maybe it will be dumped in next version?

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#237 Post by musher0 »

Hi Sailor.

That doesn't explain why there's a "forgotten menhir" called abiword-3.0a, taking 89
Mb's of space in the slacko devx. When you don't like stuff, you usually don't include
the biggest part of it!!!

I'll be making available in a few minutes a corrected and tested devx for Slim-6.
If you want it for the Slacko, download it and rebrand it.

"Love -- and then do what you want." (St. Augustine)

BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#238 Post by 01micko »

musher0 wrote:Hi, Puppy Slackers!

Sorry in advance if this has already been caught and corrected. I double-checked
the Slacko repo for the 32 bit version and the devx still has the same Mg count as
the one I downloaded a month ago. So the following remark may still be relevant...

Is there a particular reason why a libabiword of 89 Mg's would be included in this
Slacko's devx? Also it has a /usr/lib/gnumeric and a /usr/lib/goffice. (Please see
screen capture.)

The size of this lib is also unreal, since the libabiword-3.0 library in the actual
Slacko-6.3.0 Puppy is less than 7 Mgs. If you want to write a letter in Abiword and
the devx is loaded, what happens? Wouldn't there be a conflict between the libs?

Please note that this is just an observation, not a criticism. Maybe it's needed by
some compiling utility in the devx? Or it's an oversight? Or a lib was misnamed?

I'm using Slim-6 by ninaholic. Slim-6 is a trimmed down Slacko-6.3.0. It doesn't
have its own devx, it uses Slacko's. And Slim-6 doesn't offer abiword, which makes
the above all the more weird -- and noticeable!

BFN.
Hello Christian and there is certainly no need of an apology!

I'll give you a brief explanation.

All slacko packages are automatically built from woof-ce/petbuilds which ensures that packages are reproducible (bugs and all .. not that we want those :) ). These packages are spilt into the the main package (EXE), DEV,DOC and NLS which has been the usual process for building puppy packages. These are then uploaded to the pet_packages-slacko(64) to be included in the woof build process.

All *.a and *.la files ( .a are static libraries and .la are libtool libraries** [corrected] [** kind of like recipes]) are sent to the *_DEV package. I don't check the size as when they are compressed they seem of a reasonable size, although I will admit the abiword_DEV* package is rather large.

The *.a static libs may be of use to someone. I know I have used static libs for various things over the years and found it a PITA when one for a particular program was not available. OTOH, I can't think of any reason why anyone would want to link in abiword statically to their program but of course that does not mean that there is not a case for this.

I will probably leave it as is for now. Thanks (and I'm reasonably sure ninaholic will echo this) for taking the initiative to make a trimmed devx.

As much as I dislike abiword, it may not be for me to say whether to include it or not as the end user is the one who really decides, and there isn't much else light enough to replace it. It does work fine if you don't ask too much of it.

Cheers!

Mick
Last edited by 01micko on Sun 29 May 2016, 00:08, edited 1 time in total.
Puppy Linux Blog - contact me for access

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#239 Post by musher0 »

Thanks, Mick, for the explanation. Much appreciated.

Automatons do produce strange results sometimes, don't they? :lol:
Luckily this "menhir" of a library doesn't hamper anything.

BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

chillinfart
Posts: 88
Joined: Mon 22 May 2006, 18:43

#240 Post by chillinfart »

01micko, exist plans to use Mesalib 10/11 for next Slacko?

I upgraded old Mesalib 9.17 to 9.25 and xf86 driver to fix many issues with my AMD Radeon HD 5450 (like glitches on Flash 21 and performance gaps), but major fixes for AMD and Intel open source drivers are on 10.x. which is impossible to use on Slacko 6.3.0 without compiling more complex things (like the X server) because need DRI 3.

I'm talking about AMD open source drivers because trying to make propertiary drivers is a harder task, fglrx module is hard to compile on 4.1 Kernel.

Other thing about graphics is Glamor acceleration for Intel. Works partially on TahrPup (wasn't well compiled, has performance issues, testing how to improve it) and is a good option to push better 2D acceleration for Pentium 4 era Intel graphics (i have an Intel Atom N270 and TahrPup on netbook, desktop system use Slacko).

I found this page about some hacks for source code, but i don't have a clue how to put them.

http://keithp.com/blogs/Glamorous_Intel/

http://keithp.com/blogs/glamor-hacking/

Glamor library is a mandatory dependency for AMD 2D Open source driver (at least when i compiled it). Is a good scenario to see.

User avatar
openocean555
Posts: 8
Joined: Tue 14 Jan 2014, 01:28

#241 Post by openocean555 »

Slacko64 is awesome. I did notice as chillinfart has just posted that there are some interesting intel graphics issues on my Dell Inspiron dual core. Slacko64 is using the intel driver as default.
Many of my steam games that work on lucid and tahrpup 32 bit will not work on slacko64 but older steam games do work. I installed the 32 bit sfs as many have suggested.
The steam error says "glget error cant find required opengl entry point ,Either your video card is not supported or your opengl driver needs to be updated.
I do know that these games do work on 32 bit puppies such as lucid and tahrpup but not on slacko64.
I thought this info might help with future versions of Slacko64.
Thanks for Making Slacko64. Keep up the Slacken.
Cheers....
Dell Inspiron 2x Pentium (r) dual-core cpu 2 gig ram with Slacko64 frugal install on 32 gig thumb drive

cokolo
Posts: 6
Joined: Thu 02 Jun 2016, 18:29
Location: Nigeria

HELP

#242 Post by cokolo »

HUAWEI E3531
Interface: eth1
Type: wired
Driver: rnds_host
Bus: usb
Discription: USB host side RNDIS Driver

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

Re: HELP

#243 Post by 01micko »

cokolo wrote:HUAWEI E3531
Interface: eth1
Type: wired
Driver: rnds_host
Bus: usb
Discription: USB host side RNDIS Driver
What are you trying to say?

I have Huawei K4203 which I believe is similar - connects as eth1 too (if computer has an rj45 wired network port). Works fine if you run the provided install program on the stick.
Puppy Linux Blog - contact me for access

bobc
Posts: 87
Joined: Wed 14 May 2014, 23:07

Slacko 6.3.0 poss bug - touchpad & thumb mouse dont work

#244 Post by bobc »

It worked fine in 5.7.0. I'm guessing its xorg related, and I tried to follow the instructions to reconfigure xorg, save and reboot on the Dell Inspiron, but was not able to get it to boot again from the CD,

The first laptop it didn't work on is a Dell Latitude D620 Laptop. It also doesn't work on my Dell Inspiron 8100 Laptop. I haven't installed, just running from the CD to test it out. It works fine on my HP dv-9700 series machines. I haven't tried any others yet. I'm trying one at a time to see if they will all work, and will convert to the newer version if possible.

In general, save the one problem, I like it. I've been running a tweaked 5.7.0 on all my machines for about a year now without and major problems, but would like to try to keep them current if I can.

I will try to go look at xorg's config to see what is different. I don't have internet when booted to 6.3.0 due to a horrible password on the cable router that takes 5 min to type, and without a mouse its hopeless trying to use the computer these days.

Ok, looked at the D620 while booted from 6.3.0 CD. xorg.conf has synaptics commented out. I notice in /etc/X11 that there is another file with same date/time/size as xorg.conf named xorg.conf.Intel_r__82945GM_ChipsetKC232 but don't know how things work to fix it. I would guess that if I fix the file, there is some automatic process that will overwrite my fixes, and don't know the root cause of the problem. Next I will try following the instructions on the D620 since it boots from CD more reliably. The Inspiron boots reliably from HD and Floppy and can boot some OS's from USB via PlopBoot. I've never tried it from network because my wifi password is so bad.

I tried to follow the instructions and edit xorg.conf to uncomment the synaptics lines bu then x won't startt, so giving up for now.

I'll follow the thread in case there is more info needed or a potential solution.

Thanks for 5.7.0. I'm lucky its working well.

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#245 Post by James C »

Code: Select all

# inxi -Fxx
System:    Host: puppypc7292 Kernel: 4.1.11 x86_64 (64 bit, gcc: 4.8.2) 
           Desktop: JWM 2.3.2 dm: N/A Distro: Slacko64 Puppy 6.3.2
Machine:   Mobo: ASUSTeK model: M5A97 LE R2.0 version: Rev 1.xx serial: 150545593600028
           Bios: American Megatrends version: 2601 date: 03/24/2015
CPU:       Hexa core AMD FX-6300 Six-Core (-MCP-) cache: 12288 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm) bmips: 42156 
           Clock Speeds: 1: 1400.00 MHz 2: 3500.00 MHz 3: 1400.00 MHz 4: 1400.00 MHz 5: 1400.00 MHz 6: 1400.00 MHz
Graphics:  Card: NVIDIA GT218 [GeForce 210] bus-ID: 01:00.0 chip-ID: 10de:0a65 
           X.org: 1.14.3 drivers: nouveau (unloaded: fbdev,vesa) tty size: 80x25 Advanced Data: N/A for root 
Audio:     Card-1: AMD/ATI [Advanced Micro Devices ] SBx00 Azalia (Intel HDA) 
           driver: snd_hda_intel bus-ID: 00:14.2 chip-ID: 1002:4383 
           Card-2: NVIDIA High Definition Audio Controller driver: snd_hda_intel bus-ID: 01:00.1 chip-ID: 10de:0be3 
           Sound: Advanced Linux Sound Architecture ver: k4.1.11
Network:   Card: Realtek RTL8111/8168 PCI Express Gigabit Ethernet controller 
           driver: r8169 ver: 2.3LK-NAPI port: d000 bus-ID: 02:00.0 chip-ID: 10ec:8168
           IF: eth0 state: up speed: 100 Mbps duplex: full mac: 1c:87:2c:5a:bb:e2
Drives:    HDD Total Size: 1120.2GB (-)
           1: id: /dev/sda model: KINGSTON_SV300S3 size: 120.0GB serial: N/A 
           2: id: /dev/sdb model: WDC_WD10EZEX size: 1000.2GB serial: N/A 
Partition: ID: swap-1 size: 8.60GB used: 0.00GB (0%) fs: swap 
RAID:      System: supported: linear raid0 raid1 raid10 raid6 raid5 raid4 
           No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
           Unused Devices: none
Sensors:   None detected - is lm-sensors installed and configured?
Info:      Processes: 127 Uptime: 11 min Memory: 359.1/15927.5MB Runlevel: 5 Gcc sys: 4.8.2 
           Client: Shell (bash 4.2.53 running in urxvt) inxi: 1.9.17 

Code: Select all

# free
             total         used         free       shared      buffers
Mem:      16309768       923052     15386716       270252        79280
-/+ buffers:             843772     15465996
Swap:      8396796            0      8396796

Post Reply