How to use wifi on hp stream11?

Message
Author
alistera
Posts: 21
Joined: Sun 04 May 2014, 08:23

How to use wifi on hp stream11?

#1 Post by alistera »

hi i am trying to get xenial pup running on my son's hp stream11
It has a pci Intel wireless 7265 network controller
i found a linux driver on intel's website but not sure how to install it.
thanks

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#2 Post by bigpup »

What exact version of Xenialpup????
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

Terry H
Posts: 708
Joined: Sun 29 Mar 2009, 16:48
Location: The Heart of Muskoka, ON Canada

#3 Post by Terry H »

I have an intel 7265 wii card in my laptop.

The firmware versions in most modern puppies is old and not found. The firmware version I am presently using with xenial and bionic puppies & dpup stretch 7.5 with kernels 4.9.x is iwlwifi-7265D-22.ucode.

The firmware is contained in the directory /lib/firmware. You will probably see in this directory iwlwifi-7265D-10.ucode. This version is too old for newer kernels and won't be found at boot.

If you run in a terminal
dmesg | grep wifi you will se something like this:

Code: Select all

# dmesg|grep wifi
iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-7265D-26.ucode failed with error -2
iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-7265D-25.ucode failed with error -2
iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-7265D-24.ucode failed with error -2
iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-7265D-23.ucode failed with error -2
iwlwifi 0000:04:00.0: loaded firmware version 22.391740.0 op_mode iwlmvm
The kernel is initially trying to load firmware version 26. As its not found, it cycles backward up to about 10 times. If it doesn't find a valid firmware version. it doesn't load any firmware. In my case it finds and loads version 22 on the fifth attempt.

As this kernel is starting to look for version 26, there are newer firmware versions 27 & 29 available, but won't be found at boot either, as they are above the version that the kernel is searching for.

Edit: Using LXPupSC64 with 4.15.x kernel the newer firmware version 29 is successfully loaded. You will need to load this firmware yourself also.

alistera
Posts: 21
Joined: Sun 04 May 2014, 08:23

#4 Post by alistera »

Sorry its xenialpup 7.5 32bit
Thanks for the replies
i will try that

cthisbear
Posts: 4422
Joined: Sun 29 Jan 2006, 22:07
Location: Sydney Australia

#5 Post by cthisbear »

Others say it is Broadcom.

https://ubuntuforums.org/showthread.php?t=2319153

Also >> Jeremy:
Broadcom BCM43142 [14e4:4365] (rev 01), Ubuntu 15.04 No Wifi

https://ubuntuforums.org/showthread.php ... 235&page=3

Chris.

alistera
Posts: 21
Joined: Sun 04 May 2014, 08:23

#6 Post by alistera »

thanks fpr the help
I was thinking was too complicated.
how I got it to work was downloading the linux driver from intel then unpacking it and copying it into lib /firmware then it finds the wifi when I opened network set up.
I now havrle another problem though I can't. Install xenialpup 7.5 tried bot 64 and 32
I tried the installer, it opened gparted
I then deleted the partions and made a new ext 3 partion and set flag to boot
but the installer keeps telling me there is no partion to install to (tried ext 2 and 4).
what am I doing wrong?
thanks

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#7 Post by bigpup »

Sorry about your installer problem.

I will assume you are talking about the Puppy Universal Installer.
I will assume you only want Xenialpup on the computer.
No Windows 10

Am I correct?

Could you post a link to exactly where you got the driver.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

alistera
Posts: 21
Joined: Sun 04 May 2014, 08:23

#8 Post by alistera »

Yes you are correct i dont want windows on the hp stream and i was using the universal installer.

The link to where i got the wifi driver is https://www.intel.co.uk/content/www/uk/ ... rking.html

the driver i used was https://wireless.wiki.kernel.org/_media ... 0.14.0.tgz

I dont know if the problem is to do with the hp stream having a internal sd card onstead of a proper hard drive maybe?
thanks

foxpup
Posts: 1132
Joined: Fri 29 Jul 2016, 21:08

#9 Post by foxpup »

What partitions do you have now?
Look in gparted or type

Code: Select all

parted -l
in console.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#10 Post by bigpup »

I then deleted the partions and made a new ext 3 partion and set flag to boot
So, you have only one partition.

Suggest you use ext 3 or 4 for format.

If this had Windows 10 on it.
The internal sd card may be using a GPT partition table and it had a small first partition formatted fat 32 to work as a boot partition to hold only the boot loader.
Had another partition to actually install the Windows 10 OPS on.

Puppy is best to setup on a storage device using a msdos type partition table.
I suggest you run Gparted.
Make a msdos partition table.
Gparted>Device>Create partition table>msdos
Make partition
Format it.
Close Gparted.

You did not say anything about having trouble booting Xenialpup, so I will assume the bios is happy booting something that is not Windows.

About the Universal Installer Problem.
Make sure to mount the partition before running the installer. It may not see an unmounted partition.

