Slackpup 0.4 beta

Please post any bugs you have found
Message
Author
User avatar
wuwei
Posts: 800
Joined: Sat 15 Sep 2007, 11:59
Location: formerly de; now in tranquility

#91 Post by wuwei »

Hi Barry,

thanks for helping me.

Yes I did try your 4 step method. That was my first approach in a fresh spup 040.
Right here
[quote]We need to add to /etc/ppp/chap-secrets our login and password.
If you plan to use pppd for more than one connection, than there is a necessity to introduce a unique ID along with login and password. For example, “PROV

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

alsaconf

#92 Post by tazoc »

In /usr/sbin/alsaconf, when restarting alsa at line 907

Code: Select all

     if [ -x $rcalsasound ] ; then
      echo Loading driver...
      $rcalsasound restart
    fi
/etc/init.d/alsa would be executed, but it doesn't have a restart option, only start and stop. In my testing this failed to restart alsa (no sound) until I rebooted. I fixed this by changing the beginning of /etc/init.d/alsa to

Code: Select all

case "$1" in
 *start)
Of course another fix would be to have alsaconf execute $rcalsasound with a start instead of restart.
-TazOC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

User avatar
Hacao
Posts: 226
Joined: Thu 11 Aug 2005, 03:27
Location: Saigon, Vietnam
Contact:

Slackpup working well

#93 Post by Hacao »

Hi all,

Slackpup working well on IBM R50e laptop (made Hacao Linux series from 2.0 to 2009 CE).

Thanks,
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=44675]Hacao Linux 2009 CE released ![/url]

