DevuanDog 'Beowulf' [DISCONTINUED]

Under development: PCMCIA, wireless, etc.
Message
Author
wanderer
Posts: 1098
Joined: Sat 20 Oct 2007, 23:17

#81 Post by wanderer »

i figured how to set up wifi

using it now


just checking things out

very cool

thanks

wanderer

wanderer
Posts: 1098
Joined: Sat 20 Oct 2007, 23:17

#82 Post by wanderer »

boy there is a ton of stuff in this distro

wanderer

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#83 Post by fredx181 »

Hi wanderer, thanks for testing !

To make wifi work, you probably need to install firmware for your wifi driver (firmware not included in Devuandog yet, maybe better to do so in the next ISO)

What's the output of :

Code: Select all

inxi -nz
The firmware can be installed from Synaptic if we know which one you need, e.g. realtek or e.g. iwlwifi

For info, other option:
There's firmware .squashfs including the most important:
https://github.com/DebianDog/DevuanDog/ ... 0.squashfs
Download to some place (not inside the system itself, but outside, e.g. to some partition e.g. sda2) and load it from pcmanfm right-click 'Activate Module"
Or: if you boot frugally, add the firmware .squashfs to the "live" folder and reboot.
Also required to learn how to use Peasywifi, read the ---> Help

EDIT: Ooops... Posted at the same time, how did you manage setup wifi ?

Fred

wanderer
Posts: 1098
Joined: Sat 20 Oct 2007, 23:17

#84 Post by wanderer »

hi fredx

great work

i dont need to do anything
i just had to figure out how to use the wizard

now everything is working

so this will actually load stuff from devaun
awesome

why and how did you choose what to put in it
how did you build it
etc

wanderer

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#85 Post by fredx181 »

wanderer wrote:why and how did you choose what to put in it
how did you build it
I did use similar as already existing, "mklive-devuan" (for ascii branch)
http://murga-linux.com/puppy/viewtopic. ... 908#996908
but changed to "beowulf" branch, using debootstrap (it's great way to build a system), made more changes and afterwards remastered with quick-remaster. (well, this the short story)

Fred
Last edited by fredx181 on Mon 01 Apr 2019, 20:01, edited 1 time in total.

wanderer
Posts: 1098
Joined: Sat 20 Oct 2007, 23:17

#86 Post by wanderer »

wow i didn't really know about mklive-devaun
i must look into it

but this creation is really great

palemoon is pretty new to me
as is pacmanfm

looking around in here

wanderer

dancytron
Posts: 1519
Joined: Wed 18 Jul 2012, 19:20

#87 Post by dancytron »

Latest version installed. Browser uninstalled and linked to portable Firefox and Thunderbird like my main Stretch. Remastered and did normal little adjustments. Everything works fine so far. Sound works in Firefox.

Seems good to go.
Attachments
2019-04-03-200028_1280x1024_scrot.jpg
(88.33 KiB) Downloaded 400 times

keniv
Posts: 583
Joined: Tue 06 Oct 2009, 21:00
Location: Scotland

#88 Post by keniv »

*** DevuanDog update 2019-03-29 ***
Hello Fred,
Just installed your latest version (thanks for that). I am posting from it now. Have not had much time to test but have found one problem which I think is related to the intel issue. If I go to Tools>Preferences>Privacy>Exceptions I cannot copy and paste to the "Address of website" box. Left clicking on the box does not make it active. Right clicking gives the choice to paste but on selecting this nothing appears. Unsurprisingly, I cannot type directly in the box either. Just in case I checked the mouse and tried another but neither worked. Both work normally elsewhere. This is not a big issue but I thought it worth reporting.

Regards,

Ken.

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#89 Post by fredx181 »

Thanks Ken !

Do you have this PM issue with a pristine Devuandog install ? (or did you perhaps use savefile from earlier version?)
I ask because I don't have the problem you describe (but I do have Intel graphics too) and Palemoon is pre-configured in latest Devuandog

This included pre-config should fix a) from mentioned here:
http://murga-linux.com/puppy/viewtopic. ... 44#1016844
The b) issue (or perhaps the problem you have) can possibly fixed with the 20-intel.conf from here:
http://murga-linux.com/puppy/viewtopic. ... 97#1016897