After the install completes run Grub4dos Bootloader Config to install a boot loader. Just select the SD card as the device to install to. Select search only within this device.
All other default settings are good to use as is.
OK.
OK.
OK.
done.


Strongly suggest you do a frugal install of Xenialpup.
Some features only work on frugal installs.
It is still the complete OPS. The name frugal is about how little space the install uses.

Also, this info:

Frugal installs:

Can be put on any partition any format, any type storage device.

They load more of Puppy into RAM.

Easier to backup, because all changes, settings are in the save. The core Puppy files never change. Only what is in the save changes. All you have to do is copy the save to have a backup.
If Puppy really gets messed up. Just delete the save and replace it with the backup save.

You can easily load or unload SFS program packages.
This lets you use a program without actually installing it to Puppy. You will have to use this option to fully understand it.

All of Puppy is placed in a directory (folder).
You can have many Puppies on one partition.
All completely separate from the other.
All in different directories (Linux term for folder).

Full installs:
Must be installed to a Linux formatted partition.
Uses the entire partition.
Main advantage is it uses less memory to boot to desktop.
Does not use layered file system.
Works best for compiling.
Does not run into size limit that a save file has on a fat32 format.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

alistera
Posts: 21
Joined: Sun 04 May 2014, 08:23

#11 Post by alistera »

hi still not having any luck
Attachments
capture5384.png
(116.99 KiB) Downloaded 133 times

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#12 Post by bigpup »

mmop1 is not a normal name Puppy would use for a partition.

Normally it would be each storage device as sda, sdb, sdc, etc....
The partitions would be identified as example:
sda1, sda2, sda3 for partitions on sda.

Normally one internal drive would be identified first as sda.
One external drive as sdb.

The external drive is being seen as sda.

So, need to figure out why it is giving the mmop1 name to the internal SD card.
Could just be how it hooks up to the computer and how it identifies it.

The big problem seems to be getting the installer to see a partition on it.

In Gparted it shows the SD card by this name?
Did you do as I suggested to make new partition table, partition, and format?

We only know what you tell us.
So you must give use info.
You do what?
You see what?
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#13 Post by bigpup »

Could try using this installer program.
YaPI
http://www.murga-linux.com/puppy/viewtopic.php?t=107601
Download the Yapi pet.
Left click on it to install.
Run from menu>Setup>YaPI
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

alistera
Posts: 21
Joined: Sun 04 May 2014, 08:23

#14 Post by alistera »

Thanks for your help
Unfortunately Yapi sees the partion but fails when trying to install grub.
I have noticed ther is another drive that i can access, i never saw at first because when i format the other card with gparted they symbols disapper until i restart.
I think it has a flash drive and uefi

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#15 Post by bigpup »

Unfortunately Yapi sees the partion but fails when trying to install grub.

Explain??????
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#16 Post by bigpup »

Have you done this in the UEFI bios setup?

Disable Secure Boot and/or enable Legacy Boot
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

alistera
Posts: 21
Joined: Sun 04 May 2014, 08:23

#17 Post by alistera »

the note book has an eMMC drive which I think is why it won't it wont install.
I tried https://ubuntuforums.org/showthread.php?t=2351579 but still no luck.
maybe I was too quick in formatting the drive.
Is it possible to install puppy on this type of drive?

alistera
Posts: 21
Joined: Sun 04 May 2014, 08:23

#18 Post by alistera »

Sorry big pup never say your reply yes tried UEFI and lecacy. It boots fine of external usb but can't install to internal drive. Also it wont boot from the sd card in the slot and there isn't a setting in the bios to make it boot from the sd card.
I think it must just work on windows :( :(

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#19 Post by bigpup »

Well, you may just have to be happy with Xenialpup booting from a USB flash drive.
Could probably still use the internal drive for storage.

That Ubuntu topic talks about having to do this:
n order for the system to recognized the installed OS, you must ensure the system is using UEFI boot mode as well as enabling Firmware TPM BEFORE installation. Secure boot MUST be off for installation and after installation. Legacy Option ROM should be disabled. After install, the system will recognize the OS and boot properly after the TPM check which will only occur at the very first bootup and never occur again.
Note this statement:
Secure boot MUST be off for installation and after installation.
Legacy Option ROM should be disabled

Unfortunately Yapi sees the partion but fails when trying to install grub.
Specific details?
You do what?
You see what?


Some computers want to see the boot loader stuff on a fat32 formatted partition.

I wonder if redoing the partitioning would help.
Make two partitions.
The first partition, a small (maybe 100MB) partition formatted fat 32.
Use this as the partition to install the boot loader on.
2nd partition the rest of the drive space. Format ext 3.
Install Xenialpup on it.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

alistera
Posts: 21
Joined: Sun 04 May 2014, 08:23

#20 Post by alistera »

Will try again at weekend been too busy at work to do anything more with this.
thanks again for your help

Post Reply