The officially official Devuan Forum!

You are not logged in.

#51 Off-topic » In what country are you right Now ? » 2018-05-03 00:27:55

wdq
Replies: 22

Me i am in UK - Somerset and yes i am Romanian and yes i love Linux and yes i will help everyone that i can with everything that i can .

#52 Re: Devuan Derivatives » [NEW]-FluXuan Linux-[RELEASE] » 2018-05-03 00:23:17

wdq

Now that i managed to find a solution to install TV-MAXE  on FluXuan / Devuan .

Next FluXuan Project will be MiniUan - The Minimal Base of FluXuan ( Devuan with FluXuan modifications ) That anyone can build on,
that i will try to keep under 200 mb .

FluXuan Official Website Will be Ready Till Next Week !

Thank Everyone from Dev1galaxy for all the help, Devuan for the amazing OS that they build !!

#53 Re: Documentation » How to install TV-MAXE live tv on DEVUAN » 2018-05-01 12:10:20

wdq

For Any PRoblems Related Please Post Here !

#54 Documentation » How to install TV-MAXE live tv on DEVUAN » 2018-05-01 11:46:42

wdq
Replies: 1

TV-MAXE live tv most of the channels Romanian a few international but you can add your own list of channels, uses sopcast

let us start first you need " gdebi " so we can install everything with dependencies, if you do not have gdebi you can install it by running

 apt-get install gdebi 

if you do not preffer all the recommended software you can add to the command no install recommends

 apt-get install gdebi --no-install-recommends

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

ONLY FOR DEVUAN ASCII USERS / FLUXUAN / MIYO ASCII and all other DEVUAN ASCII Derivatives

##### !!!! FOR THE USERS THAT USES DEVUAN ASCII YOU NEED TO ADD DEVUAN JESSIE MAIN IN SOURCES.LIST !!!! #####

echo "deb http://auto.mirror.devuan.org/merged jessie main" | tee -a /etc/apt/sources.list
apt-get update 

to remove it after install

nano /etc/apt/sources.list

and remove the JESSIE main line

#### Why do you need the repos from jessie ? , Because gstreamer0.10 is not available in ASCII anymore but is available in jessie ####

#################################################################################################################
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PLEASE DOWNLOAD AND INSTALL IN THE ORDER THAT YOU SEE DOWN ---- 1 2 3 4 ------

next we need a few dependencies witch are sp-auth, python-imaging-compat, python-virtkey that can be downloaded from

1 -SP-AUTH 32 bit

1 -SP-AUTH 64 bit

2 -Python-Imaging-Compat 32 bit

2 -Python-Imaging-Compat 64 bit

3 -Python-VirtKey 32 bit

3 -Python-VirtKey 64 bit

4 -TV-MAXE 32 bit

4 -TV-MAXE 64 bit

AFTER RUN GO TO TOP LEFT CORNER CLICK ON TV-MAXE THEN CLICK ON PREFERENCES AND AT THE USE INTERNAL PLAYER
PLAYER BACKEND: SELECT --- >  VLC-tvmx CLICK SAVE CHOOSE A CHANNEL AND ENJOY !

RESULT

screen.png

#55 Re: Devuan Derivatives » [MiyoLinux] New Releases Uploaded » 2018-04-29 12:24:09

wdq

I have tried with the command resulting in no errors in the installed sistem, ---- >  found the problem some non-free drivers pfffff
Bloody Lenovo`s all the time i have to add a non-free driver either realtek either amd-graphics and on the other laptop firmware-atheros

#56 Re: Devuan Derivatives » [MiyoLinux] New Releases Uploaded » 2018-04-28 17:46:38

wdq

Well after my long working time i managed to download your new iso what i can say niceeeee smoothhh good on memory it booted up in 98 mb and 95 after install whitch is quite amazing after swappiness changed to 10 lowered to 91 so perfect only problem , something wrong with the touchpad control i`v swiched ON then OFF then ON again and everything frozed , i could not figure why the command on the on off seemed good but maybe you know better if is something there that i did not see.

Hope this helps and really good release keep yp the good work !

#57 Re: Hardware & System Configuration » wireless problem on qemu » 2018-04-23 16:25:12

wdq

ok try to change the proto= WPA line to proto=RSN

and ifdown eth0 to see if there is a conflict between eth0 and wlan0

but you shoud try wicd more secure and has a gui .

#58 Re: Hardware & System Configuration » ascii/raspberry 3 wifi problem » 2018-04-23 15:32:56

wdq

Do you have raspi-config installed ?
If yes

 elect item 9, Advanced Options
Select item A5, Device Tree
Choose Yes
Reboot

if not

download this script from github
https://github.com/snubbegbg/install_raspi-config
and run it in terminal as root like so

sh install.sh

and follow the steps above

#59 Re: Hardware & System Configuration » wireless problem on qemu » 2018-04-23 15:24:09

wdq

Well then just modify like this the content of wpa_supplicant.conf

 key_mgmt=NONE

and do not add the

  psk="password"

line .

#60 Re: Hardware & System Configuration » wireless problem on qemu » 2018-04-23 15:16:48

wdq

Well let`s try this
apt-get install wpasupplicant

 apt-get install wpasupplicant 

now you need to create a configuration file so

nano /etc/wpa_supplicant/wpa_supplicant.conf

Add the next content in your config file where you have to change network_id and password with your own

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
update_config=1

network={
  ssid="network_id"
  psk="password"
  proto=WPA
  key_mgmt=WPA-PSK
  pairwise=TKIP
  group=TKIP

Now let`s modify the network/interfaces

