tahrpup 6.0, 6.0.2 & 6.0.5 CE

Please post any bugs you have found
Message
Author
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#46 Post by rcrsn51 »

Re ndiswrapper:

In Tahrpup 6.0-nonpae, I ran "modprobe ndiswrapper" and got a "not found" error. So I ran "depmod -a" and "modprobe ndiswrapper". That found the module but returned a "could not insert" error.

That suggests a problem with the kernel version. I tried to compile ndiswrapper 159 from source, but it failed with numerous problems.
Last edited by rcrsn51 on Fri 31 Oct 2014, 16:09, edited 1 time in total.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#47 Post by rcrsn51 »

ariel wrote:is the atl1c module and ath9k supported by puppy tahr or not?
I checked this in a machine with a PCI ath9k card and it worked fine using PWF as the connection manager.

If you have done a frugal install, remember to include the zdrv_tahr_6.0.sfs file.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#48 Post by bigpup »

ariel wrote: I cannot connect to the internet. I use a netbook with atheros wired and wireless board. When I try to find a module manually I can find none. My question is: is the atl1c module and ath9k supported by puppy tahr or not?
From my Sysinfo:
Manufacturer=NETGEAR WNA
Product=WNA1100
Driver=ath9k_htc

ath9k was there and working for me with no problems.
Network Wizard had my wireless detected and all I had to do was normal required setup.

Does Network Wizard see your hardware?
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#49 Post by rcrsn51 »

Ndiswrapper update:

I got new sources from Ubuntu. This compiled and works in non-pae. I don't know if it also works in pae.
Attachments
ndiswrapper_1.59_2_tahr_60_nopae-k3.14.20.pet
(94.71 KiB) Downloaded 4471 times

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#50 Post by 666philb »

thank rcrsn51
you beat me to it.

it seems PAE and noPAE need there own ndiswrapper, i thought as the kernel was the same version it wouldn't matter but it does... which means the one included in tahrpup only works with PAE, and then only after 'depmod -a'

ideally it should have been in the zdrv
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

Re: transparent conky?

#51 Post by 666philb »

tubeguy wrote:I don't know if this is a tahr bug or just my inexperience with conky, trying to get Linux_Australis to be tranparent, here is my conkyrc:
hi tubeguy,

try resetting the wallpaper.
here's an example script you could put in /root/Startup

Code: Select all

#!/bin/sh
sleep 5
set_bg /usr/share/backgrounds/default.png
you may need to alter the sleep value

and tahrpup has vlc intstead of mplayer
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
ariel
Posts: 140
Joined: Fri 03 Jul 2009, 19:47
Contact:

#52 Post by ariel »

Ok guys I have solved my problem with the internet connection.

I have a frugal install and I copied
vmlinuz
initrd.gz
zdrv_tahr_6.0.sfs

in the booting usb stick. In these conditions I didn't get loaded the zdrv file and my internet connection didn't work. Then I've copied these same files in the hard drive partition and everything works fine :D

By the way atl1c for my wired connection seems to have not been implemented in puppy tahr because I can only connect with ath9k wireless module. please correct me if I'm wrong.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#53 Post by rcrsn51 »

ariel wrote:By the way atl1c for my wired connection seems to have not been implemented in puppy tahr because I can only connect with ath9k wireless module. please correct me if I'm wrong.
The atl1c driver is present. Run: modinfo atl1c

And it installs manually. Run: modprobe atl1c

Check for error messages. Run: dmesg

User avatar
ariel
Posts: 140
Joined: Fri 03 Jul 2009, 19:47
Contact:

#54 Post by ariel »

rcrsn51 wrote: The atl1c driver is present. Run: modinfo atl1c

And it installs manually. Run: modprobe atl1c

Check for error messages. Run: dmesg

thanks for pointing me in the right direction. I've followed your instructions but I can't see my wired board recognized.

I attach a file with the dmesg output.
Attachments
errormsg.tar
(40 KiB) Downloaded 332 times
Last edited by ariel on Fri 31 Oct 2014, 17:23, edited 1 time in total.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#55 Post by rcrsn51 »

I can't read the errormsg.txt file.

User avatar
ariel
Posts: 140
Joined: Fri 03 Jul 2009, 19:47
Contact:

#56 Post by ariel »

my bad. I've uploaded a new file with the error message.

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

Re: transparent conky?

#57 Post by tubeguy »

666philb wrote:
tubeguy wrote:I don't know if this is a tahr bug or just my inexperience with conky, trying to get Linux_Australis to be tranparent, here is my conkyrc:
hi tubeguy,

try resetting the wallpaper.
here's an example script you could put in /root/Startup

Code: Select all

#!/bin/sh
sleep 5
set_bg /usr/share/backgrounds/default.png
you may need to alter the sleep value

