Wary 0.7 mix-n-match feedback

Please post any bugs you have found
Message
Author
User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

extra PET for analog modem

#61 Post by shinobar »

BarryK wrote:In addition to the PET I posted, you will need this extra PET that rerwin has provided:
The pinstall.sh in modem_fix_pack-7.5-woof_patch.pet seems do not work.

Code: Select all

grep: unrecognized option '--fwdone'
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

Re: extra PET for analog modem

#62 Post by BarryK »

shinobar wrote:
BarryK wrote:In addition to the PET I posted, you will need this extra PET that rerwin has provided:
The pinstall.sh in modem_fix_pack-7.5-woof_patch.pet seems do not work.

Code: Select all

grep: unrecognized option '--fwdone'
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
shinobar,
You are right, it does not work. Yet, it did when I installed the PET, it correctly editied rc.sysinit. This is truly weird.

I just tested again. If I click on the PET, the pinstall.sh script does work.

However, if I try and run pinstall.sh, it gives an error message.

To make it work in the latter case, you have to do either of these:

Code: Select all

grep -- '--fwdone' etc/rc.d/rc.sysinit
or

Code: Select all

grep '\-\-fwdone' etc/rc.d/rc.sysinit
We used to have this problem in scripts with the 'echo' command, where a leading '-x' or '--x' was being treated by echo as a command parameter. Escaping the dashes with backspaces works, or the '--' in the first solution instructs grep and echo that it is the end of command parameters (this is a standard technique that works with some Linux utilities).

I still can't understand why it works when I install the PET. Perhaps though as a precaution I should advise rerwin about this, to be cautious about this potential problem in the future.

For those interested, one problem we had with echo was this:

Code: Select all

echo "$@"
...where the $@ had something like '-x' or '--x'. Apart from the '--' solution, another solution that works for echo is this:

Code: Select all

echo "$*"
[url]https://bkhome.org/news/[/url]

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#63 Post by BarryK »

Rerwin has created an updated PET, attached:
Attachments
modem_fix_pack-7.5-woof_patch.pet
(681 Bytes) Downloaded 758 times
[url]https://bkhome.org/news/[/url]

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

Re: the console dialog problem

#64 Post by Béèm »

shinobar wrote:Does anyone have the experience? with some NVIDIA graphics and one of those european keyboard layout:
azerty, de, be*, br*, dk, es, fi, fr, it, no, se, sv, pt, cz, hu, pl, ro, sk*, croat, slovene.

http://murga-linux.com/puppy/viewtopic. ... 901#447901
I have a medion MD8818 with NVIDIA graphics and a Belgian keyboard. (BE-latin1)
I don't have the issue you describe.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

Mesa/dri kernel 2.6.34.1

#65 Post by Béèm »

Did I misinterpret?
Wary 0.7 includes the full 'mesa' package, giving hardware-accelerated direct-rendering (DRI) and the openGL libraries. For Nvidia and ATI video, there are drivers supplied with Xorg, however I do plan to provide PETs with the commercial drivers -- these are kernel-version specific, and you may find PETs already created if you hunt on the forum -- but do be sure that it is designed for your kernel version.
HW report says:
OpenGL
Vendor Unknown
Renderer Unknown
Version Unknown
Direct Rendering No
I have a NVIDIA 7650

Do I have to install/select something?
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#66 Post by DaveS »

DaveS wrote:Great idea. Makes it very easy to try different kernels as the only big download is the sfs.
Test.doc crashes Abiword.

Code: Select all

abiword: symbol lookup error :/usr/lib/libabiword-2.8.so: undefined symbol: _wvf
ree
Any clues for fixing this?
Spup Frugal HD and USB
Root forever!

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

Thanks, Barry!

#67 Post by musher0 »

Hi, all!

In my case, frugal install of kernel 2.6.27 with wary 0.7 sfs, etc., was a cinch.