nano /etc/network/interfaces

and add modify like this

auto wlan0
  iface wlan0 inet dhcp
  wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

and give a reboot

Hope this helps !

#61 Re: Hardware & System Configuration » ascii/raspberry 3 wifi problem » 2018-04-23 15:02:18

wdq

because this is a forum and is hard to be always to look i suggest to you to join #devuan-arm on freenode irc chat

https://webchat.freenode.net
channel - #devuan-arm  where you will get an answer in real time

#62 Re: Hardware & System Configuration » wireless problem on qemu » 2018-04-23 13:34:37

wdq

have you installed wpasupplicant , if yes just add it in your etc/network/interfaces

 auto wlan0
  iface wlan0 inet dhcp
  wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf 

restart networking

#64 Re: Hardware & System Configuration » ascii/raspberry 3 wifi problem » 2018-04-23 07:59:17

wdq

try ifconfig as root i have a wild guess that the name is not wlan0 but other

#65 Re: Devuan Derivatives » [MiyoLinux] New Releases Uploaded » 2018-04-23 02:07:27

wdq

After some digging i found out that .

The usual reason why this happens is that the files are not transferred in binary, but in ASCII mode.

This is supported by the FTPClient documentation for FTPClient.setFileType(), which states:

 The default file type is FTP.ASCII_FILE_TYPE if this method is never called. 

To transfer your file in binary mode using FTPClient, call the setFileType before uploading:

 FTPClient.setFileType(FTP.BINARY_FILE_TYPE); 

The session will stay in binary mode until you change it again.

By the way, timestamps are not an issue, they do not affect the MD5 hash.

In the end , there is nothing wrong with the iso just the way was uploaded so nothing got deteriorated the iso is the same just differs the way you upload the file.

Hope this will make you feel a bit better.

#66 Re: Devuan Derivatives » [MiyoLinux] New Releases Uploaded » 2018-04-22 08:50:49

wdq

Sorry to get in this discusion but when you upload a iso on sourceforge ( bitdefender ) the antivirus modifies the file that is what i saw .

#67 Re: Devuan Derivatives » [NEW]-FluXuan Linux-[RELEASE] » 2018-04-21 16:48:14

wdq

Thank you very much MiyoLinux FluXuan ideea borned after i installed all the devuan derivatives and saw that all of them are mostly based on Openbox Miyo linux had a big part of making me use refractainstaller and the fact that the end user can install anything he wants it was a revelation for that you are a master and your good words means a lot to me.
It tooked me more than 2 months to get to that amount of memory,
Related to fluxbox , is more memory consumer than openbox but it has hes own toolbar / taskbar and that is a plus .

Fluxbox takes about 13 mb of ram and Openbox only 7 mb
JWM - ICEWM - 3 mb but they do not play well with slim and lighdm .

My next project is to port a live tv program something like - sopcast-player or tv-maxe to devuan.

#68 Re: Devuan Derivatives » [NEW]-FluXuan Linux-[RELEASE] » 2018-04-21 14:32:44

wdq

Thank you so much for the kind words next edition will include some of Miyo `s tools big_smile thank you for making them available

#69 Intergalactic Communities » Devuan in Limba Romana » 2018-04-21 07:50:02

wdq
Replies: 0

Devuan in Romanian Language !

Cu speranta ca sunt si vor fi din ce in ce mai multi utilizatori din RO !

Pentru orice tip de ajutor in limba Romana puteti posta aici !

#70 Devuan Derivatives » [NEW]-FluXuan Linux-[RELEASE] » 2018-04-21 04:50:54

wdq
Replies: 54

http://FluXuan.sourceforge.io

Yes a New Release is up and I took the decision to install the most needed programs.
Thinking that most of the people will stay and search for lightweight programs i choosed to install on FluXuan:

Slim, Fluxbox , SpaceFM, wicd, PaleMoon, Lxappearance, Lxrandr, Mousepad, HexChat, Xpaint, Xpdf, Abiword, Gnumeric, Audacious, VLC,  BleachBit, Gparted, tlp power management with gui.

PaleMoon repo added!
Non-Free Repos activated !

i386 - version ONLY and based on stable Releases of Devuan being a Operating System for older PC.

Hope you will enjoy  !

FluXuan Linux

#71 Re: Off-topic » The Joke Thread » 2018-04-20 20:35:56

wdq
golinux wrote:

Not too dry but a little sexist.  wink

No intention for that the joke was on a website and sounded funny tongue

#72 Re: Off-topic » The Joke Thread » 2018-04-19 12:54:22

wdq

If no one knew how a blonde navigate on the internet the answer is really simple she pours water on the keyboard !

Hope the joke is not to dry big_smile

#73 Off-topic » Let us know each other a bit better » 2018-04-15 06:48:54

wdq
Replies: 2

Hello Devuan community i'm Petre nationality Romanian i have been using Linux ( Ubuntu and derivatives , Debian and derivatives since 2005 ) now i found Devuan and i am really pleased with it and i can say for sure that is faster and less RAM consuming then all of them , that being said i already started to work at a respin based on devuan with fluxbox which i really love nice clean and fast .

It is a pleasure being a part of this great community!
Keep up the good work Devuan and everyone on this forum.

#75 Re: Devuan » contrib and non-free repositories should be disabled by default » 2018-04-14 20:24:24

wdq

i do not understand this all free ,non-free discusion if your computer has parts that needs non free firmware you have to install it if you are lucky and you don`t you dont that is all that i can see , if there is more to it please enlight me big_smile

Board footer

Forum Software