LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Puppy (https://www.linuxquestions.org/questions/puppy-71/)
-   -   Trying to get wireless and touch screen working (https://www.linuxquestions.org/questions/puppy-71/trying-to-get-wireless-and-touch-screen-working-4175680285/)

ironsniper1 08-11-2020 10:31 PM

Trying to get wireless and touch screen working
 
Hey everyone, first here is my original thread on the puppy main forum https://puppylinux.rockedge.org/viewtopic.php?f=2&t=391, to break it down, I am trying to get Linux working on an old Dell Latitude ST tablet computer with docking station and out of all the Linux distros I have tried puppy is the only one that will run

but I have run into the issue of the wireless and touchscreen as well as the USB and ethernet port on the docking station not working even know there are built-in drivers for all of it

I thought maybe it was the wireless card since it is wireless and Bluetooth in one (its a DW1535C wireless card) but I replaced it with an intel 6300 and still no luck

if anyone has any ideas I can try let me know also here is a pastebin of the latest dmesg command https://pastebin.com/XMv3yEdE and the only thing that jumps out at me is the following but I am not sure if that is the issue or not

Code:

Intel(R) Wireless WiFi driver for Linux
Copyright(c) 2003- 2015 Intel Corporation
(spaw[5214]: failed to execute '/etc/udev/mtp-probe' '/etc/udev/mtp-probe /sys/devices/pci0000:0c/0000:0c:16.0/usb1/1-1/1-1.3/1-1.3.4 1 8': Permission denied
(spaw[5215]: failed to execute '/etc/udev/mtp-probe' '/etc/udev/mtp-probe /sys/devices/pci0000:0c/0000:0c:16.0/usb1/1-1/1-1.3/1-1.3.2 1 7': Permission denied
random: dbus-uuidgen: uninitialized urandom read (12 bytes read)


colorpurple21859 08-12-2020 03:17 PM

Install libmtp-runtime

ironsniper1 08-12-2020 03:29 PM

Quote:

Originally Posted by colorpurple21859 (Post 6155266)
Install libmtp-runtime

already installed and i have since fixed that error from someone saying this

Quote:

On my bionicpup32 mtp-probe is not located in /etc/udev/

it is located in /lib/udev/
It should probably be in /etc/udev/

It looks like all the /etc/udev/ files have been relocated to /lib/udev/ and the system does not know?
I don't know if copying those files over will fix anything. It may?
-------------
On bionicpup 64 mtp-probe is sym-linked from /lib/udev/ to /etc/udev/
So probably will not hurt anything to copy it over or make a sym-link to it.
i just copied and pasted the files into /etc/udev and now that error is gone but still no wireless or touchscreen

colorpurple21859 08-12-2020 03:35 PM

Post the output of
Code:

ifconfig -a
cat /etc/resolv.conf


ironsniper1 08-12-2020 03:36 PM

Quote:

Originally Posted by colorpurple21859 (Post 6155275)
Post the output of
Code:

ifconfig -a
cat /etc/resolv.conf


ifconfig shows only a loop back adapter and the .conf file is blank

colorpurple21859 08-12-2020 06:44 PM

Post the output of lspci -v

ironsniper1 08-12-2020 06:52 PM

Quote:

Originally Posted by colorpurple21859 (Post 6155304)
Post the output of lspci -v

https://pastebin.com/CWHCKJBm

colorpurple21859 08-12-2020 07:44 PM

I don't see any wireless adaptor listed. Post the ouput of these two commands
Code:

lsusb -v -t
lshw -C network


ironsniper1 08-12-2020 08:02 PM

Quote:

Originally Posted by colorpurple21859 (Post 6155314)
I don't see any wireless adaptor listed. Post the ouput of these two commands
Code:

lsusb -v -t
lshw -C network


i know and that's the issue, it works fine under windows 7 pro and there are drivers in puppy for the wireless card as well as the touch screen and the docking station it uses but for some reason none of that works

colorpurple21859 08-12-2020 08:29 PM

post the ouput of lsmod

ironsniper1 08-12-2020 08:36 PM

Quote:

Originally Posted by colorpurple21859 (Post 6155330)
post the ouput of lsmod

Code:

Module                  Size  Used by
iwlwifi              114783  0
cfg80211              220381  1 iwlwifi
rfkill                  8235  1 cfg80211
iptable_filter          1379  0
ip_tables              9725  1 iptable_filter
fan                    3614  0
snd_hda_codec_idt      36275  1
snd_hda_codec_generic    50044  1 snd_hda_codec_idt
snd_hda_codec_hdmi    31587  1
snd_hda_intel          19237  0
snd_hda_codec          69124  4 snd_hda_intel,snd_hda_codec_idt,snd_hda_codec_hdmi,snd_hda_codec_generic
snd_hda_core          40317  5 snd_hda_intel,snd_hda_codec,snd_hda_codec_idt,snd_hda_codec_hdmi,snd_hda_codec_generic
snd_seq_dummy            975  0
uvcvideo              69280  0
snd_seq_oss            23811  0
videobuf2_vmalloc      4033  1 uvcvideo
snd_seq_midi            4063  0
videobuf2_memops        1057  1 videobuf2_vmalloc
snd_pcm_oss            33925  0
snd_seq_midi_event      4484  2 snd_seq_midi,snd_seq_oss
videobuf2_v4l2          9718  1 uvcvideo
snd_mixer_oss          12136  1 snd_pcm_oss
snd_rawmidi            15049  1 snd_seq_midi
videobuf2_core        24501  2 uvcvideo,videobuf2_v4l2
snd_pcm                68521  5 snd_pcm_oss,snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
videodev              106761  3 uvcvideo,videobuf2_core,videobuf2_v4l2
snd_seq                39339  6 snd_seq_midi_event,snd_seq_dummy,snd_seq_midi,snd_seq_oss
media                  15939  2 uvcvideo,videodev
sg                    25733  0
pcspkr                  1459  0
snd_seq_device          2516  4 snd_seq,snd_rawmidi,snd_seq_midi,snd_seq_oss
snd_timer              15776  2 snd_seq,snd_pcm
gma500_gfx            143858  3
i2c_algo_bit            4877  1 gma500_gfx
snd                    44952  13 snd_pcm_oss,snd_hda_intel,snd_mixer_oss,snd_seq,snd_hda_codec,snd_hda_codec_idt,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_seq_oss,snd_pcm
ci_hdrc_pci            1949  0
drm_kms_helper        100076  1 gma500_gfx
ci_hdrc                16254  1 ci_hdrc_pci
soundcore              4417  1 snd
phy_generic            3304  1 ci_hdrc_pci
syscopyarea            2990  1 drm_kms_helper
sysfillrect            3258  1 drm_kms_helper
sysimgblt              2031  1 drm_kms_helper
fb_sys_fops            1034  1 drm_kms_helper
drm                  230387  4 gma500_gfx,drm_kms_helper
i2c_designware_pci      3130  0
i2c_designware_core    8255  1 i2c_designware_pci
hid_ntrig              7043  0
wmi                    6299  0
battery                11202  0
ac                      3880  0


colorpurple21859 08-12-2020 10:35 PM

show the ouput of
rfkill
and
dmesg |grep firmware

ironsniper1 08-12-2020 10:38 PM

Quote:

Originally Posted by colorpurple21859 (Post 6155362)
show the ouput of
rfkill
and
dmesg |grep firmware

rfkill gives help how to use and demesg is blank

colorpurple21859 08-12-2020 10:41 PM

rfkill list

ironsniper1 08-12-2020 10:48 PM

Quote:

Originally Posted by colorpurple21859 (Post 6155365)
rfkill list

blank


All times are GMT -5. The time now is 01:36 AM.