and tahrpup has vlc intstead of mplayer
Thank you, looks like the issue was the wallpaper itself, it was a jpg which I converted to png and transparency works now.
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#58 Post by rcrsn51 »

@ariel: You can see the error messages at the end of your dmesg output. These seem to be occurring with some old drivers in some new kernels.

There is a lot of confusing information about this error on the web, but here is something to try:

1. Go to the folder /etc/modprobe.d

2. Create a file named atl1c.conf. Add the line

Code: Select all

alias netdev-eth0 eth0
3. Reboot

4. Type: ifconfig -a eth0. Do you get an eth0 interface?

5. Type: ifconfig eth0 up. Do you get an error?

6. Type: dhcpcd eth0. Do you get an IP address?

User avatar
ariel
Posts: 140
Joined: Fri 03 Jul 2009, 19:47
Contact:

#59 Post by ariel »

@ rcrsn51

I've followed the instructions but stopped at point 4

Code: Select all

# ifconfig -a eth0
ifconfig: eth0: error fetching interface information: Device not found
have you any other suggestion?

anyway, thanks for your help

LoboGrande
Posts: 62
Joined: Sat 08 Aug 2009, 01:44

No sound card found

#60 Post by LoboGrande »

Tahr pup 6.0 won't find the audio card on my '07 Toshiba Tecra M5. It won't even recognize my keyboard when running from a live cd on my Asus M5A97 mobo. Tahr 5.8.3 had no problems at all. :?

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#61 Post by trio »

I've just updated jwmthememaker to v 1.6. Now it can generate preview pics (for jwm theme swicther automagically. If anyone would test and report, will be much appreciated

http://murga-linux.com/puppy/viewtopic. ... 721#330721

I tried, it wont work correctly.

1. font list is listed with full path
2. ffmpeg is not installed

edit:
Version 1.6.1: fix fc-list compatibility. Fully working for precise 5.7.1 and slacko 5.7, also with fc-list of tahr 6.0 (but tahr needs proper ffmpeg to make jwmthememaker create preview pics, other than that it works)
Last edited by trio on Sat 01 Nov 2014, 11:35, edited 2 times in total.

User avatar
tronkel
Posts: 1116
Joined: Fri 30 Sep 2005, 11:27
Location: Vienna Austria
Contact:

#62 Post by tronkel »

Thanks to the all the developers of this great version. This has made my weekend.

Tried to create an encrypted save file (light) on first shutdown. Won't let me log in on next boot up. Unencrypted save file is fine.

Also, when trying to update the PPM, I'm getting a little error message on the yellow screen among the rest of the scrolling messages that there is a "compilation failure". Doesn't seem to cause any obvious problems though. Will keep an eye on it and post any adverse effects back here.
Life is too short to spend it in front of a computer

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

#63 Post by peebee »

A report of problems with VIA Unichrome PRO S3G IGP graphics at:
http://www.murga-linux.com/puppy/viewtopic.php?t=96271
akshayk wrote:I tried booting with pfix=nox option. Then, after running xorgwizard, I was presented with the keyboard and time setting screens (They worked fine). Then I had the screen which asked the type of driver for xorg. It had only one option- modesetting unaccelerated driver I chose it, and then it asked for the resolution. I chose NOTHING Let Xorg guess it. Then I asked to "Test X Now" After clicking enter, there was a black screen with no monitor input. I also tried 640x480 resolution, but with the same result.
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
Keef
Posts: 987
Joined: Thu 20 Dec 2007, 22:12
Location: Staffordshire

#64 Post by Keef »

Probably turn out to just me, but to make sure, can someone open /proc with Rox, and see what happens. If no-one else has a problem, I shall say no more...

User avatar
SFR
Posts: 1800
Joined: Wed 26 Oct 2011, 21:52

#65 Post by SFR »

tronkel wrote:Tried to create an encrypted save file (light) on first shutdown. Won't let me log in on next boot up.
Just created a 64MiB savefile with password test and all is ok.
Did you use some special characters or diacritics?
If so, perhaps specifying pkeys=your_keyboard_layout at boot would help...
___________
Keef wrote:Probably turn out to just me, but to make sure, can someone open /proc with Rox, and see what happens. If no-one else has a problem, I shall say no more...
Yeah, the old annoyance with Rox. :roll:
Happens if Thumbnails are enabled.
Latest version has it fixed, I think thanks to this commit.
___________

@666philb: (a little late, but) Congrats! :)

Greetings!
[color=red][size=75][O]bdurate [R]ules [D]estroy [E]nthusiastic [R]ebels => [C]reative [H]umans [A]lways [O]pen [S]ource[/size][/color]
[b][color=green]Omnia mea mecum porto.[/color][/b]

Post Reply