Connecting to a Wireless Network

I can’t seem to figure out how to connect to a wireless network. When running the installer, I configured my network properly, but plugged in to RJ-45 ethernet to download the OS, as stated on multiple forums. As an additional issue, I can’t find anywhere in the GUI to do so. Is this only solved by a clean install, or can i do it from the command line or the GUI?

Thanks!

Did you follow the instructions in the WiFi GUI thread that you posted to? You said there that it didn’t work but you aren’t giving us any info as to what point it failed?

The operating system does not need a network connection to download. It did with Raspbmc, but not OSMC.

You can set up WiFi in the installer. Then it should work after first boot. Our settings app is not ready for Wi-Fi set up yet so you’ll need to do this during install.

Cheers

Sam

@sam_nazarko I’m not having download problems, it’s already downloaded. I’m just not able to actually connect to WiFi to stream from YouTube, etc.

@ActionA It doesn’t fail at any point, it simply doesn’t even give me the option to connect. I did configure it in the installer, but it doesn’t find the network or connect to it.

Tell us what chipset your wifi device uses and we’ll make sure it’s included in the future.

@ActionA I’m pretty sure it’s a Realtek 8188CU, which should technically work. It’s the same chipset as the popular Edimax adapter.

Could be a missing VID PID combo

Can we get some dmesg output?

Cheers

It’s super long but here you go:

