binutils-2.34 for z80-unknown-elf target.

2020-03-11 Thread Sergey Belyashov
Hi, binutils-2.34 has support for z80-unknown-elf target. Can anyone add corresponding target to binutils-z80 package or create a new one? Currently binutils-z80 supports only z80-unknown-coff target. Best regards, Sergey Belyashov

Re: normalize audio in mp4s

2020-03-11 Thread David Wright
On Thu 12 Mar 2020 at 02:38:28 (+0100), Emanuel Berg wrote: > Reco wrote: > > >>> Personally I just reencode audio in such cases. > >>> For instance (0:1 is the first audio track, use 0:2 for > >>> english): > >>> > >>> ffmpeg -i ford-v-ferrari-2019.mkv -map 0:0 -map 0:1 \ > >>> -c:v copy \ -c:a

Re: normalize audio in mp4s

2020-03-11 Thread Jonas Smedegaard
Quoting Emanuel Berg (2020-03-11 17:15:08) > Jonas Smedegaard wrote: > > > Try check if the audio stream of that movie is AC-3, and if > > so then try use mpv with the option --ad-lavc-ac3drc (read > > the man page for valid values). > > OK, I'll try this... > > > If you experience similarly exp

Re: normalize audio in mp4s

2020-03-11 Thread Jonas Smedegaard
Quoting Emanuel Berg (2020-03-12 03:07:23) > Reco wrote: > > > FL = FL + 0.707 * FC + 0.707 * BL > > With mediainfo(1) as recommended by Mr. Smedegaard, I got > this > > $ mediainfo ford-v-ferrari-2019.mkv | grep -i channel > Channel(s) : 6 channels > Channel layout

Re: normalize audio in mp4s

2020-03-11 Thread Emanuel Berg
Reco wrote: > FL = FL + 0.707 * FC + 0.707 * BL With mediainfo(1) as recommended by Mr. Smedegaard, I got this $ mediainfo ford-v-ferrari-2019.mkv | grep -i channel Channel(s) : 6 channels Channel layout : L R C LFE Ls Rs Channel(s)

Re: normalize audio in mp4s

2020-03-11 Thread Emanuel Berg
Reco wrote: > Your typical movie has dialogue on center channel, gunfire > & cars' sounds come from the front channels, ambient comes > from the back ones. > > So, what's needed is to gain volume on dialogues OK, so that's -clev 1.414 since dialog comes from the center. > while downplaying a

Re: normalize audio in mp4s

2020-03-11 Thread Emanuel Berg
Reco wrote: >>> Personally I just reencode audio in such cases. >>> For instance (0:1 is the first audio track, use 0:2 for >>> english): >>> >>> ffmpeg -i ford-v-ferrari-2019.mkv -map 0:0 -map 0:1 \ >>> -c:v copy \ -c:a libopus -b:a 128k -ac 2 -clev 1.414 >>> -slev .5 \ ford-v-ferrari-2019.good_

Re: about debian installation on gpt and mbr hard drive

2020-03-11 Thread deloptes
Hi, I just did my first UEFI few weeks ago. I had it on the list for coupel of years already, but only recently had the time to do it. Here I share my notes and experience briefly. kaye n wrote: > Hello Friends! > I don't know you, so friend in my language is a bit too much, but good fellow is

Re: Debian 10.3 text installer; guided partitioning does not work; manual partitioning doesn't make USB bootable

2020-03-11 Thread David Christensen
On 2020-03-11 12:58, Alan Tu wrote: Hi, I need some ideas for getting Debian 10.3 to install and boot. I prefer the "CD-1" Debian Installer image, available via [1] or [2]. I would wipe the target drive, install Debian, and then install the Wi-Fi drivers. David [1] https://cdimage.de

Re: Problem with GPU Randeon Vega 8 Graphics from AMD Ryzen 3 3200G

2020-03-11 Thread Dimitris P
Hello guys I am back tried a few things and did some progress, then I just made a clean reinstall of debian testing through USB and everything worked fine. Works proper and while booting getting to my Gnome3 login prompt with no problems. So it's not any incompatibility with graphics card as I got

8TB brick [was Re: about debian installation on gpt and mbr hard drive]

2020-03-11 Thread David Christensen
On 2020-03-11 14:55, Cindy Sue Causey wrote: > Mine USED to > boot FINE, **NO** PROBLEMS, with something likely similarly different > per each of us as users with our hardware. I booted Buster and > Bullseye a few times.. > > THEN, WHAM, everything permanently went to pot on the first reboot > aft

Re: about debian installation on gpt and mbr hard drive