[url=http://hacao.com]Hacao.com[/url] English & Vietnamese !

panda_watch
Posts: 32
Joined: Wed 09 May 2007, 07:51

#94 Post by panda_watch »

Hi All,

I'm a newbie so don't know if my reporting will help. Of the recently released iso's Slackpup is the only one to boot to the desktop when I probe for a video driver. In Lucid and Quirky I have had to choose Xvesa as the computer freezes otherwise.

Wifi is working intermittently for me on Slackpup. I was having the same problem in Quirky but NOT in Lucid. If I use Dougal's network setup it works for only a short time. Using Barry's network setup it lasts longer. Oddly when I first boot up and try to use Barry's straight away it won't work but if I use Dougal's, wait for it to cut out, and then use Barry's again it works. Weird.

Anyway thought I'd let you know.

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

SlackPuppy looks very promising but some problems

#95 Post by peebee »

Thanks first to Barry for giving us all these things to try....

Trying out spup-040 from LiveCD on HP550 laptop, Thinkpad 600 laptop and on an AMD based desktop.

On HP550 laptop:
-Computer-
Processor : Intel(R) Celeron(R) CPU 550 @ 2.00GHz
Memory : 2066MB (88MB used)
Operating System : Puppy Linux 0.04

-Multimedia-
Audio Adapter : HDA-Intel - HDA Intel
Agere Systems HDA modem with manufacturer:model id = 11c1:1040

-PCI Devices-
Network controller : Broadcom Corporation BCM4312 802.11a/b/g

**Wifi problems:
Can connect using Network Wizard but not with Simple Network Setup however connection is not remembered through a reboot.
Connection drops periodically see dmesg output ++++1++++ below - but is reconnected with this command:
iwconfig wlan0 essid xxxxxxxxx
SAMBA via pNethood worked but the new Samba tools did not work for me - the buttons when clicked didn't seem to do anything.

**Modem problem:
Tried to force load modules agrmodem and agrserial - dmesg output ++++2++++ shows error messages - do I need to load something else??

**Sound problem:
Sound is muted on reboot and then springs into life after a time delay.

Other than these problems - much better with far fewer problems than recent tries to use lupu501, qret-120 and wary-030.
Successes were that mplayer played dvb-t ok and webcam worked out of the box.

Also tried on my AMD desktop and that seemed OK but on my Thinkpad 600 spup would not boot - strangely it started to boot and read stuff off the cd but then was unable to read the spup-040.sfs file and stopped - I guess I need a retro version for this age of hardware.

Cheers
Peter

dmesg ++++1++++
wlan0: authenticate with 94:44:52:0e:80:f3 (try 1)
wlan0: authenticated
wlan0: associate with 94:44:52:0e:80:f3 (try 1)
wlan0: RX AssocResp from 94:44:52:0e:80:f3 (capab=0x11 status=0 aid=1)
wlan0: associated
cfg80211: Calling CRDA for country: US
wlan0: deauthenticated from 94:44:52:0e:80:f3 (Reason: 3)
cfg80211: Calling CRDA to update world regulatory domain
wlan0: authenticate with 94:44:52:0e:80:f3 (try 1)
wlan0: authenticated
wlan0: associate with 94:44:52:0e:80:f3 (try 1)
wlan0: RX AssocResp from 94:44:52:0e:80:f3 (capab=0x11 status=0 aid=1)
wlan0: associated
wlan0: deauthenticated from 94:44:52:0e:80:f3 (Reason: 3)
cfg80211: Calling CRDA to update world regulatory domain
wlan0: authenticate with 94:44:52:0e:80:f3 (try 1)
wlan0: authenticated
wlan0: associate with 94:44:52:0e:80:f3 (try 1)
wlan0: RX AssocResp from 94:44:52:0e:80:f3 (capab=0x11 status=0 aid=1)
wlan0: associated

dmesg ++++2++++
agrmodem: disagrees about version of symbol snd_cards
agrmodem: Unknown symbol snd_cards
agrmodem: disagrees about version of symbol snd_hda_codec_read
agrmodem: Unknown symbol snd_hda_codec_read
agrmodem: disagrees about version of symbol snd_hda_codec_write
agrmodem: Unknown symbol snd_hda_codec_write

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#96 Post by edoc »

**Wifi problems:
Can connect using Network Wizard but not with Simple Network Setup however connection is not remembered through a reboot.
Connection drops periodically see dmesg output ++++1++++ below - but is reconnected with this command:
iwconfig wlan0 essid xxxxxxxxx
I made a wireless tweak to the router settings then tried to reconnect - no go.

I have tried rebooting, logging on to the router via a cable and restoring the original settings, tried installing pwireless (it found no routers),.

I can "see" the router and am sitting below it 70/70 signal strength.

I just tried "iwconfig wlan0 essid wireless" but no joy.

I am guessing that whatever happened when I tweaked the router and rebooted is still stuck somewhere in a config file or elsewhere and that is what is preventing the Wifi nic from connecting.

This laptop and Wifi have been working fine, I use it every day at home and on the road, so there is no reason to believe it is a hardware failure.

Any thoughts as to how to purge/reset the Wifi settings in spup 040 so I can get my Wifi back, please?
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
rerwin
Posts: 2017
Joined: Wed 24 Aug 2005, 22:50
Location: Maine, USA

#97 Post by rerwin »

peebee,
Agere Systems HDA modem with manufacturer:model id = 11c1:1040

**Modem problem:
Tried to force load modules agrmodem and agrserial - dmesg output ++++2++++ shows error messages - do I need to load something else??
I am not convinced that the issues with this modem have been resolved. I researched it a few months ago and concluded that work was still in progress in getting it to work reliably. I have on my "To Do" list to revisit the problem in the near future, to see what progress has been made. If you know of any linux distro in which the modem works, please tell me so I can see how they did it. Thanks.
Richard

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#98 Post by edoc »

The Wifi failure I am seeing is in wpa_supplicant

Is there somewhere that the Internet Connection Wizard stores wpa_supplicant information where something may be corrupted and needs to be deleted so a clean config may be created?

The last time I saw this it was in the transition from Spup 030 to Spup 040 and I had to move the Spup 030 savefile where the new Spup 040 boot could not find it in order to get a clean Spup boot and new savefile without whatever was corrupt in the Spup 030 savefile.

It is really frustrating to have to go to another room to hardwire the laptop in order to connect to the Internet!

Help??

EDIT:

Can I delete these and force them to be rebuilt?

/etc/network-wizard/wireless/wpa_profiles/CO:3F:OE:56:E6:EE:WPA2.conf

or

/etc/network-wizard/wireless/wpa_profiles/CO:3F:OE:56:E6:EE:WPA.conf
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

eps
Posts: 34
Joined: Sun 04 Jul 2010, 02:40

pppoe

#99 Post by eps »

1install on hdd spup and lupu
2 pppoe +connect now
3 reboot
4 on spup missing resolv.conf
On lupu resolv.conf is generatet corecu at evry connect nou
but external ip missing
on spup after write on resolv external ip exist and and internet exist
thanks
eps
Attachments
firstboot.png
(124.06 KiB) Downloaded 445 times
secondboot-afterstart-dns.png
(81.16 KiB) Downloaded 492 times

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#100 Post by edoc »

Should we get the Slackware version of Audacity here for spup 040?
http://slackbuilds.org/repository/13.0/audio/audacity/

Or is there another preferred source that will work, please?
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#101 Post by edoc »

I am seeing a "tty" error flash by when booting - but I forget where the bootlog is that would capture this.

Help, please?
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
upnorth
Posts: 287
Joined: Mon 11 Jan 2010, 19:32
Location: Wisconsin UTC-6 (-5 DST)
Contact:

petget cli

#102 Post by upnorth »

petget worked from cli for an uninstall but exited with gtkdialog error when attempting an install.

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#103 Post by ttuuxxx »

I installed xfce from the puppy package manager which used the slackware repo and it worked fine, then since Xfce was installed I found the slackware 13.1 version of xfburn and installed it, it takes 3 packages to manually install, so I made a pet with all 3 packages included and removed the doc's, locales etc below is the package, but you need the xfce window manager installed with its deps for it to work.
also for many more xfce packages are located at
http://rlworkman.net/pkgs/13.1/i486/
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#104 Post by ttuuxxx »

Also I converted the 902kb txz evince pdf and other format viewer package to a 402kb pet, by removing the extra's like dev,locales,help files.
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#105 Post by edoc »

I am guessing that I am not the only one who is unfamiliar with xfce, xfburn, and evince, so here is what I just learned:

About Xfce

"Xfce is a lightweight desktop environment for various *NIX systems. Designed for productivity, it loads and executes applications fast, while conserving system resources." - Olivier Fourdan, creator of Xfce

Xfce 4.6 embodies the traditional UNIX philosophy of modularity and re-usability. It consists of a number of components that together provide the full functionality of the desktop environment. They are packaged separately and you can pick and choose from the available packages to create the best personal working environment.

Xfburn is a simple CD/DVD burning tool based on libburnia libraries. It can blank CD/DVD(-RW)s, burn and create ISO images, audio CDs, as well as burn personal compositions of data to either CD or DVD. It is stable, and under ongoing development.

Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable Document Format (PDF) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks.
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#106 Post by ttuuxxx »

Here's a mahjongg game. Probably could be made much smaller if removed some of the tile themes, I'll think about updating it maybe.
Would like to change the control gui icons. I would have to edit the source code, if I get some free time
ttuuxxx

ps to use a different tileset open a terminal and type
xmahjongg --bg green --tileset real
or
xmahjongg --bg green --tileset gnome
or
xmahjongg --bg green --tileset gnome2
or
xmahjongg --bg green --tileset dorwhite
or
xmahjongg --bg green --tileset dorothys
Last edited by ttuuxxx on Wed 11 Aug 2010, 13:24, edited 1 time in total.
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#107 Post by ttuuxxx »

a few people really loved the Gnome games lite I compiled on upup and later altered for dpup, well it works on Spup also with 3 extra libs. Gconf,Orbit,libtasn. Actually when I repackaged it, with the 3 extra libs it only grew 300kb, not bad at all, so Here's the gnomes games lite, it has most of the games and tons of card games, like 100+
http://www.smokey01.com/ttuuxxx/Spup/13 ... 6-Spup.pet

also I packaged up a gimp-2.6.6-i486-1, with the missing deps from Slackware 12.1, its fast and stable. If you install python you'll get a few extra features
http://www.smokey01.com/ttuuxxx/Spup/13 ... i486-1.pet
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

Post Reply