LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM
User Name
Password
Slackware - ARM This forum is for the discussion of Slackware ARM.

Notices


Reply
  Search this Thread
Old 09-14-2019, 08:21 AM   #31
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,907

Rep: Reputation: Disabled

need more detailed logs, while it’s clear what should work
 
Old 09-14-2019, 08:04 PM   #32
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 334

Original Poster
Rep: Reputation: Disabled
I downloaded the firmware-brcm80211_20161130-3+rpt3_all.deb package and found that I was missing a blob file for the brcmfmac43455. I added what you said for the cmdline.txt file. Attached is the latest dmesg log.
Attached Files
File Type: log dmesg.log (15.6 KB, 12 views)
 
Old 09-14-2019, 08:16 PM   #33
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,907

Rep: Reputation: Disabled
you have not added a parameter verbosity=7

[ 0.000000] Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=646 bcm2708_fb.fbheight=406 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=tty1 nofont root=/dev/mmcblk0p3 rootfstype=ext4 rootwait ro
 
Old 09-14-2019, 08:23 PM   #34
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 334

Original Poster
Rep: Reputation: Disabled
slarm64 no wifi

I added "dwc_otg.lpm_enable=0 console=tty1 nofont root=/dev/mmcblk0p3 rootfstype=ext4 rootwait ro verbosity=7" to /boot/cmdline.txt like you said
 
Old 09-14-2019, 08:27 PM   #35
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,907

Rep: Reputation: Disabled
stop, wrong parameter needed loglevel=7

Last edited by sndwvs; 09-14-2019 at 08:38 PM.
 
Old 09-14-2019, 09:17 PM   #36
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 334

Original Poster
Rep: Reputation: Disabled
slarm64 no wifi

Let me know what I should do.
 
Old 09-15-2019, 02:18 AM   #37
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,907

Rep: Reputation: Disabled
echo 'dwc_otg.lpm_enable=0 console=tty1 nofont root=/dev/mmcblk0p3 rootfstype=ext4 rootwait ro loglevel=7' > /boot/cmdline.txt
reboot
attach dmesg.log
 
Old 09-15-2019, 07:04 AM   #38
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 334

Original Poster
Rep: Reputation: Disabled
Ok added loglevel=7 and attached dmesg log
Attached Files
File Type: log dmesg.log (15.6 KB, 10 views)
 
Old 09-15-2019, 07:31 AM   #39
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,907

Rep: Reputation: Disabled
nothing has changed

echo 8 > /proc/sysrq-trigge
modprobe -r brcmfmac
modprobe brcmfmac
attach dmesg
 
Old 09-15-2019, 07:40 AM   #40
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 334

Original Poster
Rep: Reputation: Disabled
Attached is new log. Just says it unregistered and re-registered the module but nothing.
Attached Files
File Type: log dmesg.log (16.2 KB, 10 views)
 
Old 09-15-2019, 07:44 AM   #41
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,907

Rep: Reputation: Disabled
should be something like

[1198262.720551] sysrq: Loglevel set to 8
[1198265.926373] brcmfmac: brcmf_fil_cmd_data: bus is down. we have nothing to do.
[1198265.934865] brcmfmac: brcmf_fil_cmd_data: bus is down. we have nothing to do.
[1198265.942333] brcmfmac: brcmf_cfg80211_get_channel: chanspec failed (-5)
[1198269.319271] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[1198269.344205] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[1198269.351402] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[1198269.360391] platform regulatory.0: Falling back to syfs fallback for: regulatory.db
[1198269.413175] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43362-sdio for chip BCM43362/1
[1198269.617311] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43362-sdio for chip BCM43362/1
 
Old 09-15-2019, 05:58 PM   #42
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 334

Original Poster
Rep: Reputation: Disabled
slarm64 no wifi

everything should be in /lib and nothing in /lib64?
 
Old 09-16-2019, 09:44 AM   #43
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,907

Rep: Reputation: Disabled
ls -l /lib{,64}/* | grep :$ | cut -d ':' -f1
/lib/dhcpcd
/lib/firmware
/lib/modprobe.d
/lib/modules
/lib/systemd
/lib/udev
/lib64/e2fsprogs
/lib64/pkgconfig
/lib64/xfsprogs

in /lib64 -> glibc, etc
in /lib -> kernel modules and firmware
 
Old 09-17-2019, 05:33 PM   #44
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 334

Original Poster
Rep: Reputation: Disabled
slarm64 no wifi

Is /dev/mmcblk0p1 supposed to be mounted to /boot?
 
Old 09-17-2019, 10:02 PM   #45
gus3
Member
 
Registered: Jun 2014
Distribution: Slackware
Posts: 490

Rep: Reputation: Disabled
It doesn't have to be mounted there, although that's where it should be mounted when you do updates.

The critical point is that the first partition on the SD card is where the firmware, device tree, and kernel (and initrd, where applicable) must be in order to boot from the SD card. And the format must be FAT32.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] slarm64 (aarch64 unofficial slackware) sndwvs Slackware - ARM 347 12-15-2021 01:45 PM
Wifi option is there but no wifi scanning or wifi not working Aakash447 Linux - Newbie 3 06-28-2018 11:48 PM
Want to share my wifi by creating a wifi hotspot ( While staying connected to wifi)? shadyXV Linux - Desktop 4 07-20-2015 05:37 PM
Best WiFi PCI (or else) card in general for Linux and WiFi network experimentation? ICEMANII Linux - Wireless Networking 2 09-21-2006 04:50 PM
Ralink WIFI with Asus@Home WIFI wavemachine Linux - Hardware 0 10-20-2004 03:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM

All times are GMT -5. The time now is 10:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration