TazPuppy 5.0 rc2

Under development: PCMCIA, wireless, etc.
Message
Author
mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#676 Post by mistfire »

@s243a it seems my approach on /dev/shm does not work. I made a test by typing this command

Code: Select all

 echo 1 > /dev/shm/file 

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

#677 Post by s243a »

mistfire wrote:@s243a

That was weird. I already set the permission of /dev/shm to 1777 when the system boots up take a look at /etc/rc.d/rc.sysinit that was supposed to be work. May I know where did you get that iron browser? I will try to download it

Also I found something weird on loading the save file (not save folder) in TazPuppy. The /initrd/mnt/dev_save mountpoint cannot be accesed by ordinary user account only the root account can. Even I set the permission to 1777 it still cannot be accesed by ordinary user.
Just search the tazpup package manager for "iron". I believe that it is called "iron-linux" in the package manager.

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#678 Post by mistfire »

@s243a I successfully fixed the /dev/shm permission upon booting. Now it successfully set the /dev/shm permission when the system boots.

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#679 Post by mistfire »

TazPuppy Beta 6 released

Changes:
* Automatic configuration now works on sound cards. Its alsa configuration is now located at /etc/asound.state
* Improved Xorg autoconfiguration for synaptic touchpads as well as autoconfiguration for backlights.
* Boots more faster due to fixes in sfs load
* /dev/shm permission fixed
* Tazpanel fixed
* 3G modem dialer and PPPOE is now separated application
* With GNOME PPP for dialup support
* Basic hotkey now working (Win key for application menu, CTRL+ALT+DELETE for task manager, and Print Screen for screenshot)
* More fixes

Download: https://drive.google.com/file/d/1uyu5c0 ... sp=sharing
Build kit: https://drive.google.com/file/d/1SOZx6q ... sp=sharing

thinkpadfreak
Posts: 98
Joined: Mon 17 Oct 2016, 05:11

#680 Post by thinkpadfreak »

Mistfire, thank you for various improvements in beta 6.

Now, the synaptics touchpad is recognized and flsynclient starts successfully.
Xorg configuration introduces modesetting driver. I changed xorg.conf to use radeon driver. This does not matter much, I think.

I am glad that sfs_load does not take time at boot.

Before beta 6, I had difficulty enabling the default sound card, because the machine ThinkPad X121e has HDMI output. Now configuring the sound card has become much easier.

However, I am afraid the volume setting is not saved. This seems to be true of some recent versions.
To save the volume setting, I make a link /etc/asound.state pointing to /var/lib/alsa/asound.state. Then I execute the command alsactl store, which seems to save to /var/lib/alsa/asound.state.

Edit
The link got replaced by a new file at reboot. I changed the method as follows:

Code: Select all

# alsactl store
# cp /var/lib/alsa/asound.state /etc/asound.state

Terry H
Posts: 708
Joined: Sun 29 Mar 2009, 16:48
Location: The Heart of Muskoka, ON Canada

#681 Post by Terry H »

New frugal install on USB Flash Drive on Dell Laptop i3-5005U. Synaptics touch pad working well OOTB, just made minor adjustment to sensitivity and disabled tapping.

I am having major problem with getting sound to work. Previously changing asound.conf, to that from other puppies and I could configure sound. I tried multiple times to configure sound without changing asound.conf, but could not get any sound. I changed asound.conf, but still had no sound. I have no idea how to configure sound in beta 6.

Also Volume Control is listed as being included in Panel, it does not appear. I t also wasn't initially displayed in previous releases until after sound was working.

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#682 Post by mistfire »

@TerryH did you boot TazPuppy beta 6 on pristine state? Try to stop the alsa by typing this on terminal

Code: Select all

/etc/init.d/pup_alsa<space>stop
Delete the /etc/asound.state
Then start the alsa

Code: Select all

/etc/init.d/pup_alsa<space>start
NOTE: The alsa sound configuration file is now at /etc

Also this link will help
https://wiki.archlinux.org/index.php/Ad ... chitecture

Terry H
Posts: 708
Joined: Sun 29 Mar 2009, 16:48
Location: The Heart of Muskoka, ON Canada

#683 Post by Terry H »

mistfire wrote:@TerryH did you boot TazPuppy beta 6 on pristine state? Try to stop the alsa by typing this on terminal

Code: Select all

/etc/init.d/pup_alsa<space>stop
Delete the /etc/asound.state
Then start the alsa

Code: Select all

