Trial of endeavour

Hi , i am new here, and my problem is id like to try endeavour on my laptop surfacepro6 but there is no network available , is there a way to add the network device. actually i am running with fedora silverblue and it is running good but id like to try endeavour . can you help me to install the network

Welcome @casper

On fedora can you give the hardware output for the network

inxi -Na

Bus 001 Device 004: ID 1286:204c Marvell Semiconductor, Inc. Bluetooth and Wireless LAN Composite
01:00.0 Ethernet controller: Marvell Technology Group Ltd. 88W8897 [AVASTAR] 802.11ac Wireless

I think you would have to install the firmware for the Marvell chip as it is a separate package according to this. So is there any other way to connect and then install it.

https://archlinux.org/news/linux-firmware-202201190c6a7b3-2-requires-kernel-53-and-package-splitting/

sudo pacman -S linux-firmware-marvell

ok thank you, i will try this

Hopefully this works for you?

@casper
Welcome to the EndeavourOS forum. I hope you enjoy your time here.

Your Topic title sounds like it could be a Alfred Hitchcock movie title.

Pudge

1 Like

Welcome aboard! :smile:

Could you show the output of command:

lspci -k | grep "Kernel driver in use"

?

Kernel driver in use: skl_uncore
Kernel driver in use: i915
Kernel driver in use: proc_thermal
Kernel driver in use: ipu3-imgu
Kernel driver in use: intel_ish_ipc
Kernel driver in use: xhci_hcd
Kernel driver in use: intel_pch_thermal
Kernel driver in use: ipu3-cio2
Kernel driver in use: intel-lpss
Kernel driver in use: intel-lpss
Kernel driver in use: intel-lpss
Kernel driver in use: intel-lpss
Kernel driver in use: mei_me
Kernel driver in use: mei_me
Kernel driver in use: pcieport
Kernel driver in use: pcieport
Kernel driver in use: intel-lpss
Kernel driver in use: snd_hda_intel
Kernel driver in use: mwifiex_pcie
Kernel driver in use: nvme

finally it didn`t work , i got invalid -s command . i tried this with my usb flash with the new version of endeavour. the system is booting well but shows no network so i cannot try the online install

after doing lspci
Kernel driver in use: skl_uncore
Kernel driver in use: i915
Kernel driver in use: proc_thermal
Kernel driver in use: ipu3-imgu
Kernel driver in use: intel_ish_ipc
Kernel driver in use: xhci_hcd
Kernel driver in use: intel_pch_thermal
Kernel driver in use: ipu3-cio2
Kernel driver in use: intel-lpss
Kernel driver in use: intel-lpss
Kernel driver in use: intel-lpss
Kernel driver in use: intel-lpss
Kernel driver in use: mei_me
Kernel driver in use: mei_me
Kernel driver in use: pcieport
Kernel driver in use: pcieport
Kernel driver in use: intel-lpss
Kernel driver in use: snd_hda_intel
Kernel driver in use: mwifiex_pcie
Kernel driver in use: nvme

It should be capital s > -S

Try USB tethering your mobile phone and use the data if you can.

2 Likes

You have to be connected to the network somehow to install the firmware package that is required for Marvell. Then you have to reboot.

sudo pacman -S linux-firmware-marvell

This is the correct module but it needs the firmware package installed in order for the device to work.

1 Like

Welcome @casper

While you are working on the network driver issue, and you have Fedora running, why not do your “Trial of Endeavour” on Gnome Boxes?

It is also possible to download package linux-firmware-marvell with another computer and transfer it to your Surface. Then install it with
sudo pacman -U “package-file”

2 Likes

I keep forgetting about this ability. :thinking:

Gnome boxes? :face_vomiting: How about Virtual Box or VmWare! :laughing:

2 Likes

Pacman can also download packages with

sudo pacman -Sw “package-name”

1 Like

@casper should already have it in Fedora. :face_holding_back_tears:

I’m here to encourage users to install EndeavourOS. That is why we are here to help them get their system up and running. :pleading_face:

3 Likes