Dpup Wheezy. Woof-CE built debian wheezy 7.2 packages used

A home for all kinds of Puppy related projects
Message
Author
darry1966

#641 Post by darry1966 »

This pup flies on my Compaq nx6120 really impressed - can I ask why this isn't an official pup on distrowatch it seems worthy of offical release

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

#642 Post by charlie6 »

Hi don570,
thanks for answering !
don570 wrote:Is the older 'nv' nvidia driver installed in Wheezy?
answer:
/lib/modules/3.5.2-dpup/kernel/drivers/video/nvidia is empty :cry:
i believe it needs being compiled ... i remember i got a try compiling it but without success ..
Cheers, charlie

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

[SOLVED] iwl3945: no wifi connexion even after copy

#643 Post by charlie6 »

Hi,
[SOLVED]: yeah .. :oops: ..digging a bit deeper into this forums thread relevant to wifi connection, i got a look into my pdiagxxxx.tar.gz files (see attachments below) comparing the dmesg.txt files:
- the pdiagxxxx_before.tar.gz's dmesg.txt reports that the iwl3945 module was well installed ...then not an ounce of problem !
- at the contrary, the pdiagxxxx_after.tar.gz's dmesg.txt reports iwl3945 module to have problems...

WHAT I DID: i then suspected that my session could have been somewhat corrupted; and then got a try on a fresh wheezy-3.5.2.11 install ...and bingo ! : wlan0 working + wifi could connect OK.

ORIGINAL POST hereafter
here on Dell620 latitude:
- wifi runs OOTB using raring-3.9.9.2 :)
but
- wifi connexion reported as impossible on wheezy-3.5.2.11 :cry:

I browse across this thread and found several relevant posts: as also a fix: copy the relevant module (i.e. iwl3945.ko) from
/lib/modules/3.5.2-dpup/kernel/drivers/net/wireless/iwlegacy/
to
/lib/modules/firmware/iwlegacy/

and ... no success ! :?

here are the pdiagxxxx.tar.gz
«_before» copy to /lib/modules/firmware/iwlegacy/;
and
«_after» copy to /lib/modules/firmware/iwlegacy/;

maybe i have done something wrong ..?
thanks for any advice

Cheers, Charlie
Attachments
pdiag-20140110_after.tar.gz
(122.71 KiB) Downloaded 276 times
pdiag-20140108_before.tar.gz
(124.58 KiB) Downloaded 269 times
Last edited by charlie6 on Fri 17 Jan 2014, 14:43, edited 1 time in total.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#644 Post by don570 »

nouveau driver worked correctly for my nvidia geoforce2 mx400
graphics card

nv driver isn't installed when I checked as Charlie said.

______________________________________________

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

[SOLVED]Re: faded or washed-out police characters

#645 Post by charlie6 »

charlie6 wrote:Hi,
having Wheezy-3.5.2.11 running like a charm ...
On a PC with an oldNvidia chip + nouveau driver (see report-video comment), ichip
just got somewhat «faded» or «washed-out» police characters inside text-entry dialog boxes and inside Geany...blablibla
Solved by building the right Nvidia driver ...:
- here my Nvidia card is GeForce2 MX200 with integrated GPU
- I found at www.nvidia.com this Legacy GeForce2 driver:
NVIDIA-Linux-x86-96.43.23-pkg1.run
and
- applied forum member shinobar's latest getnvidia-1.0.pet (...! just care having enough memory (i.e.>300MB) left in personal save file ...) and bingo: driver installed and pet and sfs file generated :D
-if someone needs it, i might upload the pet somewhere...just ask :wink:
Thanks shino !
Charlie
(ps: ...no longer need special-filtering-"Leafpad make"-goggles to read scripts :lol: )
Attachments
Nvidia_supported_cards.png
(50.1 KiB) Downloaded 514 times

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#646 Post by OscarTalks »

Hello don570 and charlie6,

As you have said, the nv driver does not appear to be included in Dpup Wheezy. Normally the xorg drivers are in /usr/lib/xorg/modules/drivers although in some Pups the nv driver is placed in /usr/lib/x/drivers-alternate to avoid a clash (?). The modesetting driver is in that location in Wheezy.

I downloaded the nv driver source and it compiles without any problems if anyone wants to include it. I think it can be placed in /usr/lib/xorg/modules/drivers with all the others. The xorgwizard seems to handle everything OK. The only nvidia card I have here is the GeForce FX5200 which in fact gives missing graphics with the nouveau driver.

This is perhaps one reason why it might be nice to have a more recent kernel in Dpup Wheezy at some point in the future.

Anyway, with my nvidia card the modesetting driver works OK. With nouveau you have to use the noaccel=1 boot parameter. The vesa driver and the nv driver then also both work although you have to reboot to activate them and the nv gives a slight sideways displacement but you can adjust the monitor easily to compensate.

In most cases the best thing to do is install the nvidia driver and really the nv driver is surplus to requirements, but it is easy to add it if you feel you really need to.
Oscar in England
Image

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

#647 Post by charlie6 »

Hi OscarTalks,
many thanks for your suggestion :D !
assuming the driver you have built is for FX5200, it could be the 325.15 one which drives only 6XXX and FX5xxx Nvidia card types.
MX cards need another driver according to Nvidia support lists.
Maybe others could be interested.
Cheers, Charlie
Attachments
Nvidia325.15.jpg
(27.55 KiB) Downloaded 1484 times

