PDA

View Full Version : Upgradet latest kernel armhf/armel 3.12 on a samsung s4



johnjohnsp1
2014-03-21, 04:52
Hello,

Did a successful installation of Kali Linux armhf on my samsung s4 , I was wondering how to upgrade to the latest kernel build 3.12 in order to use and external wifi card (rtl8187) since with the shipped kernel the drivers aren't loaded by default. Looks like apt-get install Linux-source works but how to continue , every time I reboot it's falling back to the 3.4.8

An other way to use load the rtl8187 drivers ?

Used Linux-deploy either with armel or armhf image, the phone is a samsung galaxy s4 i9505

Thanks in advice

Did find a procedure to upgrade the kernel by following kali documentation at

http://docs.kali.org/development/recompiling-the-kali-linux-kernel

everything went well but at this step:

update-grub2 i realized that grub2 is missing on armhf image

did

apt-get install grub grub2 but without success package aren't there

here the steps i did to find grub

root@localhost:~# apt-cache search grub2
grub-imageboot - boot iso, harddisk and floppy images with grub2 and syslinux memdisk
grub2-splashimages - a collection of great GRUB2 splashimages
root@localhost:~# apt-get install grub2-splashimage
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package grub2-splashimage
root@localhost:~# apt-get install grub-imageboot
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
grub-imageboot : Depends: grub-pc but it is not installable or
grub-efi-amd64 but it is not installable or
grub-efi-ia32 but it is not installable
E: Unable to correct problems, you have held broken packages.
root@localhost:~# apt-get install grub-arm
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package grub-arm
root@localhost:~# apt-get install grub2-arm
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package grub2-arm


anyone else got the same problem ?

Thanks

DCMMC
2014-03-28, 10:59
Hi!

I think the apt-get have no such Packages.Try another software source.

If you still unable to locate package,you can download the software source code, compile it yourself.