Kai Jan Schmidt-Brauns

Results 10 comments of Kai Jan Schmidt-Brauns

I can confirm that this is a problem. In my configuration, I have avahi configured to advertise a squid server on IPv6 that only accepts connections from link-local addresses. As...

Okay so my issue is kind of an XY type: I want to make sure that the database is unlocked when I retrieve passwords from within isync I use for...

Today I found some time to look into this problem, but I am sorry to say that I have no idea how to fix it… This section's structure was pretty...

Very odd, the device tree does not contain anything like `pin_gpio` but much rather `gpio[0-9]`, for example: https://github.com/grate-driver/linux/blob/25a51002123c3dcefa67df65c13a5152fc0358ce/arch/arm/boot/dts/tegra30-lenovo-ideatab-a2109a.dts#L1119-L1121 as in grouper; refer to: https://github.com/grate-driver/linux/blob/25a51002123c3dcefa67df65c13a5152fc0358ce/arch/arm/boot/dts/tegra30-asus-nexus7-grouper-maxim-pmic.dtsi#L25-L27 Also, your `yaml` specification seems to...

I forgot to mention that wifi does not work **at all** without making `nvram.txt` inaccessible to the driver. @digetx I just disabled my workaround and it turns out that interrupt...

Related dmesg entries: ``` Bluetooth: hci0: BCM: chip id 62 Bluetooth: hci0: BCM: features 0x0f Bluetooth: hci0: BCM4330B1 Bluetooth: hci0: BCM4330B1 (002.001.003) build 0000 Bluetooth: hci0: BCM4330B1 'brcm/BCM4330B1.hcd' Patch Bluetooth:...

Well, without `BCM4330B1.hcd` WiFi does not work at all on my device, so I assume in my case, it is a firmware file both for bluetooth **and** for WiFi. All...

First of all, thank you very much for the background information on the driver's interrupt specifications! I certainly would give your proposal a try, but I don't know which original...

Actually **all** of the files found with the link are the ones included into the ROM, I know for sure because I have set up the android build system. Maybe...

I see. But as far as I can tell, these modules only work for audio based interfaces. What if I wanted to implement a simple terminal interface?