However, just minutes later, after a clean install of Raspbian with NOOBS 1.3.12 using the instructions here: http://www.raspberrypi.org/help/noobs-setup/ and leaving raspi-config at default settings, the touch screen stops working and I can't get it to work again no matter what I try. It's driving me insane.
I do notice that "evdev" and "joydev" pop up in lsmod after plugging in the device, but that means nothing to me:
lsmod before:
Code: Select all
jess@raspberrypi ~ $ lsmod
Module Size Used by
snd_bcm2835 19496 0
arc4 1684 2
snd_soc_bcm2708_i2s 6210 0
regmap_mmio 2818 1 snd_soc_bcm2708_i2s
snd_soc_core 128465 1 snd_soc_bcm2708_i2s
snd_compress 8259 1 snd_soc_core
regmap_i2c 1661 1 snd_soc_core
snd_pcm_dmaengine 5505 1 snd_soc_core
regmap_spi 1913 1 snd_soc_core
snd_pcm 83845 3 snd_bcm2835,snd_soc_core,snd_pcm_dmaengine
snd_page_alloc 5132 1 snd_pcm
rt2800usb 17809 0
snd_seq 55484 0
rt2800lib 80368 1 rt2800usb
snd_seq_device 6469 1 snd_seq
rt2x00usb 11661 1 rt2800usb
snd_timer 20998 2 snd_pcm,snd_seq
rt2x00lib 44799 3 rt2x00usb,rt2800lib,rt2800usb
mac80211 329935 3 rt2x00lib,rt2x00usb,rt2800lib
cfg80211 212241 2 mac80211,rt2x00lib
leds_gpio 2079 0
crc_ccitt 1541 1 rt2800lib
led_class 4118 2 leds_gpio,rt2x00lib
rfkill 19784 2 cfg80211
snd 62252 7 snd_bcm2835,snd_soc_core,snd_timer,snd_pcm,snd_seq,snd_seq_device,snd_compress
Code: Select all
jess@raspberrypi ~ $ lsmod
Module Size Used by
evdev 10681 1
joydev 9257 0
snd_bcm2835 19496 0
arc4 1684 2
snd_soc_bcm2708_i2s 6210 0
regmap_mmio 2818 1 snd_soc_bcm2708_i2s
snd_soc_core 128465 1 snd_soc_bcm2708_i2s
snd_compress 8259 1 snd_soc_core
regmap_i2c 1661 1 snd_soc_core
snd_pcm_dmaengine 5505 1 snd_soc_core
regmap_spi 1913 1 snd_soc_core
snd_pcm 83845 3 snd_bcm2835,snd_soc_core,snd_pcm_dmaengine
snd_page_alloc 5132 1 snd_pcm
rt2800usb 17809 0
snd_seq 55484 0
rt2800lib 80368 1 rt2800usb
snd_seq_device 6469 1 snd_seq
rt2x00usb 11661 1 rt2800usb
snd_timer 20998 2 snd_pcm,snd_seq
rt2x00lib 44799 3 rt2x00usb,rt2800lib,rt2800usb
mac80211 329935 3 rt2x00lib,rt2x00usb,rt2800lib
cfg80211 212241 2 mac80211,rt2x00lib
leds_gpio 2079 0
crc_ccitt 1541 1 rt2800lib
led_class 4118 2 leds_gpio,rt2x00lib
rfkill 19784 2 cfg80211
snd 62252 7 snd_bcm2835,snd_soc_core,snd_timer,snd_pcm,snd_seq,snd_seq_device,snd_compress
Code: Select all
jess@raspberrypi ~ $ sudo dmesg -C
jess@raspberrypi ~ $ sudo dmesg
[ 104.111679] usb 1-1.2: new low-speed USB device number 5 using dwc_otg
[ 104.239144] usb 1-1.2: New USB device found, idVendor=0664, idProduct=0305
[ 104.239179] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 104.239194] usb 1-1.2: Product: Magic Touch USB
[ 104.239206] usb 1-1.2: Manufacturer: Keytec
[ 104.268717] input: Keytec Magic Touch USB as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
[ 104.270133] hid-generic 0003:0664:0305.0001: input,hidraw0: USB HID v1.00 Device [Keytec Magic Touch USB] on usb-bcm2708_usb-1.2/input0
Or maybe someone could help guide me to figure out the difference before and after installation that makes it stop working??
Help please before I tear all my hair out!!!
Thank you all so much!
Jess