User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

#648 Post by RSH »

GeForce FX5200 which in fact gives missing graphics with the nouveau driver.
Use this option to boot:

Code: Select all

nouveau.noaccel=1
title Wheezy 3.5.2.1 (RAM)
find --set-root --ignore-floppies /Wheezy3521/initrd.gz
kernel /Wheezy3521/vmlinuz psubdir=Wheezy3521 pmedia=atahd pfix=ram,fsck nouveau.noaccel=1
initrd /Wheezy3521/initrd.gz
I got a FX5200 and it works also in my Precise Derivative.
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

Re: [SOLVED] iwl3945: no wifi connexion even after copy

#649 Post by charlie6 »

Hi,
subject: my post on previous page.
:oops: there wasn't any problem with wheezy-3.5.2.11 ... just my whezzysave file perhaps somewhat corrupted.
Lot of apologizes ...
Cheers
Charlie

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

[SOLVED_2nd]Re: faded or washed-out police characters

#650 Post by charlie6 »

Hallo RSH,
vielen Danke RSH !
again another fix/workaround !
RSH wrote:...nouveau.noaccel=1
Here running wheezy-3.5.2.11 with a GeForce MX200 Nvidia card + nouveau module loaded; and booting from an USBflash key, editing the syslinux.cfg file as
syslinux.cfg content wrote:default vmlinuz initrd=initrd.gz pmedia=usbflash pfix=fsck nouveau.noaccel=1
did the trick ! :D

mit freundlichen Grüßen ! Charlie

Pelo

Clavier fr : setxkb?qp fr en console

#651 Post by Pelo »

Clavier fr : setxkb?qp (?=m q=a)
Previous information before using wheezy got reading this topic from another puppy.
Now it's ok. So let's go ! :shock:

bruno
Posts: 139
Joined: Thu 08 Mar 2012, 12:09
Location: Belgium

VLC in Wheezy?

#652 Post by bruno »

Is there a way to get VLC in Wheezy?
I cannot seem to find it: not in the package manager, and I cannot find a right .pet

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

Re: VLC in Wheezy?

#653 Post by vicmz »

bruno wrote:Is there a way to get VLC in Wheezy?
I cannot seem to find it: not in the package manager, and I cannot find a right .pet
This pet works to me:
http://smokey01.com/pemasu/pet_packages ... flower.pet

You also need:
http://smokey01.com/pemasu/pet_packages ... -4.8.2.sfs

They also work for Precise.

And thanks so much to Pemasu for providing them. :D
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

bruno
Posts: 139
Joined: Thu 08 Mar 2012, 12:09
Location: Belgium

#654 Post by bruno »

Thanks vicmz, I tried that, but it doesnt work.
I have now a VLC entry in the multimedia, but it doesn't want to start.
Maybe I did something wrong with the qt sfs?
First it asked to install, I did that, and then it asked to copy to home, I did that too, it's in home.
I don't know what is wrong.

bruno
Posts: 139
Joined: Thu 08 Mar 2012, 12:09
Location: Belgium

#655 Post by bruno »

When I check with "SFS load on the fly", it shows the QT SFS is loaded.

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

VLC does not work

#656 Post by vicmz »

@Bruno
Sorry, I forgot to say you have to install a dependency first. :oops:

If you try to run from terminal you get this:

Code: Select all

# vlc
vlc: /lib/libm.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libvlccore.so.5)
# 
VLC should work immediately after installing libc6_2.15-ubuntu10_i386.pet ↓.

You don't have to run it from terminal, you can even set it as default, see Menu > Setup > Default Application Chooser.
Attachments
Screenshot_2014-01-30_225427.jpg
(53.8 KiB) Downloaded 992 times
Last edited by vicmz on Fri 31 Jan 2014, 17:27, edited 1 time in total.
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

#657 Post by vicmz »

OpenboxPlus Wheezy 1.2 available

-Openbox right-click menu recognized by fixmenus
-libxcb-util0 included for Obconf
-lxappearance and its dependencies removed

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

See also ZonColor themes for Openbox/LXDE in the same page. (screenshots)
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

#658 Post by charlie6 »

Hi Bruno, ...Bonjour!? / Goedemorgen!? / Schönen Gutenmorgen !? ... :wink:
Is there a way to get VLC in Wheezy?
This sfs file in pemasu's exprimo repo works OOTB/OK for me in wheezy-3.5.2.11 ... it has all Qt stuffs in it ! as also umplayer and spotify :D
http://www.smokey01.com/pemasu/pet_pack ... -4.8.0.sfs
Have plenty of fun!
Amusement!
Charlie

bruno
Posts: 139
Joined: Thu 08 Mar 2012, 12:09
Location: Belgium

#659 Post by bruno »

Thanks vicmz, now it's working great :D

Jij ook bedankt Charlie6
I'll try out your solution on another machine that I'm using Wheezy on.

What would I do without this forum? :wink:

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

#660 Post by charlie6 »

bruno wrote:What would I do without this forum? :wink:
... «several heads are better than ... half one ! » :lol: :wink:

Post Reply