You are not logged in.

#26 2023-09-22 15:36:44

DEMONPRINCE_7
Member
Registered: 2023-09-19
Posts: 23

Re: Devices dosent show up when i try device list on install

There way no outputs after I entered modprobe wl I tried both device list and station list in iwctl but still it didnt show any devices

Offline

#27 2023-09-22 15:55:16

seth
Member
Registered: 2012-09-03
Posts: 63,401

Re: Devices dosent show up when i try device list on install

What kind of translation service do you use for this and is your native tongue supported by deepl.com ?

Offline

#28 2023-09-22 16:05:55

DEMONPRINCE_7
Member
Registered: 2023-09-19
Posts: 23

Re: Devices dosent show up when i try device list on install

I dont think the english I typed is that hard lol lol seriously I am going to die from laughter

Offline

#29 2023-09-22 16:08:07

seth
Member
Registered: 2012-09-03
Posts: 63,401

Re: Devices dosent show up when i try device list on install

The problem is that you seem to have a very hard time to comprehend what we are telling you.
Not the other way round.

Offline

#30 2023-09-22 16:15:22

DEMONPRINCE_7
Member
Registered: 2023-09-19
Posts: 23

Re: Devices dosent show up when i try device list on install

Will when you said impact I was like, since impact means something like froce right so I was like what do you even mean by impact

Offline

#31 2023-09-22 16:23:25

loqs
Member
Registered: 2014-03-06
Posts: 18,423

Re: Devices dosent show up when i try device list on install

Impact has two meanings.

Offline

#32 2023-09-22 16:27:30

seth
Member
Registered: 2012-09-03
Posts: 63,401

Re: Devices dosent show up when i try device list on install

Impact or not, this here

There way no outputs after I entered modprobe wl I tried both device list and station list in iwctl but still it didnt show any devices

doesn't relate in any way shape or form to the question of the previous post, which is still an open question.

What is your native tongue?

Offline

#33 2023-09-22 16:43:52

DEMONPRINCE_7
Member
Registered: 2023-09-19
Posts: 23

Re: Devices dosent show up when i try device list on install

@loqs all this time I thought it means froce and @seth My native tongue is english and it does relate the question when I entered modprobe wl there way no outputs and it didnt change the device list problem

Last edited by DEMONPRINCE_7 (2023-09-22 16:45:15)

Offline

#34 2023-09-22 16:50:16

seth
Member
Registered: 2012-09-03
Posts: 63,401

Re: Devices dosent show up when i try device list on install

But the question was and is

seth wrote:

What's the impact of loading wl on "ip l" and "lspci -nnks 02:00.0"?

ie what is their output after loading the module, not the output of modprobe.

Edit, not that it matters, but you're also consistently misspelling "force"...

Last edited by seth (2023-09-22 16:51:55)

Offline

#35 2023-09-22 17:01:20

loqs
Member
Registered: 2014-03-06
Posts: 18,423

Re: Devices dosent show up when i try device list on install

There could be a race between bcma-pci-bridge and wl on boot as I believe the Arch ISO does not blacklist the bcma modules which could explain state changes such as bcma_pci_bridge not being loaded between reports.

Offline

#36 2023-09-22 17:02:41

DEMONPRINCE_7
Member
Registered: 2023-09-19
Posts: 23

Re: Devices dosent show up when i try device list on install

Oh, I thought you meant modprobe, Sorry,I tried it after i entered modprobe wl both ip l and lspci -nnks 02:00.0 is the same as before

Last edited by DEMONPRINCE_7 (2023-09-22 17:03:54)

Offline

#37 2023-09-22 17:10:04

loqs
Member
Registered: 2014-03-06
Posts: 18,423

Re: Devices dosent show up when i try device list on install

What if you blacklist from the Arch ISO's bootloader the bcma and bcma_pci_bridge modules?

module_blacklist=bcma.bcma_pci_bridge

Offline

#38 2023-09-22 17:24:15

DEMONPRINCE_7
Member
Registered: 2023-09-19
Posts: 23

Re: Devices dosent show up when i try device list on install

I tried it but still both ip l and lspci's output is still the same, sorry for the inconvenience

Offline

#39 2023-09-22 17:38:55

loqs
Member
Registered: 2014-03-06
Posts: 18,423

Re: Devices dosent show up when i try device list on install

My mistake the modules should be seperated by , not .

module_blacklist=bcma,bcma_pci_bridge

Offline

#40 2023-09-22 17:54:49

DEMONPRINCE_7
Member
Registered: 2023-09-19
Posts: 23

Re: Devices dosent show up when i try device list on install

Sorry, its still the same

Offline

#41 2023-09-22 18:08:05

loqs
Member
Registered: 2014-03-06
Posts: 18,423

Re: Devices dosent show up when i try device list on install

Does output of `lspci -nnks 02:00.0` still contain:

kernel driver in use: bcma-pci-bridge

Offline

#42 2023-09-22 18:26:16

DEMONPRINCE_7
Member
Registered: 2023-09-19
Posts: 23

Re: Devices dosent show up when i try device list on install

Its still bcma-pci-bridge

Offline

#43 2023-09-22 19:08:29

seth
Member
Registered: 2012-09-03
Posts: 63,401

Re: Devices dosent show up when i try device list on install

Are you still on the install iso or did you already install the system?
Mount the target partition to /mnt and dump the system journal there

journalctl -b > /mnt/journal.txt

Then upload that from majaro or however.

If you've a phone, you can leverage it's internet access, https://wiki.archlinux.org/title/Tethering and in that case simply

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#44 2023-09-26 14:58:12

DEMONPRINCE_7
Member
Registered: 2023-09-19
Posts: 23

Re: Devices dosent show up when i try device list on install

I am still on the install since you need wifi to install arch. Tethering is just hotspot right?
But dont you have to use the same way to connect to hotspot as wifi right?you could use a usb cable but I have a laptop so, I want to use wifi so that i could use it anywhere I want to and if that was not a problem I would  have already installed arch via ethernet. also what do you mean by "Then upload that from majaro or however"?

Last edited by DEMONPRINCE_7 (2023-09-26 15:06:50)

Offline

#45 2023-09-26 15:16:44

seth
Member
Registered: 2012-09-03
Posts: 63,401

Re: Devices dosent show up when i try device list on install

The task at this point is exclusively to extract some data from the system and if you've a phone you  can use tethering for that.

I would  have already installed arch via ethernet.

D'ohhh.
Just install arch, you can care about the wifi situation afterwards.

also what do you mean by "Then upload that from majaro or however"?

Post the journal. By any means necessary. Otherwise this  goes absolutely nowhere.

Offline

#46 2023-09-26 16:00:58

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,384

Re: Devices dosent show up when i try device list on install

DEMONPRINCE_7 wrote:

Tethering is just hotspot right?

No.  If you tether a phone via USB, it appears as a WIRED network interface to Linux.  Connect the USB, put the phone into USB tether mode.  Check that a new interface appears in Linux using ip link.  At that point, just start dhcpcd as root.  A DHCP server in the phone will issue an IP address, and you are good to go.

A "Hotspot" is a wireless access point.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB