Getting started with wireless connection

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
beacon
Level 4
Level 4
Posts: 292
Joined: Thu Oct 20, 2011 8:40 am

Getting started with wireless connection

Post by beacon »

I successfully set up a wireless connection on one computer. I recently got a second computer of the same type from the same source. Both have Linux Mint 17 with the cinnamon desktop. On the first, when I go to network settings I am given a choice between wired and wireless. On the second there is only wired, and even though I have tried to use 'add' to create a wireless connection and used the same settings as on the first, nothing changes, and the page still shows only 'wired' and no option for 'wireless'. I wonder if I have simply overlooked something quite simple and would be grateful for help.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Getting started with wireless connection

Post by JeremyB »

Lets see if LM can find a wifi device

Code: Select all

lspci -nnk | grep -iA2 net
Should find any PCI(e) network device
beacon
Level 4
Level 4
Posts: 292
Joined: Thu Oct 20, 2011 8:40 am

Re: Getting started with wireless connection

Post by beacon »

Thank you for your help.

I have typed in the code you suggested and got the following.

For the computer that is already connected wirelessly:

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
Subsystem: Gigabyte Technology Co., Ltd Motherboard [1458:e000]
Kernel driver in use: r8169

For the computer I am attempting to connect:

03:00.0 Ethernet controller [0200]: Qualcomm Atheros QCA8171 Gigabit Ethernet [1969:10a1] (rev 10)
Subsystem: ASRock Incorporation Device [1849:10a1]
Kernel driver in use: alx

I confess I don't understand, but even I can see these are different. I'd be grateful if you can give further advice based on this information.

Thanks again.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Getting started with wireless connection

Post by JeremyB »

beacon wrote:Thank you for your help.

I have typed in the code you suggested and got the following.

For the computer that is already connected wirelessly:

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
Subsystem: Gigabyte Technology Co., Ltd Motherboard [1458:e000]
Kernel driver in use: r8169

For the computer I am attempting to connect:

03:00.0 Ethernet controller [0200]: Qualcomm Atheros QCA8171 Gigabit Ethernet [1969:10a1] (rev 10)
Subsystem: ASRock Incorporation Device [1849:10a1]
Kernel driver in use: alx

I confess I don't understand, but even I can see these are different. I'd be grateful if you can give further advice based on this information.

Thanks again.
You must be using USB wifi sticks

Code: Select all

lsusb

Code: Select all

rfkill list
beacon
Level 4
Level 4
Posts: 292
Joined: Thu Oct 20, 2011 8:40 am

Re: Getting started with wireless connection

Post by beacon »

That was quick. Thanks.

For the first code on the connected computer I get the following:

Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 04e8:3321 Samsung Electronics Co., Ltd
Bus 001 Device 002: ID 7392:7622 Edimax Technology Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 003: ID 046d:c313 Logitech, Inc. Internet 350 Keyboard
Bus 004 Device 002: ID 04d9:1133 Holtek Semiconductor, Inc.
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


For the second computer it is

Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 003: ID 03f0:1204 Hewlett-Packard DeskJet 930c
Bus 003 Device 002: ID 046d:c050 Logitech, Inc. RX 250 Optical Mouse
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


the rf kill list does nothing that I can see.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Getting started with wireless connection

Post by JeremyB »

It seems that there is no wifi device on the second computer
beacon
Level 4
Level 4
Posts: 292
Joined: Thu Oct 20, 2011 8:40 am

Re: Getting started with wireless connection

Post by beacon »

Thank you JeremyB. It appears that there is nothing I can do, and I'll have to get in touch with the chaps who put it together.

Beacon
Locked

Return to “Networking”