From gmask at protonmail.com Wed Mar 15 09:14:20 2017 From: gmask at protonmail.com (Gmask) Date: Wed, 15 Mar 2017 05:14:20 -0400 Subject: [Assist] USB detected but not found in /dev Message-ID: Hello. I have a Parabola installation with Kernel 4.9.6. When I insert a usb external hard disk I can see it in lsusb as Bus 002 Device 055: ID 0411:01de BUFFALO INC. (formerly MelCo., Inc.) External Hard Drive HD-PCTU3 [Buffalo MiniStation] However I cannot find it as a block device anywhere in /dev. For instance, lsblk returns NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 223.6G 0 disk ??sda1 8:1 0 223.6G 0 part ??root 254:0 0 223.6G 0 crypt ??matrix-swap 254:1 0 2G 0 lvm [SWAP] ??matrix-root 254:2 0 199.4G 0 lvm / ??matrix-boot 254:3 0 2G 0 lvm /boot ??matrix-var 254:4 0 20.2G 0 lvm /var Here sda is my hard disk with some lvm partitions. The usb device doesn't show up in /dev/disk/by-id either. A check at dmesg yields usb 2-1: new high-speed USB device number 55 using ehci-pci and nothing else. I can't figure out what is the problem. Could anyone help me out? Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From pelzflorian at pelzflorian.de Wed Mar 15 16:53:45 2017 From: pelzflorian at pelzflorian.de (pelzflorian (Florian Pelz)) Date: Wed, 15 Mar 2017 17:53:45 +0100 Subject: [Assist] USB detected but not found in /dev In-Reply-To: References: Message-ID: This should not happen. Does journalctl -eb show helpful messages in the log after the USB device is inserted? Does the USB device work on other computers or on another USB port? I?m not sure I can be of help beyond that. Maybe https://wiki.archlinux.org/index.php/Udev#Debug_output helps to find out what is going on. Regards, Florian From hypericum224 at mailoo.org Sun Mar 19 09:46:46 2017 From: hypericum224 at mailoo.org (Daniel O.) Date: Sun, 19 Mar 2017 10:46:46 +0100 Subject: [Assist] Problem with wifi, b43-firmware was removed by update Message-ID: <20170319104646.cfbe00b1280b698f572f658d@mailoo.org> Hello, I have problems with wifi, which do not work anymore. I want to do the maximum before to search an other solution for wireless connexion. I installed b43-tools. dmesg says: [daniel at portablosaure ~]$ dmesg | grep b43 >> b43 [daniel at portablosaure ~]$ cat b43 [ 18.251621] b43-phy0: Broadcom 4318 WLAN found (core revision 9) [ 18.287444] b43-phy0: Found PHY: Analog 3, Type 2 (G), Revision 7 [ 18.287468] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2050, Revision 8, Version 0 [ 18.344475] b43 ssb0:0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2 [ 18.364403] b43 ssb0:0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2 [ 18.364413] b43-phy0 ERROR: Firmware file "b43-open//*(DEBLOBBED)*/.fw" request failed (err=-22) [ 18.364596] b43-phy0 ERROR: /*(DEBLOBBED)*/ and [ 18.300141] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled) [ 18.300317] Unable to load firmware [ 18.364202] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled) lspci says: 02:03.0 Network controller: Broadcom Limited BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02) Before, when it was working with parabola, it had some bugs. -- Daniel O. http://www.millerebonds.lautre.net From megver83 at openmailbox.org Sun Mar 19 14:37:34 2017 From: megver83 at openmailbox.org (Megver83) Date: Sun, 19 Mar 2017 11:37:34 -0300 Subject: [Assist] Problem with wifi, b43-firmware was removed by update Message-ID: <20170319143807.B8F0450F189@mail.openmailbox.org> This was after upgraded the kernel or just a common upgrade? You could try linux-libre-lts or downgrading to the version it worked for you.El 19 mar. 2017 6:46 AM, "Daniel O." escribi?: > > Hello, > > I have problems with wifi, which do not work anymore. > I want to do the maximum before to search an other solution for wireless connexion. > > I installed b43-tools. > > dmesg says: > > [daniel at portablosaure ~]$ dmesg | grep b43 >> b43 > [daniel at portablosaure ~]$ cat b43 > [?? 18.251621] b43-phy0: Broadcom 4318 WLAN found (core revision 9) > [?? 18.287444] b43-phy0: Found PHY: Analog 3, Type 2 (G), Revision 7 > [?? 18.287468] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2050, Revision 8, Version 0 > [?? 18.344475] b43 ssb0:0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2 > [?? 18.364403] b43 ssb0:0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2 > [?? 18.364413] b43-phy0 ERROR: Firmware file "b43-open//*(DEBLOBBED)*/.fw" request failed (err=-22) > [?? 18.364596] b43-phy0 ERROR: /*(DEBLOBBED)*/ > > and > > [?? 18.300141] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled) > [?? 18.300317] Unable to load firmware > [?? 18.364202] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled) > > > lspci says: > 02:03.0 Network controller: Broadcom Limited BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02) > > Before, when it was working with parabola, it had some bugs. > > > -- > Daniel O. > http://www.millerebonds.lautre.net > _______________________________________________ > Assist mailing list > Assist at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/assist From benoit at neviani.fr Wed Mar 29 00:18:13 2017 From: benoit at neviani.fr (=?iso-8859-1?Q?Beno=EEt?=) Date: Wed, 29 Mar 2017 01:18:13 +0200 Subject: [Assist] Compile custom kernel based on linux-libre-grsec-knock Message-ID: <20170328231813.GB16855@xps.localdomain> Hi, I am trying to compile a custom kernel based on linux-libre-grsec-knock to add the capability to hibernate my laptop. As it it mentioned on the wiki there are some conflicts with CONFIG_GRKERNSEC_KMEM, CONFIG_PAX_MEMORY_SANITIZE and CONFIG_RANDOMIZE_BASE so I am trying to custom the kernel to re-activate them. I have followed the ABS method mentioned here: https://wiki.archlinux.org/index.php/Kernels/Arch_Build_System and performed: mkdir build cd /build ABSROOT=. abs kernels/linux-libre-grsec-knock I change pkgbase in PKGBUILD to linux-libre-grsec-knock-custom updpkgsums I changed the CONFIG_GRKERNSEC_KMEM & CONFIG_PAX_MEMORY_SANITIZE to "n"(not finding the CONFIG_RANDOMIZE_BASE) to config.x86_64 Everything is done successfully, but after running makepkg -s it starts asking me a tons of questions to build the .config. So my question is to know if there is a way to use my modified config.x86_64 or any other method to not mess with the tons of very specific questions during the building process? Many thanks for your help and excuse me for the basic question as it is the first time ever I need to build a custom kernel. belette From emulatorman at riseup.net Wed Mar 29 01:44:17 2017 From: emulatorman at riseup.net (=?UTF-8?Q?Andr=c3=a9_Silva?=) Date: Wed, 29 Mar 2017 00:44:17 +0000 Subject: [Assist] Compile custom kernel based on linux-libre-grsec-knock In-Reply-To: <20170328231813.GB16855@xps.localdomain> References: <20170328231813.GB16855@xps.localdomain> Message-ID: On 03/28/2017 11:18 PM, Beno?t wrote: > Many thanks for your help and excuse me for the basic question as it is > the first time ever I need to build a custom kernel. I suggest you download our build project in abslibre following the next steps: a) Clone abslibre project with git: git clone https://git.parabola.nu/abslibre.git b) Go to Linux-libre-grsec-knock folder: cd abslibre/kernels/linux-libre-grsec-knock c) Edit config.x86_64 with any editor (eg. vim or nano): vim config.x86_64 d) Upgrade checksums: makepkg -g >> PKGBUILD e) Build it (it requires fakeroot): makepkg f) Install your custom package (eg. linux-libre-grsec-knock-1:4.9.16_gnu.r201703180820-1): sudo pacman -U linux-libre-grsec-knock-1\:4.9.16_gnu.r201703180820-1-x86_64.pkg.tar.xz -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From benoit at neviani.fr Wed Mar 29 08:24:48 2017 From: benoit at neviani.fr (=?iso-8859-1?Q?Beno=EEt?=) Date: Wed, 29 Mar 2017 09:24:48 +0200 Subject: [Assist] Compile custom kernel based on linux-libre-grsec-knock In-Reply-To: References: <20170328231813.GB16855@xps.localdomain> Message-ID: <20170329072448.GC16855@xps.localdomain> Thanks Andr?, I followed the steps and I am failing in the same questions during the steps e) I got this: Hunk #1 succeeded at 2078 (offset 89 lines). HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/zconf.lex.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --silentoldconfig Kconfig * * Restart config... * * * IRQ subsystem * Expose hardware/virtual IRQ mapping via debugfs (IRQ_DOMAIN_DEBUG) [N/y/?] (NEW) and much more questions after this one, like: * GCOV-based kernel profiling * Enable gcov-based kernel profiling (GCOV_KERNEL) [N/y/?] (NEW) Enable IOSF sideband access through debugfs (IOSF_MBI_DEBUG) [N/y/?] (NEW) ... I am not a specialits on theses question and I thought it could use the config.x86_64 ? Many thanks for your help On Wed, Mar 29, 2017 at 12:44:17AM +0000, Andr? Silva wrote: >On 03/28/2017 11:18 PM, Beno?t wrote: >> Many thanks for your help and excuse me for the basic question as it is >> the first time ever I need to build a custom kernel. > >I suggest you download our build project in abslibre following the next >steps: > >a) Clone abslibre project with git: > >git clone https://git.parabola.nu/abslibre.git > >b) Go to Linux-libre-grsec-knock folder: > >cd abslibre/kernels/linux-libre-grsec-knock > >c) Edit config.x86_64 with any editor (eg. vim or nano): > >vim config.x86_64 > >d) Upgrade checksums: > >makepkg -g >> PKGBUILD > >e) Build it (it requires fakeroot): > >makepkg > >f) Install your custom package (eg. >linux-libre-grsec-knock-1:4.9.16_gnu.r201703180820-1): > >sudo pacman -U >linux-libre-grsec-knock-1\:4.9.16_gnu.r201703180820-1-x86_64.pkg.tar.xz > -- Benoit From megver83 at openmailbox.org Wed Mar 29 13:06:38 2017 From: megver83 at openmailbox.org (Megver83) Date: Wed, 29 Mar 2017 09:06:38 -0300 Subject: [Assist] Compile custom kernel based on linux-libre-grsec-knock In-Reply-To: <20170329072448.GC16855@xps.localdomain> References: <20170328231813.GB16855@xps.localdomain> <20170329072448.GC16855@xps.localdomain> Message-ID: so then answer them recursively when running makepkg If you want "yes" for all $ yes | makepkg If you want "no" for all $ yes n | makepkg if you want "?" for all $ yes ? | makepkg El 29/03/17 a las 04:24, Beno?t escribi?: > Thanks Andr?, > I followed the steps and I am failing in the same questions during the > steps e) > > I got this: > > Hunk #1 succeeded at 2078 (offset 89 lines). > HOSTCC scripts/basic/fixdep > HOSTCC scripts/kconfig/conf.o > SHIPPED scripts/kconfig/zconf.tab.c > SHIPPED scripts/kconfig/zconf.lex.c > SHIPPED scripts/kconfig/zconf.hash.c > HOSTCC scripts/kconfig/zconf.tab.o > HOSTLD scripts/kconfig/conf > scripts/kconfig/conf --silentoldconfig Kconfig > * > * Restart config... > * > * > * IRQ subsystem > * > Expose hardware/virtual IRQ mapping via debugfs (IRQ_DOMAIN_DEBUG) > [N/y/?] (NEW) > > and much more questions after this one, like: > > * GCOV-based kernel profiling > * > Enable gcov-based kernel profiling (GCOV_KERNEL) [N/y/?] (NEW) > > Enable IOSF sideband access through debugfs (IOSF_MBI_DEBUG) [N/y/?] (NEW) > > ... > > I am not a specialits on theses question and I thought it could use the > config.x86_64 ? > > Many thanks for your help > > On Wed, Mar 29, 2017 at 12:44:17AM +0000, Andr? Silva wrote: >> On 03/28/2017 11:18 PM, Beno?t wrote: >>> Many thanks for your help and excuse me for the basic question as it is >>> the first time ever I need to build a custom kernel. >> >> I suggest you download our build project in abslibre following the next >> steps: >> >> a) Clone abslibre project with git: >> >> git clone https://git.parabola.nu/abslibre.git >> >> b) Go to Linux-libre-grsec-knock folder: >> >> cd abslibre/kernels/linux-libre-grsec-knock >> >> c) Edit config.x86_64 with any editor (eg. vim or nano): >> >> vim config.x86_64 >> >> d) Upgrade checksums: >> >> makepkg -g >> PKGBUILD >> >> e) Build it (it requires fakeroot): >> >> makepkg >> >> f) Install your custom package (eg. >> linux-libre-grsec-knock-1:4.9.16_gnu.r201703180820-1): >> >> sudo pacman -U >> linux-libre-grsec-knock-1\:4.9.16_gnu.r201703180820-1-x86_64.pkg.tar.xz >> > > > > -- SIP: megver83 at sip.linphone.org XMPP: megver83 at diasp.org Kontalk: +56 9 5630 2363 Tox: EF62A7ABCFADD97088FFE925A2F17F0711B49CAC155871B9823A9E9D0D4F9A38077AB0FA3791 GNUSocial: @megver82 at gnusocial.net Diaspora*: David P. (same XMPP ID) From benoit at neviani.fr Wed Mar 29 13:51:34 2017 From: benoit at neviani.fr (=?iso-8859-1?Q?Beno=EEt?=) Date: Wed, 29 Mar 2017 14:51:34 +0200 Subject: [Assist] Compile custom kernel based on linux-libre-grsec-knock In-Reply-To: References: <20170328231813.GB16855@xps.localdomain> <20170329072448.GC16855@xps.localdomain> Message-ID: <20170329125134.GB7416@xps.localdomain> Thanks but it seems to be important choices, is there any problem to say yes or no to all? what do you guys use to do here? On Wed, Mar 29, 2017 at 09:06:38AM -0300, Megver83 wrote: >so then answer them recursively when running makepkg > >If you want "yes" for all >$ yes | makepkg > >If you want "no" for all >$ yes n | makepkg > >if you want "?" for all >$ yes ? | makepkg > >El 29/03/17 a las 04:24, Beno?t escribi?: >> Thanks Andr?, >> I followed the steps and I am failing in the same questions during the >> steps e) >> >> I got this: >> >> Hunk #1 succeeded at 2078 (offset 89 lines). >> HOSTCC scripts/basic/fixdep >> HOSTCC scripts/kconfig/conf.o >> SHIPPED scripts/kconfig/zconf.tab.c >> SHIPPED scripts/kconfig/zconf.lex.c >> SHIPPED scripts/kconfig/zconf.hash.c >> HOSTCC scripts/kconfig/zconf.tab.o >> HOSTLD scripts/kconfig/conf >> scripts/kconfig/conf --silentoldconfig Kconfig >> * >> * Restart config... >> * >> * >> * IRQ subsystem >> * >> Expose hardware/virtual IRQ mapping via debugfs (IRQ_DOMAIN_DEBUG) >> [N/y/?] (NEW) >> >> and much more questions after this one, like: >> >> * GCOV-based kernel profiling >> * >> Enable gcov-based kernel profiling (GCOV_KERNEL) [N/y/?] (NEW) >> >> Enable IOSF sideband access through debugfs (IOSF_MBI_DEBUG) [N/y/?] (NEW) >> >> ... >> >> I am not a specialits on theses question and I thought it could use the >> config.x86_64 ? >> >> Many thanks for your help >> >> On Wed, Mar 29, 2017 at 12:44:17AM +0000, Andr? Silva wrote: >>> On 03/28/2017 11:18 PM, Beno?t wrote: >>>> Many thanks for your help and excuse me for the basic question as it is >>>> the first time ever I need to build a custom kernel. >>> >>> I suggest you download our build project in abslibre following the next >>> steps: >>> >>> a) Clone abslibre project with git: >>> >>> git clone https://git.parabola.nu/abslibre.git >>> >>> b) Go to Linux-libre-grsec-knock folder: >>> >>> cd abslibre/kernels/linux-libre-grsec-knock >>> >>> c) Edit config.x86_64 with any editor (eg. vim or nano): >>> >>> vim config.x86_64 >>> >>> d) Upgrade checksums: >>> >>> makepkg -g >> PKGBUILD >>> >>> e) Build it (it requires fakeroot): >>> >>> makepkg >>> >>> f) Install your custom package (eg. >>> linux-libre-grsec-knock-1:4.9.16_gnu.r201703180820-1): >>> >>> sudo pacman -U >>> linux-libre-grsec-knock-1\:4.9.16_gnu.r201703180820-1-x86_64.pkg.tar.xz >>> >> >> >> >> > >-- >SIP: megver83 at sip.linphone.org >XMPP: megver83 at diasp.org >Kontalk: +56 9 5630 2363 >Tox: >EF62A7ABCFADD97088FFE925A2F17F0711B49CAC155871B9823A9E9D0D4F9A38077AB0FA3791 >GNUSocial: @megver82 at gnusocial.net >Diaspora*: David P. (same XMPP ID) >_______________________________________________ >Assist mailing list >Assist at lists.parabola.nu >https://lists.parabola.nu/mailman/listinfo/assist -- Benoit From benoit at neviani.fr Thu Mar 30 20:59:47 2017 From: benoit at neviani.fr (=?iso-8859-1?Q?Beno=EEt?=) Date: Thu, 30 Mar 2017 21:59:47 +0200 Subject: [Assist] Compile custom kernel based on linux-libre-grsec-knock In-Reply-To: <20170329125134.GB7416@xps.localdomain> References: <20170328231813.GB16855@xps.localdomain> <20170329072448.GC16855@xps.localdomain> <20170329125134.GB7416@xps.localdomain> Message-ID: <20170330195947.GB4199@xps.localdomain> Just to let you know guys that I left most of the choice as default and I have succesfully be able to build a working kernel based on grsec+knock with a working hibernation :) I got a related question regarding knock if any of you have been able to play with it : I have tested the knockd (from http://www.zeroflux.org/projects/knock) and it is working very well :) but the knock from Gnunet doesnt seems to work.. I have installed openssh-knock and I added "TCPStealthSecret" secret in my conf on ssh client and server side but it doesnt take care I can always connect even if my secret is not the same on both side... any idea? (I have double checked that the kernel is compiled with CONFIG_TCP_STEALTH=y) Thanks belette On Wed, Mar 29, 2017 at 02:51:34PM +0200, Beno?t wrote: >Thanks but it seems to be important choices, is there any problem to >say yes or no to all? what do you guys use to do here? > >On Wed, Mar 29, 2017 at 09:06:38AM -0300, Megver83 wrote: >>so then answer them recursively when running makepkg >> >>If you want "yes" for all >>$ yes | makepkg >> >>If you want "no" for all >>$ yes n | makepkg >> >>if you want "?" for all >>$ yes ? | makepkg >> >>El 29/03/17 a las 04:24, Beno?t escribi?: >>>Thanks Andr?, >>>I followed the steps and I am failing in the same questions during the >>>steps e) >>> >>>I got this: >>> >>>Hunk #1 succeeded at 2078 (offset 89 lines). >>> HOSTCC scripts/basic/fixdep >>> HOSTCC scripts/kconfig/conf.o >>> SHIPPED scripts/kconfig/zconf.tab.c >>> SHIPPED scripts/kconfig/zconf.lex.c >>> SHIPPED scripts/kconfig/zconf.hash.c >>> HOSTCC scripts/kconfig/zconf.tab.o >>> HOSTLD scripts/kconfig/conf >>>scripts/kconfig/conf --silentoldconfig Kconfig >>>* >>>* Restart config... >>>* >>>* >>>* IRQ subsystem >>>* >>>Expose hardware/virtual IRQ mapping via debugfs (IRQ_DOMAIN_DEBUG) >>>[N/y/?] (NEW) >>> >>>and much more questions after this one, like: >>> >>>* GCOV-based kernel profiling >>>* >>>Enable gcov-based kernel profiling (GCOV_KERNEL) [N/y/?] (NEW) >>> >>>Enable IOSF sideband access through debugfs (IOSF_MBI_DEBUG) [N/y/?] (NEW) >>> >>>... >>> >>>I am not a specialits on theses question and I thought it could use the >>>config.x86_64 ? >>> >>>Many thanks for your help >>> >>>On Wed, Mar 29, 2017 at 12:44:17AM +0000, Andr? Silva wrote: >>>>On 03/28/2017 11:18 PM, Beno?t wrote: >>>>>Many thanks for your help and excuse me for the basic question as it is >>>>>the first time ever I need to build a custom kernel. >>>> >>>>I suggest you download our build project in abslibre following the next >>>>steps: >>>> >>>>a) Clone abslibre project with git: >>>> >>>>git clone https://git.parabola.nu/abslibre.git >>>> >>>>b) Go to Linux-libre-grsec-knock folder: >>>> >>>>cd abslibre/kernels/linux-libre-grsec-knock >>>> >>>>c) Edit config.x86_64 with any editor (eg. vim or nano): >>>> >>>>vim config.x86_64 >>>> >>>>d) Upgrade checksums: >>>> >>>>makepkg -g >> PKGBUILD >>>> >>>>e) Build it (it requires fakeroot): >>>> >>>>makepkg >>>> >>>>f) Install your custom package (eg. >>>>linux-libre-grsec-knock-1:4.9.16_gnu.r201703180820-1): >>>> >>>>sudo pacman -U >>>>linux-libre-grsec-knock-1\:4.9.16_gnu.r201703180820-1-x86_64.pkg.tar.xz >>>> >>> >>> >>> >>> >> >>-- >>SIP: megver83 at sip.linphone.org >>XMPP: megver83 at diasp.org >>Kontalk: +56 9 5630 2363 >>Tox: >>EF62A7ABCFADD97088FFE925A2F17F0711B49CAC155871B9823A9E9D0D4F9A38077AB0FA3791 >>GNUSocial: @megver82 at gnusocial.net >>Diaspora*: David P. (same XMPP ID) >>_______________________________________________ >>Assist mailing list >>Assist at lists.parabola.nu >>https://lists.parabola.nu/mailman/listinfo/assist > >-- >Benoit >_______________________________________________ >Assist mailing list >Assist at lists.parabola.nu >https://lists.parabola.nu/mailman/listinfo/assist -- Benoit