Fred

keniv
Posts: 583
Joined: Tue 06 Oct 2009, 21:00
Location: Scotland

#90 Post by keniv »

Hello Fred,
Do you have this PM issue with a pristine Devuandog install ?
Yes all new with new changes.dat in casper.
The quotes below are based on your links.
browser.preferences.animateFadeIn to true
Yes this is preconfigured as true.
place the file as /etc/X11/xorg.conf.d/20-intel.conf, then reboot
/xorg.conf.d/20-intel.conf did not exist in my version of /etc/X11/. On adding /xorg.conf.d/20-intel.conf "Address of website" box is now working. I did run an md5 check sum on the iso and it corresponded with the one given. Should I have had an /xorg.conf.d/20-intel.conf without adding it manually? Thanks again for your help.

Regards,

Ken.

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#91 Post by fredx181 »

Ken wrote:/xorg.conf.d/20-intel.conf did not exist in my version of /etc/X11/. On adding /xorg.conf.d/20-intel.conf "Address of website" box is now working. I did run an md5 check sum on the iso and it corresponded with the one given. Should I have had an /xorg.conf.d/20-intel.conf without adding it manually?
No, /xorg.conf.d/20-intel.conf is not included in the Iso, good to know that adding it solves the problem for "Address of website" box, thanks again.

Fred

keniv
Posts: 583
Joined: Tue 06 Oct 2009, 21:00
Location: Scotland

#92 Post by keniv »

Hello Fred,
I was wondering if something had got corrupted as I was installing but if /xorg.conf.d/20-intel.conf is not in the iso it looks as if my install is probably OK. I've made a note that it has to be added with my version of intel.

Thanks again,

Ken.

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#93 Post by fredx181 »

Hi all

Regarding the Palemoon issues...
I'm hesitating to add the fix/workaround for Palemoon by adding the file /etc/X11/xorg.conf.d/20-intel.conf in next DevuanDog ISO.
This is because I've had the experience when doing that it may have side-effects when booting from a computer that hasn't got Intel graphics (e.g. having Nvidia instead).

So, my question is:
Can anyone who has Nvidia graphics test by adding /etc/X11/xorg.conf.d/20-intel.conf :
http://murga-linux.com/puppy/viewtopic. ... &id=121361 (remove fake .gz) then create directory /etc/X11/xorg.conf.d/ :

Code: Select all

mkdir /etc/X11/xorg.conf.d/
And copy the 20-intel.conf to /etc/X11/xorg.conf.d , then reboot with changes saved and see if it will boot to the desktop or not.
I can't test this atm.

Thanks !

Fred

User avatar
Galbi
Posts: 1098
Joined: Wed 21 Sep 2011, 22:32
Location: Bs.As. - Argentina.

#94 Post by Galbi »

fredx181 wrote: Can anyone who has Nvidia graphics test by adding /etc/X11/xorg.conf.d/20-intel.conf :
I can confirm, it does NOT show the desktop with that file added. In both 32 and 64 bit versions.
Graphics: Card-1: NVIDIA C61 [GeForce 7025 / nForce 630a] driver: nouveau v: kernel
bus ID: 00:0d.0 chip ID: 10de:03d6
Display: tty server: X.Org 1.20.3 driver: nouveau unloaded: fbdev,modesetting,vesa
resolution: 1366x768~60Hz
Message: Unable to show advanced data. Required tool glxinfo missing.
Attachments
Xorg.0.log.gz
(4.97 KiB) Downloaded 264 times
Remember: [b][i]"pecunia pecuniam parere non potest"[/i][/b]

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#95 Post by fredx181 »

