webcam crashes installer, can't install linux,lite [solved] - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=17) +--- Thread: webcam crashes installer, can't install linux,lite [solved] (/showthread.php?tid=291) |
webcam crashes installer, can't install linux,lite [solved] - joecare32 - 05-03-2014 sony vgn-fe38gp,with, Ricoh motion eye camera built in. on take picture part of installation, the installer crashes in both normal and safe,graphics install mode. Bus 001 Device 005: ID 0ac8:c002 Z-Star Microelectronics Corp. Visual Communication How can I unbind this usb bus in the kernel before install starts,or can I do a non graphical install from the command line ,Control,,Alt ,F1in terminal . The version I am trying to install is 1.8.0 latest. problem in both 32bit,and.64bit os Re: webcam crashes installer, can't install linux,lite - Valtam - 05-03-2014 lsmod from the terminal will list the kernel module. From there you can do a rmmod on that module, then commence installation. Re: webcam crashes installer, can't install linux,lite - Scott(0) - 05-03-2014 Hello. Does this crash happen only if you take a picture? If I remember correctly at this stage of the installation there's an option to choose an icon instead of using the webcam to take a picture. If you choose an icon is there still a crash? Re: webcam crashes installer, can't install linux,lite - joecare32 - 05-03-2014 as the take picture screen loads, immediately the installer crashes no option to select anything. I presume the reason for this is the driver is not found. I really would like to run linux-lite on this laptop,my linux knowledge is limited to using terminal,following instructions etc,.passable but not great. also I would point out that I am running the install from a usb, booted with ploop boot manager,as this laptop will not read high capacity cd-/dvd's. Re: webcam crashes installer, can't install linux,lite - Scott(0) - 05-03-2014 Let's try Valtam's method. Boot LL from the usb drive. Before beginning the installation open a terminal and type the following command: Code: lsmod | grep gspca where gspca should be the module for your webcam and the output should be something like the following (if you get no output from the command above then stop here and let me know): gspca_main main driver gspca_xxxx subdriver module for your specific webcam to remove the webcam module in the terminal type: Code: rmmod gspca_xxxx substitute xxxx for your specific module should you remove gspca_main next or other modules that are listed? Maybe, but I don't know for certain. I'll let you experiment here. After removing the webcam modules close the terminal window and begin the installation. Good luck! Re: webcam crashes installer, can't install linux,lite - joecare32 - 05-04-2014 8) valtam was spot on, LSMOD in, terminal produced,list and I selected rmmod pcmcia_rsrc "addition info on list is 18367 1 yenta_socket" I started install from desktop,this time no take picture option,appeared and installation was successful. Many thanks to "scott" for posting suggestions,. I must say having tried o get help in other distro user forums has been a bit frustrating but top marks to "valtam" and the linux-lite forum. I am beginning to realize that a new Linux user is much better off choosing a well established distro. where the forum is watched by people who are happy to help "newbies" with older hardware. Re: webcam crashes installer, can't install linux,lite [solved] - Valtam - 05-04-2014 No problem, welcome to the LL family Re: webcam crashes installer, can't install linux,lite [solved] - N4RPS - 05-05-2014 Hello! Welcome to Linux Lite. This forum is fortunate to have a number of people, with varying Linux expertise, who are able to devote the time needed to help out new users. It seems like every time I go to Ubuntu Forums, by the time I get a response, I've already solved my own problem. At that point, I leave the solution for others, or for the next time I need it myself... 73 DE N4RPS Rob |