opensuse kde + wireless compatibility

Hello,

I am new to opensuse

I would like to make a livedvd of the kde distribution to test on my system.

I don’t know which version to download or from where.

I would also like to know if I am likely to have any problem in connecting the livedvd to the router via wi-fi

I have the following product:

RT2561/RT61 802.11g PCI

Thanks

I have the following product:

RT2561/RT61 802.11g PCI

Better is to show the ID of the Hardware.

/sbin/lspci -nnk | grep -iA3 net

If it is one of this ID’s, it should work:
https://cateee.net/lkddb/web-lkddb/RT61PCI.html

The command does not work on my machine (kubuntu 14.04).

It is mentioned in the cateee.net page

The command does not work on my machine (kubuntu 14.04).

Maybe because lspci ist not in the sbin-Directory?

Try:

sudo lspci -nnk | grep -iA3 net

Here are the data:

andrew@andrew-Dell-DM061:~$ sudo lspci -nnk | grep -iA3 net
[sudo] password for andrew: 
00:19.0 Ethernet controller [0200]: Intel Corporation 82562V 10/100 Network Connection [8086:104c] (rev 02)
        Subsystem: Dell Device [1028:01dd]
        Kernel driver in use: e1000e
00:1a.0 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 [8086:2834] (rev 02)
--
03:02.0 Network controller [0280]: Ralink corp. RT2561/RT61 802.11g PCI [1814:0301]
        Subsystem: Edimax Computer Co. Device [1432:7128]
        Kernel driver in use: rt61pci
03:03.0 Communication controller [0780]: Conexant Systems, Inc. HSF 56k Data/Fax Modem [14f1:2f20]
andrew@andrew-Dell-DM061:~$ 

03:02.0 Network controller [0280]: Ralink corp. RT2561/RT61 802.11g PCI 1814:0301]
Subsystem: Edimax Computer Co. Device [1432:7128]
Kernel driver in use: rt61pci

That should work, supported by Kernel 3.17 and higher.