2020-03-11 Thread David Christensen
On 2020-03-11 11:59, kaye n wrote: Hello Friends! Can someone please confirm to me once and for all if I'm correct with these assumptions regarding debian installation on hard drives: 1. If the hdd has an MBR partition style, that hdd needs to have a FAT32 partition, flagged as esp and with mo

Re: Hardware for Debian

2020-03-11 Thread Timothy M Butterworth
On 2/12/20, Malcolm Beeson-Earwicker wrote: > I've been a Debian user for about twenty years now, and have found that > I have to run more and more of my machines under windo$e because the > latest versions of Debian just fail, I imagine due to all this > UEFI-rubbish. Does anyone know of a mother

Re: about debian installation on gpt and mbr hard drive

2020-03-11 Thread Cindy Sue Causey
On 3/11/20, Linux-Fan wrote: > kaye n writes: > >> Hello Friends! >> >> Can someone please confirm to me once and for all if I'm correct with >> these >> assumptions regarding debian installation on hard drives: >> > > In case a FAT32 partition is needed for booting (see further below), it > needs

Re: about debian installation on gpt and mbr hard drive

2020-03-11 Thread Linux-Fan
kaye n writes: Hello Friends! Can someone please confirm to me once and for all if I'm correct with these assumptions regarding debian installation on hard drives: 1.  If the hdd has an MBR partition style, that hdd needs to have a FAT32 partition, flagged as esp and with mount point at /

Debian 10.3 text installer; guided partitioning does not work; manual partitioning doesn't make USB bootable

2020-03-11 Thread Alan Tu
Hi, I need some ideas for getting Debian 10.3 to install and boot. I think I'm very close, just missing something. I'm on an x64 system. What I need to do is to use one live USB to install to a blank USB, and then have the second USB boot into Debian. I am blind, which means without speech I don'

Mate Notification Area - Qlipper not starting on boot

2020-03-11 Thread Peter Ehlert
Background: https://github.com/mate-desktop/mate-notification-daemon/issues/169 I am moving from Sid to Stable. I like Clipit but I like Qlipper No idea what is missing in Stable that I need. any ideas?

Re: normalize audio in mp4s

2020-03-11 Thread Reco
Hi. On Wed, Mar 11, 2020 at 01:51:26PM -0500, David Wright wrote: > > Personally I just reencode audio in such cases. > > For instance (0:1 is the first audio track, use 0:2 for english): > > > > ffmpeg -i ford-v-ferrari-2019.mkv -map 0:0 -map 0:1 \ > > -c:v copy \ > > -c:a libopu

about debian installation on gpt and mbr hard drive

2020-03-11 Thread kaye n
Hello Friends! Can someone please confirm to me once and for all if I'm correct with these assumptions regarding debian installation on hard drives: 1. If the hdd has an MBR partition style, that hdd needs to have a FAT32 partition, flagged as esp and with mount point at /boot/efi. If this is c

Re: normalize audio in mp4s

2020-03-11 Thread David Wright
On Wed 11 Mar 2020 at 19:33:59 (+0300), Reco wrote: > On Wed, Mar 11, 2020 at 05:00:21PM +0100, Emanuel Berg wrote: > > Stream #0:1(por): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s > > (default) > > Or this, dependent on your preferred language > > > Stream #0:2(eng): Audio: ac3, 4

Re: normalize audio in mp4s

2020-03-11 Thread Emanuel Berg
Reco wrote: > Personally I just reencode audio in such cases. For instance > (0:1 is the first audio track, use 0:2 for english): > > ffmpeg -i ford-v-ferrari-2019.mkv -map 0:0 -map 0:1 \ > -c:v copy \ > -c:a libopus -b:a 128k -ac 2 -clev 1.414 -slev .5 \ > ford-v-ferrari-2019.go

Re: normalize audio in mp4s

2020-03-11 Thread Jonas Smedegaard
Quoting Emanuel Berg (2020-03-11 17:15:08) > Jonas Smedegaard wrote: > > > Try check if the audio stream of that movie is AC-3, and if > > so then try use mpv with the option --ad-lavc-ac3drc (read > > the man page for valid values). > > OK, I'll try this... > > > If you experience similarly exp

Re: normalize audio in mp4s

2020-03-11 Thread Reco
Hi. On Wed, Mar 11, 2020 at 05:00:21PM +0100, Emanuel Berg wrote: > Reco wrote: > > > Can you provide an output of (you may need to install ffmpeg > > package): > > > > ffprobe -hide_banner Perfect, thanks. This: > Stream #0:1(por): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s

Re: normalize audio in mp4s