osmc@osmc:~$ dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.18.5-2-osmc (root@cubox-i) (gcc version 4.9.1 (Raspbian 4.9.1-19) ) #1 PREEMPT Sun Feb 1 18:32:16 UTC 2015
[ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] Machine model: Raspberry Pi Model B+
[ 0.000000] cma: Reserved 8 MiB at 0x16800000
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] On node 0 totalpages: 94208
[ 0.000000] free_area_init_node: node 0, pgdat c098edec, node_mem_map d6514000
[ 0.000000] Normal zone: 736 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 94208 pages, LIFO batch:31
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 93472
[ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=720 bcm2708_fb.fbheight=480 bcm2708.boardrev=0x10 bcm2708.serial=0x94c9cc1f smsc95xx.macaddr=B8:27:EB:C9:CC:1F bcm2708_fb.fbswap=1 bcm2708.disk_led_gpio=47 bcm2708.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait quiet osmcdev=rbp
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 354652K/376832K available (7277K kernel code, 356K rwdata, 1828K rodata, 324K init, 726K bss, 22180K reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
vmalloc : 0xd7800000 - 0xff000000 ( 632 MB)
lowmem : 0xc0000000 - 0xd7000000 ( 368 MB)
modules : 0xbf000000 - 0xc0000000 ( 16 MB)
.text : 0xc0008000 - 0xc08ec6c0 (9106 kB)
.init : 0xc08ed000 - 0xc093e000 ( 324 kB)
.data : 0xc093e000 - 0xc09973ec ( 357 kB)
.bss : 0xc09973ec - 0xc0a4cc68 ( 727 kB)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:522
[ 0.000024] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483648000ns
[ 0.000071] Switching to timer-based delay loop, resolution 1000ns
[ 0.000343] Console: colour dummy device 80x30
[ 0.000555] console [tty0] enabled
[ 0.000580] Calibrating delay loop (skipped), value calculated using timer frequency… 2.00 BogoMIPS (lpj=10000)
[ 0.000606] pid_max: default: 32768 minimum: 301
[ 0.000951] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000979] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.001917] Initializing cgroup subsys memory
[ 0.001970] Initializing cgroup subsys devices
[ 0.001999] Initializing cgroup subsys freezer
[ 0.002026] Initializing cgroup subsys net_cls
[ 0.002049] Initializing cgroup subsys blkio
[ 0.002138] CPU: Testing write buffer coherency: ok
[ 0.002212] ftrace: allocating 17798 entries in 53 pages
[ 0.092724] Setting up static identity map for 0x6b7c48 - 0x6b7ca4
[ 0.095432] devtmpfs: initialized
[ 0.112122] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
[ 0.115308] pinctrl core: initialized pinctrl subsystem
[ 0.117737] NET: Registered protocol family 16
[ 0.122934] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[ 0.152484] cpuidle: using governor ladder
[ 0.182536] cpuidle: using governor menu
[ 0.182770] bcm2708.uart_clock = 3000000
[ 0.185717] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[ 0.185743] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.185779] mailbox: Broadcom VideoCore Mailbox driver
[ 0.185909] bcm2708_vcio: mailbox at f200b880
[ 0.186015] bcm_power: Broadcom power driver
[ 0.186036] bcm_power_open() → 0
[ 0.186048] bcm_power_request(0, 8)
[ 0.686771] bcm_mailbox_read → 00000080, 0
[ 0.686792] bcm_power_request → 0
[ 0.686946] Serial: AMBA PL011 UART driver
[ 0.687144] dev:f1: ttyAMA0 at MMIO 0x20201000 (irq = 83, base_baud = 0) is a PL011 rev3
[ 0.745818] SCSI subsystem initialized
[ 0.746136] usbcore: registered new interface driver usbfs
[ 0.746260] usbcore: registered new interface driver hub
[ 0.746428] usbcore: registered new device driver usb
[ 0.748207] Switched to clocksource stc
[ 0.774378] FS-Cache: Loaded
[ 0.774780] CacheFiles: Loaded
[ 0.790323] NET: Registered protocol family 2
[ 0.791667] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.791771] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.791873] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.791958] TCP: reno registered
[ 0.791985] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.792029] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.792372] NET: Registered protocol family 1
[ 0.793014] RPC: Registered named UNIX socket transport module.
[ 0.793044] RPC: Registered udp transport module.
[ 0.793057] RPC: Registered tcp transport module.
[ 0.793068] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.793667] bcm2708_dma: DMA manager at f2007000
[ 0.793845] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
[ 0.795339] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.795475] audit: initializing netlink subsys (disabled)
[ 0.795572] audit: type=2000 audit(0.730:1): initialized
[ 0.810676] VFS: Disk quotas dquot_6.5.2
[ 0.811051] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.813720] FS-Cache: Netfs ‘nfs’ registered for caching
[ 0.815422] NFS: Registering the id_resolver key type
[ 0.815517] Key type id_resolver registered
[ 0.815535] Key type id_legacy registered
[ 0.816872] msgmni has been set to 708
[ 0.820229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.820642] io scheduler noop registered
[ 0.821257] io scheduler bfq registered (default)
[ 0.821278] BFQ I/O-scheduler version: v7r7
[ 0.823572] BCM2708FB: allocated DMA memory 56c00000
[ 0.823640] BCM2708FB: allocated DMA channel 0 @ f2007000
[ 0.830466] Console: switching to colour frame buffer device 90x30
[ 0.835541] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
[ 0.835955] uart-pl011 dev:f1: no DMA platform data
[ 0.836655] vc-cma: Videocore CMA driver
[ 0.836680] vc-cma: vc_cma_base = 0x00000000
[ 0.836694] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
[ 0.836706] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
[ 0.849750] brd: module loaded
[ 0.856447] loop: module loaded
[ 0.856867] vchiq: vchiq_init_state: slot_zero = 0xd6800000, is_master = 0
[ 0.858042] Loading iSCSI transport class v2.0-870.
[ 0.859547] usbcore: registered new interface driver smsc95xx
[ 0.859677] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.060067] Core Release: 2.80a
[ 1.060104] Setting default values for core params
[ 1.060133] Finished setting default values for core params
[ 1.260296] Using Buffer DMA mode
[ 1.260324] Periodic Transfer Interrupt Enhancement - disabled
[ 1.260337] Multiprocessor Interrupt Enhancement - disabled
[ 1.260350] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 1.260367] Dedicated Tx FIFOs mode
[ 1.260805] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xd6c14000 dma = 0x56c14000 len=9024
[ 1.260843] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
[ 1.260872] dwc_otg: Microframe scheduler enabled
[ 1.260939] WARN::hcd_init:473: FIQ at 0xc04fb608
[ 1.260960] WARN::hcd_init:474: FIQ ASM at 0xc04fb8e4 length 36
[ 1.260992] WARN::hcd_init:500: MPHI regs_base at 0xd7806000
[ 1.261028] dwc_otg bcm2708_usb: DWC OTG Controller
[ 1.261084] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
[ 1.261151] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[ 1.261191] Init: Port Power? op_state=1
[ 1.261203] Init: Power Port (0)
[ 1.261587] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.261614] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.261631] usb usb1: Product: DWC OTG Controller
[ 1.261648] usb usb1: Manufacturer: Linux 3.18.5-2-osmc dwc_otg_hcd
[ 1.261663] usb usb1: SerialNumber: bcm2708_usb
[ 1.262775] hub 1-0:1.0: USB hub found
[ 1.262887] hub 1-0:1.0: 1 port detected
[ 1.263508] dwc_otg: FIQ enabled
[ 1.263528] dwc_otg: NAK holdoff enabled
[ 1.263540] dwc_otg: FIQ split-transaction FSM enabled
[ 1.263598] Module dwc_common_port init
[ 1.264118] usbcore: registered new interface driver usb-storage
[ 1.264539] mousedev: PS/2 mouse device common for all mice
[ 1.265818] bcm2835-cpufreq: min=700000 max=850000
[ 1.266167] sdhci: Secure Digital Host Controller Interface driver
[ 1.266186] sdhci: Copyright(c) Pierre Ossman
[ 1.266452] DMA channels allocated for the MMC driver
[ 1.298266] Load BCM2835 MMC driver
[ 1.298624] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.299157] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.299338] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.299672] usbcore: registered new interface driver usbhid
[ 1.299689] usbhid: USB HID core driver
[ 1.300067] TCP: cubic registered
[ 1.300095] Initializing XFRM netlink socket
[ 1.300143] NET: Registered protocol family 17
[ 1.300365] Key type dns_resolver registered
[ 1.301729] registered taskstats version 1
[ 1.302029] vc-sm: Videocore shared memory driver
[ 1.302056] [vc_sm_connected_init]: start
[ 1.310794] [vc_sm_connected_init]: end - returning 0
[ 1.318621] Waiting for root device /dev/mmcblk0p2…
[ 1.346522] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.348879] mmc0: new high speed SDHC card at address 0007
[ 1.349669] mmcblk0: mmc0:0007 SD8GB 7.42 GiB
[ 1.351318] mmcblk0: p1 p2
[ 1.434209] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 1.434247] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 1.458510] Indeed it is in host mode hprt0 = 00021501
[ 1.638413] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.638625] Indeed it is in host mode hprt0 = 00001101
[ 1.838735] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 1.838770] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.840009] hub 1-1:1.0: USB hub found
[ 1.840196] hub 1-1:1.0: 5 ports detected
[ 2.118382] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 2.218749] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 2.218782] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.221931] smsc95xx v1.0.4
[ 2.282643] smsc95xx 1-1.1:1.0 eth0: register ‘smsc95xx’ at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c9:cc:1f
[ 2.358382] usb 1-1.4: new high-speed USB device number 4 using dwc_otg
[ 2.460196] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=8176
[ 2.460227] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.460249] usb 1-1.4: Product: 802.11n WLAN Adapter
[ 2.460266] usb 1-1.4: Manufacturer: Realtek
[ 2.460281] usb 1-1.4: SerialNumber: 00e04c000001
[ 3.955502] EXT4-fs (mmcblk0p2): recovery complete
[ 3.988201] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.988376] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 3.998533] devtmpfs: mounted
[ 3.999612] Freeing unused kernel memory: 324K (c08ed000 - c093e000)
[ 5.599744] random: systemd urandom read with 85 bits of entropy available
[ 5.681580] NET: Registered protocol family 10
[ 6.337227] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[ 6.584987] fuse init (API version 7.23)
[ 6.818778] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 7.658700] systemd-udevd[96]: starting version 215
[ 8.915693] cfg80211: Calling CRDA to update world regulatory domain
[ 9.368352] random: nonblocking pool is initialized
[ 9.493361] rtl8192cu: Chip version 0x10
[ 9.624280] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 10.092661] systemd-journald[76]: Received request to flush runtime journal from PID 1
[ 10.721606] rtl8192cu: MAC address: 00:13:ef:70:05:24
[ 10.721664] rtl8192cu: Board Type 0
[ 10.721924] rtl_usb: rx_max_size 15360, rx_urb_num 8, in_ep 1
[ 10.722100] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin
[ 10.775550] ieee80211 phy0: Selected rate control algorithm ‘rtl_rc’
[ 10.785043] usbcore: registered new interface driver rtl8192cu
[ 11.421958] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 14.323928] smsc95xx 1-1.1:1.0 eth0: hardware isn’t capable of remote wakeup
[ 14.326696] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 14.570119] rtl8192cu: MAC auto ON okay!
[ 14.712079] rtl8192cu: Tx queue select: 0x05
[ 15.768675] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 22.048928] Console: switching to colour dummy device 80x30
[ 57.230436] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 57.241106] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
[ 1256.912296] wlan0: authenticate with 6c:b0:ce:17:ae:a6
[ 1256.941475] wlan0: send auth to 6c:b0:ce:17:ae:a6 (try 1/3)
[ 1257.048358] wlan0: send auth to 6c:b0:ce:17:ae:a6 (try 2/3)
[ 1257.074870] wlan0: authenticated
[ 1257.078462] wlan0: associate with 6c:b0:ce:17:ae:a6 (try 1/3)
[ 1257.188292] wlan0: associate with 6c:b0:ce:17:ae:a6 (try 2/3)
[ 1257.222263] wlan0: RX AssocResp from 6c:b0:ce:17:ae:a6 (capab=0x431 status=0 aid=5)
[ 1257.222874] rtl8192cu:rtl92cu_set_hw_reg():<0-0> switch case not processed
[ 1257.223142] rtl8192c_common:rtl92c_fill_h2c_cmd(): return H2C cmd because of Fw download fail!!!
[ 1257.225612] rtl8192c_common:rtl92c_fill_h2c_cmd(): return H2C cmd because of Fw download fail!!!
[ 1257.225802] rtl8192c_common:rtl92c_fill_h2c_cmd(): return H2C cmd because of Fw download fail!!!
[ 1257.226544] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 1257.235695] wlan0: associated
[ 1257.240113] cfg80211: Calling CRDA to update world regulatory domain
[ 1260.309915] wlan0: deauthenticating from 6c:b0:ce:17:ae:a6 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1260.314157] rtl8192c_common:rtl92c_fill_h2c_cmd(): return H2C cmd because of Fw download fail!!!
[ 1260.365405] cfg80211: Calling CRDA for country: US
[ 1260.404312] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1368.920482] smsc95xx 1-1.1:1.0 eth0: link down
[ 1369.030758] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1369.087961] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1370.167830] wlan0: authenticate with 6c:b0:ce:17:ae:a6
[ 1370.199613] wlan0: send auth to 6c:b0:ce:17:ae:a6 (try 1/3)
[ 1370.273393] wlan0: authenticated
[ 1370.288407] wlan0: associate with 6c:b0:ce:17:ae:a6 (try 1/3)
[ 1370.293233] wlan0: RX AssocResp from 6c:b0:ce:17:ae:a6 (capab=0x431 status=0 aid=5)
[ 1370.293664] rtl8192cu:rtl92cu_set_hw_reg():<0-0> switch case not processed
[ 1370.293981] rtl8192c_common:rtl92c_fill_h2c_cmd(): return H2C cmd because of Fw download fail!!!
[ 1370.296472] rtl8192c_common:rtl92c_fill_h2c_cmd(): return H2C cmd because of Fw download fail!!!
[ 1370.296757] rtl8192c_common:rtl92c_fill_h2c_cmd(): return H2C cmd because of Fw download fail!!!
[ 1370.297456] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 1370.300748] wlan0: associated
[ 8040.907100] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 8040.919261] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
[ 8044.078442] wlan0: deauthenticating from 6c:b0:ce:17:ae:a6 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 8044.081384] rtl8192c_common:rtl92c_fill_h2c_cmd(): return H2C cmd because of Fw download fail!!!
[ 8044.110133] cfg80211: Calling CRDA to update world regulatory domain
[ 8044.248375] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready

I’m plugged in with Ethernet right now so I can SSH into it.

has been a bit problematic as I understand… @sam_nazarko or @DBMandrake can address further…

Indeed.

I’m seeing what we can do

S

Hi Sam & team - Im experiencing exactly same issue on RPi 2 unfortunately?
Wireless network settings were correctly entered during initial setup - but it is not connecting after install/boot of OSMC (and no options on screen to modify)
Im using a TP Link WN721N wifi-adapter (which works absolutely fine on this Pi2/Raspbian setup)
Appreciate any advise or fix please? Esp since its my first attempt at using OSMC (given its Raspbmc pedigree) over any other xbmc distribution… Cheers

When the Wi-Fi set up will be available? I tried to connect to a different WAP after my initial installation, the WiFi detects it but there is no options to put the security Key to connect to the new WAP. Also WiFi only works if the WAP SSID is broadcasted. If it is not, there is no way to enter it manually. Is this something that will be enabled in the future?

So to change to a different WAP I need to re-install?

Are you running RC2 ? The Wifi GUI is working just fine in RC2 for WPA and WPA2 and Open networks.

Hidden networks are not currently supported but we are adding support for them, probably available in the next release.