You are not logged in.
Pages: 1
Hi,
I downloaded devuan_ascii_2.0.0_armel_raspi1.img.xz image for my r-pi zero w.
I downloaded raspberry pi imager and wrote it to sd card.
I booted it but i couldn't connect it to wifi.
What can i do for this situation?
I'm a little bit moderate than a newbie for linux & my English is not well.
Sorry for both of them.
Thanks from now for your replies : )
Offline
Hi,
I downloaded devuan_ascii_2.0.0_armel_raspi1.img.xz image for my r-pi zero w.
I downloaded raspberry pi imager and wrote it to sd card.
I booted it but i couldn't connect it to wifi.
What can i do for this situation?
I'm a little bit moderate than a newbie for linux & my English is not well.
Sorry for both of them.
Thanks from now for your replies : )
Hello arilogue,
Can you output the result of:
ip link show
and also output of:
dmesg
In any case just give a try here
Best Regards,
tux
Best Regards,
tux
Offline
You need
/lib/firmware/brcm/*
from the original raspbian, without the firmware you have no interface wlan0
May be, not all the files from this folder are really needed, but I haven't tested this in detail.
Best Regards, FM_81
The most brilliant role in comedy is that of a fool, he must not be in order to make it seem. (Miguel de Cervantes)
Offline
arilogue wrote:Hi,
I downloaded devuan_ascii_2.0.0_armel_raspi1.img.xz image for my r-pi zero w.
I downloaded raspberry pi imager and wrote it to sd card.
I booted it but i couldn't connect it to wifi.
What can i do for this situation?
I'm a little bit moderate than a newbie for linux & my English is not well.
Sorry for both of them.
Thanks from now for your replies : )Hello arilogue,
Can you output the result of:
ip link showand also output of:
dmesgIn any case just give a try here
Best Regards,
tux
Hi tuxd3v,
ip link show is here
dmesg is here
dmesg was too quick and there was a lot of things. And i recorded with my phone as much as possible and it's here
At last the link that you sent is too complicated for me. Sorry about that : /
Best regards
Last edited by arilogue (2020-03-31 14:50:09)
Offline
You need
/lib/firmware/brcm/*
from the original raspbian, without the firmware you have no interface wlan0
May be, not all the files from this folder are really needed, but I haven't tested this in detail.Best Regards, FM_81
Hi FM_81,
I downloaded Raspbian lite and i couldn't extract the files from inside so I couldn't do this.
Offline
First unpack it. You'll get a file like 2020-02-13-raspbian-buster-lite.img (name may differ, if it is an older version)
Then login as ROOT, another linux machine is needed!
Find out, which is the next free loopdevice:
losetup -f
You'll get an answer like /dev/loop2 (number at the end may differ again)
Now mount the second partition of the Raspbian-file
losetup -P /dev/loop2 /path/to/somewhere/2020-02-13-raspbian-buster-lite.img
mount /dev/loop2p2 /mnt/any_mountpoint_name
You may now look inside the image, you'll found the whole system in /mnt/any_mountpoint_name. (/boot is the first partition, but we do not need this here) You can now copy everything you want from the Raspbian-root-partition without the need of a extra SD-card.
Don't forget after all to do:
umount /mnt/any_mountpoint_name
losetup -d /dev/loop2
Greetings, FM_81
Last edited by FM81 (2020-03-31 15:28:59)
The most brilliant role in comedy is that of a fool, he must not be in order to make it seem. (Miguel de Cervantes)
Offline
Hello arilogue,
The link for download the image is in the page, or here, its a recent image with beowulf..
Its a description of it in this thread.
You don't have indeed wlan0..
The Wireless device is BCM4343x WiFi..
The dmesg, would be better to post it in a service like https://paste2.org/
its better to analyze
Last edited by tuxd3v (2020-04-10 03:18:58)
Best Regards,
tux
Offline
hello arilogue,
Does you solved your problem?
The driver for what I could see, times out
brcmfmac lines of dmesg ..
Does you experimented with other image?
best regards,
Last edited by tuxd3v (2020-04-10 03:23:10)
Best Regards,
tux
Offline
Sorry but i couldn't try suggestions of you and fm81 because i was too busy and still i am.
I think in a few days i will try them.
Thanks for now : )
Offline
Sorry but i couldn't try suggestions of you and fm81 because i was too busy and still i am.
I think in a few days i will try them.
Thanks for now : )
No problem arilogue
you welcome..
When you can
Best Regards,
tux
Offline
Pages: 1