2020-03-11 Thread Emanuel Berg
Jonas Smedegaard wrote: > Try check if the audio stream of that movie is AC-3, and if > so then try use mpv with the option --ad-lavc-ac3drc (read > the man page for valid values). OK, I'll try this... > If you experience similarly expanded dynamic range also for > differently encoded audio sour

Re: normalize audio in mp4s

2020-03-11 Thread Emanuel Berg
deloptes wrote: > why don't you check if you have the right profile selected > (input/output, pulse audio etc) How do you do that? I use mpv $ mpv --version mpv 0.29.1 Copyright © 2000-2018 mpv/MPlayer/mplayer2 projects built on UNKNOWN ffmpeg library versions: libavutil

Re: normalize audio in mp4s

2020-03-11 Thread Emanuel Berg
Reco wrote: > Can you provide an output of (you may need to install ffmpeg > package): > > ffprobe -hide_banner $ ffprobe -hide_banner ford-v-ferrari-2019.mkv Input #0, matroska,webm, from 'ford-v-ferrari-2019.mkv': Metadata: title : Ford.vs.Ferrari.2019.1080p.BRRip.X264.EVO.DUA

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread David Wright
On Wed 11 Mar 2020 at 11:13:30 (-0400), rhkra...@gmail.com wrote: > On Wednesday, March 11, 2020 10:41:19 AM David Wright wrote: > > Well, I'm glad that's all sorted. Now all I've got to figure out is > > the connection between df and whoami. > > Pretty much, there is no relation. > > Maybe you'r

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread David Wright
On Wed 11 Mar 2020 at 10:43:46 (-0400), Greg Wooledge wrote: > On Wed, Mar 11, 2020 at 09:41:19AM -0500, David Wright wrote: > > $ whoami > > david > > > $ df -h --all | grep -e 'Filesystem ' -e $(whoami) > > Filesystem Size Used Avail Use% Mounted on > > $ > > What did you *expect*? Ther

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread rhkramer
On Wednesday, March 11, 2020 10:41:19 AM David Wright wrote: > Well, I'm glad that's all sorted. Now all I've got to figure out is > the connection between df and whoami. Pretty much, there is no relation. Maybe you're wondering about why some directories or files (on partitions that can be show

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread Greg Wooledge
On Wed, Mar 11, 2020 at 09:41:19AM -0500, David Wright wrote: > $ whoami > david > $ df -h --all | grep -e 'Filesystem ' -e $(whoami) > Filesystem Size Used Avail Use% Mounted on > $ What did you *expect*? There are no lines containing "david" in df's output.

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread David Wright
On Wed 11 Mar 2020 at 13:57:37 (+0100), to...@tuxteam.de wrote: > On Wed, Mar 11, 2020 at 08:41:08AM -0400, Greg Wooledge wrote: > > On Wed, Mar 11, 2020 at 01:21:17PM +0100, to...@tuxteam.de wrote: > > > On Wed, Mar 11, 2020 at 01:02:59PM +0100, Albretch Mueller wrote: > > > > with your help I fo

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread tomas
On Wed, Mar 11, 2020 at 08:41:08AM -0400, Greg Wooledge wrote: > On Wed, Mar 11, 2020 at 01:21:17PM +0100, to...@tuxteam.de wrote: > > On Wed, Mar 11, 2020 at 01:02:59PM +0100, Albretch Mueller wrote: > > > with your help I found a way around it (here is my silly scripting): > > > > > > $ sudo _D

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread Greg Wooledge
On Wed, Mar 11, 2020 at 01:21:17PM +0100, to...@tuxteam.de wrote: > On Wed, Mar 11, 2020 at 01:02:59PM +0100, Albretch Mueller wrote: > > with your help I found a way around it (here is my silly scripting): > > > > $ sudo _DF=$(df -h) > > I don't think you need "sudo" for "df"? And a good thing

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread tomas
On Wed, Mar 11, 2020 at 01:02:59PM +0100, Albretch Mueller wrote: > with your help I found a way around it (here is my silly scripting): > > $ sudo _DF=$(df -h) I don't think you need "sudo" for "df"? Cheers -- tomás signature.asc Description: Digital signature

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread Albretch Mueller
with your help I found a way around it (here is my silly scripting): $ sudo _DF=$(df -h) date echo "${_DF}" | head -n 1 echo "${_DF}" | grep $(whoami) $ lbrtchx

Where can I find good deals for cruise packages in Goa?

2020-03-11 Thread championsyachtclub
In Goa various Cruise agencies give different services in different price ranges. But if you are looking for some wonderful facilities within pocket friendly budget then I am suggesting you the agency named *Champions Yacht Club*. There you can get different types of Cruises such as sunrise and sun