/etc/init.d/pup_alsa<space>start
NOTE: The alsa sound configuration file is now at /etc

Also this link will help
https://wiki.archlinux.org/index.php/Ad ... chitecture
Yes it was a new clean install, as you had made changes to the 2 areas I had some difficulties on previous releases I wanted to check progress for these(alsa and synaptics).

I ran the stop pup_alsa, this had a side effect, it caused lxpanel to crash. I ran several times to confirm. After deleting asound.state and then starting pup_alsa, I ended up back at the same point, the start finds and configures the HDMI interface and I have the same setup created, without sound.

I was no further enlightened in configuring alsa by reading the alsa section in the Arch wiki.

thinkpadfreak
Posts: 98
Joined: Mon 17 Oct 2016, 05:11

#684 Post by thinkpadfreak »

@Terry H

Sound defaults to HDMI on my machine, too.

To prevent this, I create /etc/modprobe.d/sound.conf.

Code: Select all

options snd_hda_intel index=0
options snd_hda_intel index=1
This is based on the output of the following command:

# cat /proc/asound/modules
0 snd_hda_intel
1 snd_hda_intel

I wonder if creating /etc/modprobe.d/sound.conf will be of help to you.

Terry H
Posts: 708
Joined: Sun 29 Mar 2009, 16:48
Location: The Heart of Muskoka, ON Canada

#685 Post by Terry H »

@thinkpadfreak.

Excellent, that did it, sound now working with HDA Intel PCH being default.

Even after the information that you advised, I don't understand it. It's working correctly, so all is good. Thank you.


@mistfire.

The volume function keys (F1, F2, F3) are all functioning correctly also.

So thank you for another great job on this release. Everything tested so far running smoothly and lightning fast. Running palemoon linked from /mnt/home with 3 Tabs still only using about 250 MB memory.

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#686 Post by mistfire »

That was nice @thinkpadfreak. I modified the pup_alsa to add soundcard.conf on /etc/modprobe.d based on your idea. Right now Im dealing with autoconfiguration in a situation where video card setup not changed but the monitor changed.

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#687 Post by mistfire »

TazPuppy Beta 7 released

Changes:
* Autoconfig now works on display monitors
* Improvements for autoconfiguration of sound
* Some fixes on tazbox
* apulse is now added

Download: https://drive.google.com/file/d/1fEZx9L ... sp=sharing
Build kit: https://drive.google.com/file/d/1dVTmhA ... sp=sharing

Terry H
Posts: 708
Joined: Sun 29 Mar 2009, 16:48
Location: The Heart of Muskoka, ON Canada

#688 Post by Terry H »

mistfire wrote:TazPuppy Beta 7 released

Changes:
* Autoconfig now works on display monitors
* Improvements for autoconfiguration of sound
* Some fixes on tazbox
* apulse is now added
I am unable to set up sound on beta 7, even thought this has the soundcards.conf, which matches the sound.conf previously provided by thinkpadfreak. I still can not get PCH to be used for sound.

With beta 6, as soon as I included the sound.conf, sound worked straight away. That is not happening with beta 7, for some reason.

Terry H
Posts: 708
Joined: Sun 29 Mar 2009, 16:48
Location: The Heart of Muskoka, ON Canada

#689 Post by Terry H »

@mistfire It was identified in the bionicpup64 thread that some SD Card Readers within laptops are not functional in some Puppies. In my case I identified that 3 drivers related to rtsx_pci module required for the Realtek RTS525A pcie Card Reader were not included in kernel modules.

If it is not a difficult task, next time you compile a kernel could you please cater for this hardware.

Thanks in advance.


Missing kernel module for Realtek RTS525A pcie Card Reader wrote: sh-4.4$ lspci -k
00:1c.3 Class 0604: 8086:9c96 pcieport
00:1f.3 Class 0c05: 8086:9ca2 i801_smbus
00:00.0 Class 0600: 8086:1604 bdw_uncore
00:1c.1 Class 0604: 8086:9c92 pcieport
00:03.0 Class 0403: 8086:160c snd_hda_intel
00:1d.0 Class 0c03: 8086:9ca6 ehci-pci
00:02.0 Class 0300: 8086:1616 i915
04:00.0 Class 0280: 8086:095a iwlwifi
00:14.0 Class 0c03: 8086:9cb1 xhci_hcd
00:1c.2 Class 0604: 8086:9c94 pcieport
00:1f.2 Class 0106: 8086:9c83 ahci
03:00.0 Class 0200: 10ec:8168 r8169
00:1c.0 Class 0604: 8086:9c90 pcieport
00:1f.0 Class 0601: 8086:9cc5 lpc_ich
02:00.0 Class ff00: 10ec:525a **** rtsx_pci ****
00:04.0 Class 1180: 8086:1603 proc_thermal
00:16.0 Class 0780: 8086:9cba mei_me
00:1b.0 Class 0403: 8086:9ca0 snd_hda_intel
Attachments
image-3.png
Missing kernel modules as included in stretch pup 7.5 rc 3
(24.86 KiB) Downloaded 180 times

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#690 Post by mistfire »

