Have you got any way to transfer the file if you download it on another PC ?
I was gonna ask you that question, how can I do that ?
Have you got any way to transfer the file if you download it on another PC ?
I was gonna ask you that question, how can I do that ?
Firmware files aren’t normally all that big, could I extract it copy it to a usb pendrive make a directory in the nas and copy the file to that directory via the terminal ?
You could download firmware-atheros to your (internet connected) PC then unpack it there.
From the resulting set of files copy ar9170.fw to the NAS (via USB stick) to the folder /lib/firmware/ar9170.fw
Reboot and see in dmesg if it loaded the correct driver for the wireless
You could download firmware-atheros to your (internet connected) PC then unpack it there. From the resulting set of files copy ar9170.fw to the NAS (via USB stick) to the folder /lib/firmware/ar9170.fw Reboot and see in dmesg if it loaded the correct driver for the wireless
Ok I’ve downloaded and extracted the .deb file there are 2 files inside (md5sum & control),I copied control to a usb and plugged that into the NAS, that’s where I’m stuck
You could yes … just get the 5 .fw files from the /lib/firmware in the .deb to the /lib/firmware directory on the NAS box.
But it would be just as easy to copy the firmware-atheros_0.28+squeeze1_all.deb file to the NAS box … then run:
dpkg -i /path/to/firmware-atheros_0.28+squeeze1_all.deb
(as root)
Ok I've downloaded and extracted the .deb file there are 2 files inside (md5sum & control),I copied control to a usb and plugged that into the NAS, that's where I'm stuck
It didn’t extract properly then … there should be 3 directories in the .deb
DEBIAN
lib
usr
Just do what I said above.
[EDIT]
Sorry for not responding … I thought you’d gone.
ok but what would the path be, it just shows up as sdb but I can’t seem to cd to it ?
What’s the output from:
fdisk -l
?
fdisk -l
Any particular part you’re looking for because the output is huge ?
is there a partition called /dev/sdb1 ?
are there any other sdbN partitions ?
Is sdb the USB stick ?
is there a partition called /dev/sdb1 ?
yes
are there any other sdbN partitions ?
None that I see
Is sdb the USB stick ?
Yes
OK, run:
mkdir /mnt/usbstick
then
mount /dev/sdb1 /mnt/usbstick
then
cd /mnt/usbstick
then
dpkg -i firmware-atheros_0.28+squeeze1_all.deb
and tell me if it installed without error … do not unplug the USB stick yet.
after the last command “cannot access archive: no such file of directory”
What’s the output from:
ls -a /mnt/usbstick
I see where I went wrong trying again
got the same error again here’s the output you asked for
ls -a /mnt/usbstick
. … control firmware-atheros_0.28+squeeze1_all.deb
ok I got it i was typing it wrong
did it install without errors ?
did it install without errors ?
Yes
OK, run:
umount /mnt/usbstick
(umount NOT unmount )
if no errors … you can safely unplug the USB stick.
Then run:
modprobe -r ar9170usb
then
modprobe ar9170usb
now is wlan0 mentioned when you run:
ip link