Galbi wrote:I can confirm, it does NOT show the desktop with that file added. In both 32 and 64 bit versions.
Many thanks for testing that Galbi !

Fred

backi
Posts: 1922
Joined: Sun 27 Feb 2011, 22:00
Location: GERMANY

#96 Post by backi »

Morning Fred !
Can confirm Problems with 20-intel.conf
Have NVIDIA Graphic-Card .
Struggled hard to install Beowolf and Xenial Dog on my (new) Dell Laptop ,nearly gave up .
Just found out by accident that inserting /etc/X11/xorg.conf.d/20-intel.conf or /usr/share/X11/xorg.conf.d/20-intel.conf was the Reason Beowolf and Xenialdog did not boot into X (Desktop) on my Dell Laptop ..
It hangs while booting .
On my (older ) Toshiba 3000 Laptop no such Problems occured.

Same Happened with Xenial Dog .
So i think adding 20-intel.conf by default could lead to ,in some kind of Hardware, OpSys not booting into X (Desktop) .Maybe Nvidia is the reason Don`t know .
Better keep it out IMHO.

Regards
Last edited by backi on Sat 13 Apr 2019, 07:22, edited 1 time in total.

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#97 Post by fredx181 »

Morning backi !

Thanks for the info, I'm sure now that the intel.conf shouldn't be included.

Fred

darry19662018
Posts: 721
Joined: Sat 31 Mar 2018, 08:01
Location: Rakaia
Contact:

#98 Post by darry19662018 »

Machine: Dell D620
Thank you Fred for this lovely Dog - I really love the choice to save the session. Beautiful fast OS.
Puppy Linux Wiki: [url]http://wikka.puppylinux.com/HomePage[/url]

[url]https://freemedia.neocities.org/[/url]

User avatar
01101001b
Posts: 123
Joined: Thu 09 Mar 2017, 01:20
Location: Buenos Aires, Argentina

#99 Post by 01101001b »

backi wrote:Can confirm Problems [...]
Have NVIDIA Graphic-Card .
I have an nvidia graphic card (onboard, that is) also and now I begin to understand why when I entered the desktop, system seems hanged up, but it's not. I guess real reason is neither my mouse nor my keyboard are working, exactly as it happened when I installed nvidia driver in DPup Stretch for the first time (I'm trying DevuanDog-2019-03-29_32-bit).

backi
Posts: 1922
Joined: Sun 27 Feb 2011, 22:00
Location: GERMANY

#100 Post by backi »

Hi 01101001b!
backi wrote:
Can confirm Problems [...]
Have NVIDIA Graphic-Card .
Not quite sure if we are talking about the same Problem.I can not quite figure out what you are trying to express .

I`ll try to explain .

I installed DevuanDog 'Beowulf' Alpha to an USB Stick ...with no NVIDIA Drivers).
on my Toshiba Laptop Machine (without NVIDIA Card ) it boots fine .

Tried to boot to my Dell Machine with NVIDIA Card used same Usb Stick(DevuanDog 'Beowulf' Alpha...no NVIDIA Drivers) ,which boots fine on my Toshiba ..(with no NVIDIA Card)..
..no Luck ....stuck..hangs....not booting to Desktop .

Reason ::::
Someone in another Thread proposed to put 20-intel.conf into /etc/X11/xorg.conf.d and--or /usr/share/X11/xorg.conf.d .......to solve some Issues with Palemoon.

This 20-intel.conf file located in /etc/X11/xorg.conf.d and--or /usr/share/X11/xorg.conf.d prevented me booting to Desktop (also in Xenial Dog) on my Dell Machine with NVIDIA Card .
Removing that 20-intel.conf solved that Issue .
Now my Dell Machine also booting fine ........

By the way .... i never had Luck to install NVIDIA Driver in DevuanDog 'Beowulf' Alpha until now .

Post Reply