@Terry H I think we need to get deeper to determine the soundcard problem. I was thinking, what if I bring back barry's alsa soundcard which can be found on Puppy 4.X which allows to configure soundcard manually

About RTSX kernel module i recompiled now the kernel and it is now builitin (I will to release the fix pretty soon). My customized kernel has the following builtin kernel modules:
* IDE and SATA drivers
* Keyboard and Mouse drivers
* USB and Firewire drivers
* MMC, NVME, PCMCIA, and MEMSTICK drivers
* VESA and FB drivers

thinkpadfreak
Posts: 98
Joined: Mon 17 Oct 2016, 05:11

#691 Post by thinkpadfreak »

Auto-configuration of sound cards seems to have worked for my machine.

At first boot, sound was not activated. But at second boot (with a save file), a speaker icon appeared and now sound is active.

However, I do not insist on auto-configuration. I am accustomed to creating the file /etc/modprobe.d/sound.conf, because I have created the file for other puppies, too. I think sound configuration of beta 6 was fairly satisfactory.

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#692 Post by mistfire »

@thinkpadfreak I implemented autoconfig because of my experiences of using puppy across different computers with save file loaded. It will only trigger when tazpuppy detects changes on hardware setup such as changing video cards or display monitors when the computer booting up. This makes TazPuppy a truly portable OS.

Terry H
Posts: 708
Joined: Sun 29 Mar 2009, 16:48
Location: The Heart of Muskoka, ON Canada

#693 Post by Terry H »

Terry H wrote:
mistfire wrote:TazPuppy Beta 7 released

Changes:
* Autoconfig now works on display monitors
* Improvements for autoconfiguration of sound
* Some fixes on tazbox
* apulse is now added
I am unable to set up sound on beta 7, even thought this has the soundcards.conf, which matches the sound.conf previously provided by thinkpadfreak. I still can not get PCH to be used for sound.

With beta 6, as soon as I included the sound.conf, sound worked straight away. That is not happening with beta 7, for some reason.

I just booted to this beta 7 installation again. As mentioned in previous post, I had no sound when using beta 7. This time, the sound was working immediately on boot without any intervention. I have rebooted to confirm. Strange!

So I beleive the setup you had implemented in beta 7 is good.


Edit: I didn't see thinkpadfreak's post above, regarding sound configuration. I have no issue with having to manually include the modprobe script myself also, if that is consiered the best solution.
Last edited by Terry H on Thu 08 Nov 2018, 21:04, edited 1 time in total.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#694 Post by smokey01 »

@mistfire, I haven't had a look at TazPuppy for some time and I must say I'm very impressed. It really has that puppy feel about it.

I did notice a couple of things that possibly need attention.

All the below were tested in Qemu.

When selecting Menu > Desktop > Time.is then clicking on a city it drives the processor to the max.

Internet > TazWeb Browser produces "Error opening file: No such file or directory"

Internet > Midori produces error, see attached image tazpuppy.jpg.

There is a lot of duplication in the menus.
Attachments
tazpuppy.jpg
(71.01 KiB) Downloaded 593 times

Terry H
Posts: 708
Joined: Sun 29 Mar 2009, 16:48
Location: The Heart of Muskoka, ON Canada

#695 Post by Terry H »

mistfire wrote:@Terry H I think we need to get deeper to determine the soundcard problem. I was thinking, what if I bring back barry's alsa soundcard which can be found on Puppy 4.X which allows to configure soundcard manually
As per my previous post, sound is OK now.
About RTSX kernel module i recompiled now the kernel and it is now builitin (I will to release the fix pretty soon). My customized kernel has the following builtin kernel modules:
* IDE and SATA drivers
* Keyboard and Mouse drivers
* USB and Firewire drivers
* MMC, NVME, PCMCIA, and MEMSTICK drivers
* VESA and FB drivers
Wow, rcompiled kernel already. That is fantastic service. Thank you.

Post Reply