Bug#915808: Current dtb for raspberry pi 3b doesn't allow wifi to be used

2018-12-06 Thread Santiago Garcia Mantinan
Package: src:linux
Version: 4.18.20-2
Severity: normal
Tags: patch

Hi!

After kernel 4.17 the dtb for raspberry pi 3 b is not ok and thus the wifi
is not found and cannot be used.

Looking at the differences from 4.17 to 4.18 I have discovered that if you
revert this single patch affecting only the pi3b model the wifi is
discovered and works again.

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/arch/arm/boot/dts/bcm2837-rpi-3-b.dts?id=b1b8f45b3130dbd8704e5ea0d82b49b1d929498e

I have tested this both on Linus kernel 4.20-rc5 and on Debian 4.19.5 as
currently on experimental, on both reverting this patch makes the wifi work
again.

Regards

-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
Device Tree model: Raspberry Pi 3 Model B Rev 1.2

** PCI devices:
not available

** USB devices:
Bus 001 Device 006: ID 0bc2:2322 Seagate RSS LLC 
Bus 001 Device 005: ID 0b95:772b ASIX Electronics Corp. AX88772B
Bus 001 Device 004: ID 0939:0b15 Lumberg, Inc. Toshiba Stor.E Alu 2
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast 
Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: arm64 (aarch64)

Kernel: Linux 4.19.5 (SMP w/4 CPU cores)
Locale: LANG=gl_ES.UTF-8, LC_CTYPE=gl_ES.UTF-8 (charmap=UTF-8), 
LANGUAGE=gl_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-4.18.0-3-arm64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.132
ii  kmod25-2
ii  linux-base  4.5

Versions of packages linux-image-4.18.0-3-arm64 recommends:
ii  apparmor 2.13.1-3+b1
ii  firmware-linux-free  3.4
ii  irqbalance   1.5.0-0.1

Versions of packages linux-image-4.18.0-3-arm64 suggests:
pn  debian-kernel-handbook  
pn  linux-doc-4.18  

Versions of packages linux-image-4.18.0-3-arm64 is related to:
pn  firmware-amd-graphics 
pn  firmware-atheros  
pn  firmware-bnx2 
pn  firmware-bnx2x
ii  firmware-brcm8021120180825+dfsg-1
pn  firmware-cavium   
pn  firmware-intel-sound  
pn  firmware-intelwimax   
pn  firmware-ipw2x00  
pn  firmware-ivtv 
pn  firmware-iwlwifi  
pn  firmware-libertas 
pn  firmware-linux-nonfree
pn  firmware-misc-nonfree 
pn  firmware-myricom  
pn  firmware-netxen   
pn  firmware-qlogic   
ii  firmware-realtek  20180825+dfsg-1
pn  firmware-samsung  
pn  firmware-siano
pn  firmware-ti-connectivity  
pn  xen-hypervisor

-- no debconf information



Processed: add patch tag

2018-12-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 856505 +patch
Bug #856505 [src:linux] No driver for BCM2835 audio output
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
856505: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856505
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#856505: This patch should solve the audio problem

2018-12-06 Thread Santiago Garcia Mantinan
Hi!

Based on eHenry's instructions I have created this patch which I have tested
on Debian's 4.19 kernel now on experimental, where we have already enabled
the sound driver which was not working.

The result is that with this patch the sound is finally working, so, please
apply this to the 4.19 kernel to enable sound.

--- bcm283x.dtsi.orig   2018-12-03 00:07:55.0 +0100
+++ bcm283x.dtsi2018-12-05 13:36:02.718569539 +0100
@@ -634,6 +634,10 @@
vc4: gpu {
compatible = "brcm,bcm2835-vc4";
};
+audio: audio {
+   compatible = "brcm,bcm2835-audio";
+   brcm,pwm-channels = <8>;
+};
};
 
clocks {

Regards.
-- 
Santiago García Mantiñán



Bug#914495: linux-image-4.18.0-3-amd64: does not boot here

2018-12-06 Thread Bjørn Mork
Bjørn Mork  writes:
> Given this, there is an extremely suspicious commit added in v4.18.20: 
>
>  06e562e7f515 ("drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for 
> gen4/gen5")
>
> I do have an old laptop with an affected chipset generation, and
> verified that it had the same symptoms.  But never got the time to
> actually test any further.  Still, I do think that there is good reason
> to simply try a revert of that commit.

FWIW, I have now verified that reverting commit 06e562e7f515
("drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5") fixes
this issue for me.



Bjørn



Bug#914495: linux-image-4.18.0-3-amd64: does not boot here

2018-12-06 Thread Norbert Brondeau
On Wed, 5 Dec 2018 06:45:58 +0100 TS  wrote:
> TS schrieb/wrote:
>
>
> --  --
>
>
> > For completeness:
> > % lspci | grep -i vga
> > 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset
> > Integrated Graphics Controller (rev 07)
>

lspci | grep -i VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (primary) (rev 0c)

Don't work !



Processed: limit source to linux, tagging 915666

2018-12-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> limit source linux
Limiting to bugs with field 'source' containing at least one of 'linux'
Limit currently set to 'source':'linux'

> tags 915666 + pending
Bug #915666 [src:linux] linux: data corruption with blk-mq
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
915666: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915666
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#915229: src:linux: Updated driver needed for Amazon ENA ethernet

2018-12-06 Thread Noah Meyerhans
Control: tags -1 + patch

Merge request for Linux 4.9 (stretch): 
https://salsa.debian.org/kernel-team/linux/merge_requests/81



Processed: Re: Bug#915229: src:linux: Updated driver needed for Amazon ENA ethernet

2018-12-06 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + patch
Bug #915229 [src:linux] src:linux: Updated driver needed for Amazon ENA ethernet
Added tag(s) patch.

-- 
915229: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915229
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#915231: Proposed fix submitted on salsa

2018-12-06 Thread Noah Meyerhans
Control: tags -1 + patch

Merge request: https://salsa.debian.org/kernel-team/linux/merge_requests/80



Processed: Proposed fix submitted on salsa

2018-12-06 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + patch
Bug #915231 [src:linux] src:linux: Enable PCI_HOTPLUG for arm64
Added tag(s) patch.

-- 
915231: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915231
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#914495: Bug appearing on Intel GM965

2018-12-06 Thread sixerjman
I incorrectly stated there was no problem on one of my Debian machines with
video adapter

Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller
(primary) (rev 0c).

There is black screen and lightdm failed to start after this:

BUG: unable to handle kernel NULL pointer dereference at 0004
[Tue Dec  4 12:30:21 2018] *pdpt = 36555001 *pde = 
[Tue Dec  4 12:30:21 2018] Oops:  [#1] SMP
[Tue Dec  4 12:30:21 2018] CPU: 0 PID: 316 Comm: systemd-udevd Not tainted
4.18.0-3-686-pae #1 Debian 4.18.20-2
[Tue Dec  4 12:30:21 2018] Hardware name: Dell Inc. Inspiron 1520
 /0KY767, BIOS A03 08/16/2007
[Tue Dec  4 12:30:21 2018] EIP: gen4_render_ring_flush+0x52/0x100 [i915]


Bug#856505: Sound working on the pi3b with eHenry's patch

2018-12-06 Thread Santiago Garcia Mantinan
I've compiled a Debian 4.19 kernel with your sugested patch to enable audio
and reverting another one to fix the WiFi problem and I now have both audio
and WiFi working.

I'll send proper patches as soon as I have time, but it works.

Regards.
-- 
Santiago García Mantiñán