Beautiful idea that works beautifully on this old Intel 1.8 Mhz machine that was "puffing and chugging" with the higher numbered kernels. Under wary 0.7, it's fast, and the Intel chip stays cool.

Puppy and descendants already have numerous sfs's for programs and versions. Making the kernel(s) modular is just following the Puppy logic!

Nice choice of default programs and utilities, too. As to the biggies I usually add (java 1.6.20, wine 1.42, and openoffice 3.2.1 sfs's), they integrated without a glitch. I was able to "upgrade" from mywolfe 0.08 to wary 0.7 in no time!

Thanks, Barry!
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

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

Availability of modem upgrade to "8"

#68 Post by rerwin »

Barry,
I have, at last, completed what started out as modem fix pack 7.5, but has progressed to "8". It assumes the user has applied my second patch from here: http://www.murga-linux.com/puppy/viewto ... 644#449644
which affects only modules that are added through the BootManager (which is why you saw no problem, I presume). This makes significant internal changes that should not impact any functionality, and might fix a few problems. I give some details here: http://www.murga-linux.com/puppy/viewto ... 041#453041
and http://www.murga-linux.com/puppy/viewto ... 074#431074

To use this upgrade, first install the pup_event_backend_modprobe_fix-5.5 from the second link. Upgrades to the usb_modeswitch function are there, too, although they are needed for only a few newly supported modems.

Please wait a while for users to try these in case there are problems, before incorporating it into woof. Thanks.

UPDATE 9/23/2010: Re-uploaded package with patch to wireless modem detection, after download number 4.

UPDATE 10/1/2010: Please install "patch-2" from here: http://www.murga-linux.com/puppy/viewto ... 912#454912
after installing this attachment.

UPDATE 10/3/2010: Re-uploaded package with the corrections in "patch-2", after download number 15. Subsequent downloads of this package do not need any of the modem patches in this thread (as of this date).
Richard
Last edited by rerwin on Sun 03 Oct 2010, 22:02, edited 5 times in total.

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

Modem pack 8 feedback

#69 Post by peebee »

Hi Richard

HP550 laptop with Agere 11c1:1040 modem integrated into the HDA sound system.

Started with clean Wary 070 / K2.6.34.1
Created warysave file
Reboot
Applied pets: fix-pack-7.5 and then fix-pack-delta-7.5-to-8
Reboot
Force loaded module agrmodem
Reboot
dmesg looks promising - says ttyAGS3 has been created

HOWEVER modem-stats crashes - see /var/log/messages output below

and hence wvdial says the ttyAGS3 can be seen but can't be used.

Was really hoping to report 100% success.....

Regards
Peter

=====================

Sep 24 08:16:43 puppypc user.warn kernel: * Hello Agere Driver **
Sep 24 08:16:43 puppypc user.info kernel: usbcore: registered new interface driver agr12dec2006
Sep 24 08:16:43 puppypc user.alert kernel: Loading module Agere Modem Controller driver version 2.1.80 (2007-10-01)
Sep 24 08:16:43 puppypc user.warn kernel: Disabling lock debugging due to kernel taint
Sep 24 08:16:43 puppypc user.warn kernel: serial8250_register_ports: BaseAddress 0x4004 Irq 21
Sep 24 08:16:43 puppypc user.info kernel: ttyAGS3 at I/O 0x4004 (irq = 21) is a AgereModem
Sep 24 08:16:43 puppypc user.err kernel: agrserial - ret_val 0, call: lt_modem_ops.init_modem
Sep 24 08:16:43 puppypc user.info kernel: Loading module Agere Modem Interface driver version 2.1.80.0 (2007-10-01)
Sep 24 08:16:43 puppypc user.debug kernel: e1000e 0000:00:19.0: irq 20 for MSI/MSI-X
Sep 24 08:16:43 puppypc user.debug kernel: e1000e 0000:00:19.0: irq 20 for MSI/MSI-X
Sep 24 08:16:43 puppypc user.info kernel: b43 ssb0:0: firmware: requesting b43/ucode13.fw
Sep 24 08:16:43 puppypc user.info kernel: b43 ssb0:0: firmware: requesting b43/b0g0initvals13.fw
Sep 24 08:16:43 puppypc user.info kernel: b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
Sep 24 08:16:43 puppypc user.debug kernel: e1000e 0000:00:19.0: irq 20 for MSI/MSI-X
Sep 24 08:16:43 puppypc user.debug kernel: e1000e 0000:00:19.0: irq 20 for MSI/MSI-X
Sep 24 08:16:43 puppypc user.info kernel: b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
Sep 24 08:16:43 puppypc user.debug kernel: e1000e 0000:00:19.0: irq 20 for MSI/MSI-X
Sep 24 08:16:43 puppypc user.debug kernel: e1000e 0000:00:19.0: irq 20 for MSI/MSI-X
Sep 24 08:16:44 puppypc user.info kernel: [drm] Initialized drm 1.1.0 20060810
Sep 24 08:16:44 puppypc user.info kernel: pci 0000:00:02.0: PCI INT A -> Link[C12E] -> GSI 10 (level, low) -> IRQ 10
Sep 24 08:16:44 puppypc user.debug kernel: pci 0000:00:02.0: setting latency timer to 64
Sep 24 08:16:44 puppypc user.debug kernel: pci 0000:00:02.0: irq 22 for MSI/MSI-X
Sep 24 08:16:44 puppypc user.info kernel: acpi device:00: registered as cooling_device6
Sep 24 08:16:44 puppypc user.info kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
Sep 24 08:16:44 puppypc user.info kernel: ACPI: Video Device [C099] (multi-head: yes rom: no post: no)
Sep 24 08:16:44 puppypc user.info kernel: [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Sep 23 09:16:49 puppypc user.notice powerapplet: Abort, unable to open /proc/acpi/battery/---/info
Sep 24 08:17:31 puppypc user.warn kernel: ==> codecType = 0x32
Sep 24 08:17:31 puppypc user.alert kernel: BUG: unable to handle kernel NULL pointer dereference at 00000033
Sep 24 08:17:31 puppypc user.alert kernel: IP: [<f87cef9a>] azlGetResourceInformation+0x10/0x3c [agrmodem]
Sep 24 08:17:31 puppypc user.warn kernel: *pde = 00000000
Sep 24 08:17:31 puppypc user.emerg kernel: Oops: 0000 [#1] SMP
Sep 24 08:17:31 puppypc user.emerg kernel: last sysfs file: /sys/devices/pci0000:00/0000:00:1c.1/0000:10:00.0/ssb0:0/net/wlan0/dormant
Sep 24 08:17:31 puppypc user.warn kernel: Modules linked in: i915 drm_kms_helper drm cfbfillrect cfbimgblt cfbcopyarea i2c_algo_bit i2c_core snd_pcm_oss snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_mixer_oss agrserial agrmodem arc4 ecb snd_hd
Sep 24 08:17:31 puppypc user.warn kernel: Pid: 7848, comm: modem-stats Tainted: P 2.6.34.1 #1 3618/HP 550
Sep 24 08:17:31 puppypc user.warn kernel: EIP: 0060:[<f87cef9a>] EFLAGS: 00210246 CPU: 0
Sep 24 08:17:31 puppypc user.warn kernel: EIP is at azlGetResourceInformation+0x10/0x3c [agrmodem]
Sep 24 08:17:31 puppypc user.warn kernel: EAX: f607a800 EBX: f84710c4 ECX: 00000003 EDX: 00000000
Sep 24 08:17:31 puppypc user.warn kernel: ESI: f84710c4 EDI: f8471028 EBP: f6603d2c ESP: f6603d10
Sep 24 08:17:31 puppypc user.warn kernel: DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
Sep 24 08:17:31 puppypc user.emerg kernel: Process modem-stats (pid: 7848, ti=f6602000 task=f6ba6170 task.ti=f6602000)
Sep 24 08:17:31 puppypc user.emerg kernel: Stack:
Sep 24 08:17:31 puppypc user.warn kernel: f87b9f39 f847b5e9 f847b5ea f8471028 f6603d9c c1291bef f6603d7b f6603d9c
Sep 24 08:17:31 puppypc user.warn kernel: <0> f87a31c1 f84710c4 f837d048 00000008 00000001 f847139c 00000004 00000000
Sep 24 08:17:31 puppypc user.warn kernel: <0> 00000000 c13cf900 00000000 f6603dc8 c13d02c0 00000000 c1056c7f 00000000
Sep 24 08:17:31 puppypc user.emerg kernel: Call Trace:
Sep 24 08:17:31 puppypc user.warn kernel: [<f87b9f39>] ? CAzlIntelInit+0x2d/0x3c4 [agrmodem]
Sep 24 08:17:31 puppypc user.warn kernel: [<c1291bef>] ? printk+0xe/0x11
Sep 24 08:17:31 puppypc user.warn kernel: [<f87a31c1>] ? LXHardwareStart+0x11de/0x13fb [agrmodem]
Sep 24 08:17:31 puppypc user.warn kernel: [<c1056c7f>] ? __alloc_pages_nodemask+0xd6/0x470
Sep 24 08:17:31 puppypc user.warn kernel: [<f879e978>] ? linux_modem_open+0x45/0x10e [agrmodem]
Sep 24 08:17:31 puppypc user.warn kernel: [<c102cdc3>] ? mod_timer+0xea/0xf3
Sep 24 08:17:31 puppypc user.warn kernel: [<f86f8bf8>] ? modemPortOpen+0x5/0xe [agrmodem]
Sep 24 08:17:31 puppypc user.warn kernel: [<f8851a6f>] ? serial8250_startup+0x74/0x250 [agrserial]
Sep 24 08:17:31 puppypc user.warn kernel: [<c11abdc8>] ? uart_startup+0x6e/0x105
Sep 24 08:17:31 puppypc user.warn kernel: [<c11ac54d>] ? uart_open+0x10b/0x302
Sep 24 08:17:31 puppypc user.warn kernel: [<c119d13e>] ? tty_ldisc_setup+0x50/0x58
Sep 24 08:17:31 puppypc user.warn kernel: [<c11995a3>] ? tty_init_dev+0x160/0x1cd
Sep 24 08:17:31 puppypc user.warn kernel: [<c1199901>] ? tty_open+0x2f1/0x450
Sep 24 08:17:31 puppypc user.warn kernel: [<c10751e8>] ? chrdev_open+0x103/0x119
Sep 24 08:17:31 puppypc user.warn kernel: [<c10750e5>] ? chrdev_open+0x0/0x119
Sep 24 08:17:31 puppypc user.warn kernel: [<c1071b22>] ? __dentry_open+0xf0/0x1d4
Sep 24 08:17:31 puppypc user.warn kernel: [<c1071c96>] ? nameidata_to_filp+0x29/0x39
Sep 24 08:17:31 puppypc user.warn kernel: [<c107a951>] ? do_last+0x38b/0x483
Sep 24 08:17:31 puppypc user.warn kernel: [<c107bef9>] ? do_filp_open+0x16d/0x46e
Sep 24 08:17:31 puppypc user.warn kernel: [<c1018a37>] ? do_page_fault+0x2cc/0x2e2
Sep 24 08:17:31 puppypc user.warn kernel: [<c1018a1f>] ? do_page_fault+0x2b4/0x2e2
Sep 24 08:17:31 puppypc user.warn kernel: [<c106547b>] ? vma_link+0x7e/0x98
Sep 24 08:17:31 puppypc user.warn kernel: [<c1071935>] ? do_sys_open+0x49/0xe7
Sep 24 08:17:31 puppypc user.warn kernel: [<c1071a17>] ? sys_open+0x1e/0x23
Sep 24 08:17:31 puppypc user.warn kernel: [<c1293aa5>] ? syscall_call+0x7/0xb
Sep 24 08:17:31 puppypc user.emerg kernel: Code: 78 1a c1 11 75 0c a3 0c 10 80 f8 8b 40 04 83 e0 0f c3 42 83 fa 10 75 de b0 fd c3 a1 c0 d1 1b f8 31 d2 8b 80 68 01 00 00 8b 48 74 <8b> 44 91 30 85 c0 74 1d 66 81 78 1a c1 11 75 0d a3 0c 10 80 f8
Sep 24 08:17:31 puppypc user.emerg kernel: EIP: [<f87cef9a>] azlGetResourceInformation+0x10/0x3c [agrmodem] SS:ESP 0068:f6603d10
Sep 24 08:17:31 puppypc user.emerg kernel: CR2: 0000000000000033
Sep 24 08:17:31 puppypc user.warn kernel: ---[ end trace 3ccd6bed7dcfc8bf ]---

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

#70 Post by rerwin »

peebee,
Thanks for trying the new package. But please note that "7.5_to_8" requires that the pup_event_backend_modprobe...-5.5 package also be installed. They are interdependent. That may not solve the issue, but it needs to be in place before we try to sort out the situation.
Richard

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

#71 Post by peebee »

rerwin wrote:peebee,
Thanks for trying the new package. But please note that "7.5_to_8" requires that the pup_event_backend_modprobe...-5.5 package also be installed. They are interdependent. That may not solve the issue, but it needs to be in place before we try to sort out the situation.
Richard
Sorry Richard - missed that one - found it here I think http://www.murga-linux.com/puppy/viewto ... 074#431074

I've installed the extra pet, rebooted and still get the same crash when I run modem-stats.

Thanks
Peter


Sep 24 19:08:58 puppypc user.alert kernel: BUG: unable to handle kernel NULL pointer dereference at 00000033
Sep 24 19:08:58 puppypc user.alert kernel: IP: [<f87c4f9a>] azlGetResourceInformation+0x10/0x3c [agrmodem]
Sep 24 19:08:58 puppypc user.warn kernel: *pde = 00000000
Sep 24 19:08:58 puppypc user.emerg kernel: Oops: 0000 [#1] SMP
Sep 24 19:08:58 puppypc user.emerg kernel: last sysfs file: /sys/devices/pci0000:00/0000:00:1c.1/0000:10:00.0/ssb0:0/net/wlan0/dormant
Sep 24 19:08:58 puppypc user.warn kernel: Modules linked in: snd_pcm_oss snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_mixer_oss i915 drm_kms_helper drm cfbfillrect cfbimgblt cfbcopyarea i2c_algo_bit i2c_core agrserial agrmodem arc4 ecb b43 ma
Sep 24 19:08:58 puppypc user.warn kernel: Pid: 7383, comm: modem-stats Tainted: P 2.6.34.1 #1 3618/HP 550
Sep 24 19:08:58 puppypc user.warn kernel: EIP: 0060:[<f87c4f9a>] EFLAGS: 00210246 CPU: 0
Sep 24 19:08:58 puppypc user.warn kernel: EIP is at azlGetResourceInformation+0x10/0x3c [agrmodem]
Sep 24 19:08:58 puppypc user.warn kernel: EAX: f6420e00 EBX: f88410c4 ECX: 00000003 EDX: 00000000
Sep 24 19:08:58 puppypc user.warn kernel: ESI: f88410c4 EDI: f8841028 EBP: f6bdbd2c ESP: f6bdbd10
Sep 24 19:08:58 puppypc user.warn kernel: DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
Sep 24 19:08:58 puppypc user.emerg kernel: Process modem-stats (pid: 7383, ti=f6bda000 task=f69410f0 task.ti=f6bda000)
Sep 24 19:08:58 puppypc user.emerg kernel: Stack:
Sep 24 19:08:58 puppypc user.warn kernel: f87aff39 f884b5e9 f884b5ea f8841028 f6bdbd9c c1291bef f6bdbd7b f6bdbd9c
Sep 24 19:08:58 puppypc user.warn kernel: <0> f87991c1 f88410c4 f8478048 00000008 00000001 f884139c 00000004 00000000
Sep 24 19:08:58 puppypc user.warn kernel: <0> 00000000 c13cf900 00000000 f6bdbdc8 c13d02c0 00000000 c1056c7f 00000000
Sep 24 19:08:58 puppypc user.emerg kernel: Call Trace:
Sep 24 19:08:58 puppypc user.warn kernel: [<f87aff39>] ? CAzlIntelInit+0x2d/0x3c4 [agrmodem]
Sep 24 19:08:58 puppypc user.warn kernel: [<c1291bef>] ? printk+0xe/0x11
Sep 24 19:08:58 puppypc user.warn kernel: [<f87991c1>] ? LXHardwareStart+0x11de/0x13fb [agrmodem]
Sep 24 19:08:58 puppypc user.warn kernel: [<c1056c7f>] ? __alloc_pages_nodemask+0xd6/0x470
Sep 24 19:08:58 puppypc user.warn kernel: [<f8794978>] ? linux_modem_open+0x45/0x10e [agrmodem]
Sep 24 19:08:58 puppypc user.warn kernel: [<c102cdc3>] ? mod_timer+0xea/0xf3
Sep 24 19:08:58 puppypc user.warn kernel: [<f86eebf8>] ? modemPortOpen+0x5/0xe [agrmodem]
Sep 24 19:08:58 puppypc user.warn kernel: [<f847ca6f>] ? serial8250_startup+0x74/0x250 [agrserial]
Sep 24 19:08:58 puppypc user.warn kernel: [<c11abdc8>] ? uart_startup+0x6e/0x105
Sep 24 19:08:58 puppypc user.warn kernel: [<c11ac54d>] ? uart_open+0x10b/0x302
Sep 24 19:08:58 puppypc user.warn kernel: [<c119d13e>] ? tty_ldisc_setup+0x50/0x58
Sep 24 19:08:58 puppypc user.warn kernel: [<c11995a3>] ? tty_init_dev+0x160/0x1cd
Sep 24 19:08:58 puppypc user.warn kernel: [<c1199901>] ? tty_open+0x2f1/0x450
Sep 24 19:08:58 puppypc user.warn kernel: [<c10751e8>] ? chrdev_open+0x103/0x119
Sep 24 19:08:58 puppypc user.warn kernel: [<c10750e5>] ? chrdev_open+0x0/0x119
Sep 24 19:08:58 puppypc user.warn kernel: [<c1071b22>] ? __dentry_open+0xf0/0x1d4
Sep 24 19:08:58 puppypc user.warn kernel: [<c1071c96>] ? nameidata_to_filp+0x29/0x39
Sep 24 19:08:58 puppypc user.warn kernel: [<c107a951>] ? do_last+0x38b/0x483
Sep 24 19:08:58 puppypc user.warn kernel: [<c107bef9>] ? do_filp_open+0x16d/0x46e
Sep 24 19:08:58 puppypc user.warn kernel: [<c1018a37>] ? do_page_fault+0x2cc/0x2e2
Sep 24 19:08:58 puppypc user.warn kernel: [<c1018a1f>] ? do_page_fault+0x2b4/0x2e2
Sep 24 19:08:58 puppypc user.warn kernel: [<c106547b>] ? vma_link+0x7e/0x98
Sep 24 19:08:58 puppypc user.warn kernel: [<c1071935>] ? do_sys_open+0x49/0xe7
Sep 24 19:08:58 puppypc user.warn kernel: [<c1071a17>] ? sys_open+0x1e/0x23
Sep 24 19:08:58 puppypc user.warn kernel: [<c1293aa5>] ? syscall_call+0x7/0xb
Sep 24 19:08:58 puppypc user.emerg kernel: Code: 78 1a c1 11 75 0c a3 0c 70 7f f8 8b 40 04 83 e0 0f c3 42 83 fa 10 75 de b0 fd c3 a1 c0 21 1b f8 31 d2 8b 80 68 01 00 00 8b 48 74 <8b> 44 91 30 85 c0 74 1d 66 81 78 1a c1 11 75 0d a3 0c 70 7f f8
Sep 24 19:08:58 puppypc user.emerg kernel: EIP: [<f87c4f9a>] azlGetResourceInformation+0x10/0x3c [agrmodem] SS:ESP 0068:f6bdbd10
Sep 24 19:08:58 puppypc user.emerg kernel: CR2: 0000000000000033
Sep 24 19:08:58 puppypc user.warn kernel: ---[ end trace d654e3d7d5beaa33 ]---

User avatar
samedog
Posts: 56
Joined: Sun 12 Oct 2008, 11:03
Location: Panguipulli,Chile
Contact:

#72 Post by samedog »

hi, i'm just loving wary 0.7, i just updated glibc (to 2.11.1) and gcc (to 4.4.4) and compiled the nvidia driver for my card. thumbs up for the great work.


samedog.
<Rupp>ERROR: Communication problem with khotkeys, it probably crashed.
<Rupp>damn
<samedog>EPIC
<Rupp>FAIL
<samedog>hmm... pretty good for a signature..
<Rupp>XD

User avatar
Terryphi
Posts: 761
Joined: Wed 02 Jul 2008, 09:32
Location: West Wales, Britain.

#73 Post by Terryphi »

I was preparing some Quirky 130 and Wary 070 Live-CDs for a friend and when I tested them I realised that Wary 070 has a problem with the Intel Corporation 82G33/G31 Express Integrated Graphics Controller (v 10).
Trying to set Xorg crashes Wary 070. I tested kernel versions 2.6.34.1 and 2.6.30.5 . This does not happen in Quirky 130.

As a workaround I was able to use Xvesa, copy in an xorg.conf I know to work, restart Xserver and then use xorgwizard to select the 1024x768 resolution. However, as a live-CD for newbies it would be useless.

A fix for the next version of Wary would be much appreciated.

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Wary 090

#74 Post by Billtoo »

I'm using wary 090 kernel 2.6.30.5 live with a save file.
I installed the nvidia pet by gray from the forum.
# glxgears
28117 frames in 5.0 seconds = 5623.256 FPS
32089 frames in 5.0 seconds = 6417.654 FPS
45178 frames in 5.0 seconds = 9035.508 FPS
54833 frames in 5.0 seconds = 10966.482 FPS
54670 frames in 5.0 seconds = 10933.860 FPS
53823 frames in 5.0 seconds = 10764.540 FPS
44986 frames in 5.0 seconds = 8997.195 FPS
#
OpenGL
Vendor NVIDIA Corporation
Renderer GeForce GT 220/PCI/SSE2
Version 3.2.0 NVIDIA 190.53
Direct Rendering Yes

Computer
Processor 2x Pentium(R) Dual-Core CPU E5200 @ 2.50GHz
Memory 2853MB (197MB used)
Operating System Puppy Linux 0.09
User Name root (root)
Date/Time Fri 08 Oct 2010 03:43:07 PM EDT
Display
Resolution 1440x900 pixels
OpenGL Renderer GeForce GT 220/PCI/SSE2
X11 Vendor The X.Org Foundation

So far I've tried Ogle to play a dvd, pmusic for a mp3 and ogg file,
and mplayer for a m4v file, they all work well.
I installed several pets that I made in quirky
1.3,mocp,htop,mrxvt,and weechat and they work.
I'm looking forward to wary 090 with the newer kernel (still uploading) but this version is working very well.

edit: the newer kernel isn't working as well for me, can't get accelerated graphics with the nvidia driver in the wary repository.
Last edited by Billtoo on Fri 08 Oct 2010, 23:17, edited 1 time in total.

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#75 Post by DaveS »

0.9 kernel .35. Love it love it. Mouse super sensitive like it used to be in 4.* series, boot process actually said Ok for Video instead of maybe. Abiword/.doc fixed. Seamonkey 2.0.7 is fast.
Everything is working. will test and report further.
Spup Frugal HD and USB
Root forever!

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

#76 Post by James C »

Since there's no a thread for Wary 090 yet................... :lol:

Wary 090..... 2.6.30.5 kernel........live pfix=ram in my main Linux box.Correct resolution and internet on initial boot.Sound wasn't working,found it was muted.Simple fix.



VIDEO REPORT: Wary Puppy, version 090

Chip description:
oem: S3 Graphics ProSavage DDR Family BIOS
product: VBE 3.0 Rev 0.0

Driver used by Xorg:
savage

Video mode used by Xorg:
Resolution: Depth 24 Depth: "Display"

...the above also recorded in /tmp/report-video
#



Processor : AMD Athlon(tm) XP 2400+
Memory : 1001MB (154MB used)
Operating System : Puppy Linux 0.09
User Name : root (root)
Date/Time : Fri 08 Oct 2010 05:02:08 PM CDT
-Display-
Resolution : 1400x1050 pixels
OpenGL Renderer : Unknown
X11 Vendor : The X.Org Foundation
-Multimedia-
Audio Adapter : VIA8233 - VIA 8235


Everything appears to work,more testing later.

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Wary 0.7 mix-n-match feedback

#77 Post by Billtoo »

Mem: 894516K used, 2220616K free, 0K shrd, 48052K buff, 729040K cached
CPU: 1% usr 0% sys 0% nic 98% idle 0% io 0% irq 0% sirq
Load average: 0.03 0.03 0.00 1/143 5175
Operating System
Version
Kernel Linux 2.6.34.1 (i686)
Compiled #1 SMP Fri Jul 16 19:16:08 GMT-8 2010
C Library GNU C Library version 2.10.1 (stable)
Default C Compiler GNU C Compiler version 4.3.4 (GCC)
Distribution Puppy Linux 0.07
Display
Display
Resolution 1920x1080 pixels
Vendor The X.Org Foundation
Version 1.4.2
Monitors
Monitor 0 1920x1080 pixels
OpenGL
Vendor Unknown
Renderer Unknown
Version Unknown
Direct Rendering No
# report-video
VIDEO REPORT: Wary Puppy, version 070

Chip description:
oem: NVIDIA
product: GT216 Board - 0682vb12 Chip Rev

Driver used by Xorg:
#card0driver

Video mode used by Xorg:
Resolution: Depth 24 Depth: "Display"

...the above also recorded in /tmp/report-video
******************************************************************************
Running live with a save file which is 6.2GB with 4.7GB free.
rootfs / 24.09 % (4.7 GiB of 6.2 GiB)

The kernel source and devx sfs files are installed and the latest
NVIDIA-Linux-x86-260.19.12.run has been installed to give hardware
acceleration.
Compiled:xchat-2.8.8,weechat-0.3.3,moc-2.4.4,htop-0.8.3,mrxvt-0.5.4,pidgin-2.7.3,
dosbox-0.74,geeqie-1.0,nano-2.2.5,qt-everywhere-opensource-4.7.0,seamonkey-2.0.8,
vlc-1.0.6,and various dependencies for vlc and dosbox.
Installed Dbus pets from wary repo in ppm.
It's working great :)

Post Reply