LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy
User Name
Password
Puppy This forum is for the discussion of Puppy Linux.

Notices


Reply
  Search this Thread
Old 08-11-2020, 10:31 PM   #1
ironsniper1
LQ Newbie
 
Registered: Aug 2020
Posts: 12

Rep: Reputation: Disabled
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)
 
Old 08-12-2020, 03:17 PM   #2
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
Install libmtp-runtime
 
Old 08-12-2020, 03:29 PM   #3
ironsniper1
LQ Newbie
 
Registered: Aug 2020
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by colorpurple21859 View Post
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
 
Old 08-12-2020, 03:35 PM   #4
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
Post the output of
Code:
ifconfig -a
cat /etc/resolv.conf
 
Old 08-12-2020, 03:36 PM   #5
ironsniper1
LQ Newbie
 
Registered: Aug 2020
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by colorpurple21859 View Post
Post the output of
Code:
ifconfig -a
cat /etc/resolv.conf
ifconfig shows only a loop back adapter and the .conf file is blank
 
Old 08-12-2020, 06:44 PM   #6
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
Post the output of lspci -v
 
Old 08-12-2020, 06:52 PM   #7
ironsniper1
LQ Newbie
 
Registered: Aug 2020
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by colorpurple21859 View Post
Post the output of lspci -v
https://pastebin.com/CWHCKJBm
 
Old 08-12-2020, 07:44 PM   #8
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
I don't see any wireless adaptor listed. Post the ouput of these two commands
Code:
lsusb -v -t
lshw -C network
 
1 members found this post helpful.
Old 08-12-2020, 08:02 PM   #9
ironsniper1
LQ Newbie
 
Registered: Aug 2020
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by colorpurple21859 View Post
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
 
Old 08-12-2020, 08:29 PM   #10
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
post the ouput of lsmod
 
Old 08-12-2020, 08:36 PM   #11
ironsniper1
LQ Newbie
 
Registered: Aug 2020
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by colorpurple21859 View Post
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
 
Old 08-12-2020, 10:35 PM   #12
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
show the ouput of
rfkill
and
dmesg |grep firmware
 
Old 08-12-2020, 10:38 PM   #13
ironsniper1
LQ Newbie
 
Registered: Aug 2020
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by colorpurple21859 View Post
show the ouput of
rfkill
and
dmesg |grep firmware
rfkill gives help how to use and demesg is blank
 
Old 08-12-2020, 10:41 PM   #14
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
rfkill list
 
Old 08-12-2020, 10:48 PM   #15
ironsniper1
LQ Newbie
 
Registered: Aug 2020
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by colorpurple21859 View Post
rfkill list
blank
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Touch-pad and touch screen didn't working on centOS 7 Trixxx21 Linux - Newbie 2 07-27-2020 10:33 AM
LXer: Ubuntu Touch Can Now Run on Raspberry Pi 3 with the Official 7" Touch Screen LCD LXer Syndicated Linux News 0 11-25-2019 10:11 PM
Injecting touch event on a touch screen LCD Driver ArunkumarRavi Programming 1 08-18-2014 10:23 AM
How to get Gvision L15AX-JA touch screen working donnied Linux - Hardware 2 03-03-2009 06:34 PM
LXer: Touch Drivers: Elo Offers New Touch Drivers For Linux And Mac OS LXer Syndicated Linux News 0 08-29-2006 12:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy

All times are GMT -5. The time now is 10:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration