trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: August 2018

problem with tdenetworkmanager on raspberry pi 3

From: lee jones <slothpuck@...>
Date: Sat, 18 Aug 2018 22:36:24 +0100
Hello all!

Having a problem here with tde's network manager. I'm using a
raspberry pi 3 here along with the latest version of raspbian stretch
lite. However after installing tde which works fine the tde network
manager does not seem to be finding any wifi networks. The
tdenetworkmanager does see a wired network ok however.

I can confirm the wifi is working properly as I can run iwlist wlan0
scan  | grep ESSID and see a list of wireless networks. There also
isn't anything in /etc/network/interfaces .

If I run tdenetwork manually from within tde but at a command line I
do get some messages however:

[FIXME] UNCLASSIFIED DEVICE name: gpiochip1 type: (null) subsystem:
gpio driver: (null) [Node Path: /dev/gpiochip1] [Syspath:
/sys/devices/gpiochip1] [(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: gpiochip128 type: (null) subsystem:
gpio driver: (null) [Node Path: (null)] [Syspath:
/sys/devices/gpiochip1/gpio/gpiochip128] [(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: dma0chan0 type: (null) subsystem:
dma driver: bcm2835-dma [Node Path: (null)] [Syspath:
/sys/devices/platform/soc/3f007000.dma/dma/dma0chan0] [(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: dma0chan1 type: (null) subsystem:
dma driver: bcm2835-dma [Node Path: (null)] [Syspath:
/sys/devices/platform/soc/3f007000.dma/dma/dma0chan1] [(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: dma0chan2 type: (null) subsystem:
dma driver: bcm2835-dma [Node Path: (null)] [Syspath:
/sys/devices/platform/soc/3f007000.dma/dma/dma0chan2] [(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: dma0chan3 type: (null) subsystem:
dma driver: bcm2835-dma [Node Path: (null)] [Syspath:
/sys/devices/platform/soc/3f007000.dma/dma/dma0chan3] [(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: dma0chan4 type: (null) subsystem:
dma driver: bcm2835-dma [Node Path: (null)] [Syspath:
/sys/devices/platform/soc/3f007000.dma/dma/dma0chan4] [(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: dma0chan5 type: (null) subsystem:
dma driver: bcm2835-dma [Node Path: (null)] [Syspath:
/sys/devices/platform/soc/3f007000.dma/dma/dma0chan5] [(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: dma0chan6 type: (null) subsystem:
dma driver: bcm2835-dma [Node Path: (null)] [Syspath:
/sys/devices/platform/soc/3f007000.dma/dma/dma0chan6] [(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: dma0chan7 type: (null) subsystem:
dma driver: bcm2835-dma [Node Path: (null)] [Syspath:
/sys/devices/platform/soc/3f007000.dma/dma/dma0chan7] [(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: dma0chan8 type: (null) subsystem:
dma driver: bcm2835-dma [Node Path: (null)] [Syspath:
/sys/devices/platform/soc/3f007000.dma/dma/dma0chan8] [(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: dma0chan9 type: (null) subsystem:
dma driver: bcm2835-dma [Node Path: (null)] [Syspath:
/sys/devices/platform/soc/3f007000.dma/dma/dma0chan9] [(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: gpiochip0 type: (null) subsystem:
gpio driver: pinctrl-bcm2835 [Node Path: (null)] [Syspath:
/sys/devices/platform/soc/3f200000.gpio/gpio/gpiochip0]
[(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: gpiochip0 type: (null) subsystem:
gpio driver: (null) [Node Path: /dev/gpiochip0] [Syspath:
/sys/devices/platform/soc/3f200000.gpio/gpiochip0] [(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: mmc1:0001:1 type: (null) subsystem:
sdio driver: brcmfmac [Node Path: (null)] [Syspath:
/sys/devices/platform/soc/3f300000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1]
[(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: mmc1:0001:2 type: (null) subsystem:
sdio driver: brcmfmac [Node Path: (null)] [Syspath:
/sys/devices/platform/soc/3f300000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:2]
[(null):(null)]
WARNING: [void Tray::createDeviceTrayComponent(TQString)] UDI:
/sys/devices/virtual/net/lo/lo has unknown devicetype: 11

Not sure what is going wrong here x.x !

ljones