LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-27-2013, 10:46 PM   #1
jhwatts
LQ Newbie
 
Registered: Sep 2006
Posts: 21

Rep: Reputation: 0
Play by Play Install


I'm trying to install this wireless driver and not getting very far. I need a fairly detailed step by step instruction. See the attached .pdf.

I get to to step one and open a shell and type ./install.sh and I get a error. Do I need to switch to a specific directory or what, I don't know what to do.

Could somebody spell this out for me?

I am installing a wireless driver on a ARM 10 Cubieboard. I am running https://fedoraproject.org/wiki/Cubie_Board

I've got the OS installed and running nicely. Its just the driver that's giving me trouble.

Newbie in panic mode!!! Any help would be appreciated?
Attached Files
File Type: pdf RTL8192C_usb_quick_installation_guide.pdf (46.6 KB, 22 views)
 
Old 09-27-2013, 11:35 PM   #2
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
did you use su or sudo ./install.sh

http://ubuntuforums.org/showthread.php?t=1959075
 
Old 09-28-2013, 05:21 AM   #3
cospengle
Member
 
Registered: Feb 2008
Location: Armidale, NSW, Australia
Distribution: Fedora 8
Posts: 32

Rep: Reputation: 6
Quote:
Originally Posted by jhwatts View Post
I get to to step one and open a shell and type ./install.sh and I get a error. Do I need to switch to a specific directory or what, I don't know what to do.
"I get a eror" isn't as useful as posting the actual error message. If you could please post the error in its full text then we're in a much better position to help.

Last edited by cospengle; 09-28-2013 at 05:30 AM.
 
1 members found this post helpful.
Old 09-28-2013, 09:18 AM   #4
jhwatts
LQ Newbie
 
Registered: Sep 2006
Posts: 21

Original Poster
Rep: Reputation: 0
Error

The error is "No such file or directory".

I typed ./install.sh in a shell.
 
Old 09-28-2013, 09:37 AM   #5
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Are you in the same directory as the install.sh?
Code:
pwd
and
Code:
cd /home/your/file/spot
plus
Code:
ls

Last edited by jamison20000e; 09-28-2013 at 09:56 AM.
 
Old 09-28-2013, 10:42 AM   #6
jhwatts
LQ Newbie
 
Registered: Sep 2006
Posts: 21

Original Poster
Rep: Reputation: 0
OK. When I type ls the file instal.sh is in the list of file in that directory.

Now what?

Thank you.

Last edited by jhwatts; 09-28-2013 at 11:05 AM.
 
Old 09-28-2013, 04:09 PM   #7
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Can you post the exact name of the thumb drive (?) and the results from this:
Code:
uname -a
and
Code:
lsusb
plus
Code:
sudo ifconfig

Last edited by jamison20000e; 09-28-2013 at 07:02 PM.
 
Old 09-28-2013, 05:06 PM   #8
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
maybe install.sh isnt executable. what are its permissions ?
 
Old 09-28-2013, 05:46 PM   #9
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Wouldn't su\do fix that or not necessarily?
 
Old 09-28-2013, 05:47 PM   #10
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
nope
 
1 members found this post helpful.
Old 09-28-2013, 07:03 PM   #11
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
or login su for ifconfig

Last edited by jamison20000e; 09-28-2013 at 08:18 PM.
 
Old 09-28-2013, 11:02 PM   #12
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Wish I had a Cubieboard. Have a Pi I don't play with enough normally if I have your problem I'd use my package manager and download wifi scanners\networking-tools to get connected but if drivers not up, bummer?.?.

Last edited by jamison20000e; 09-28-2013 at 11:05 PM.
 
Old 09-30-2013, 08:50 AM   #13
jhwatts
LQ Newbie
 
Registered: Sep 2006
Posts: 21

Original Poster
Rep: Reputation: 0
OK. I set install.sh as executable, I'm in the correct directory and it runs but gives me a error in the middle of it. the output from the terminal is bellow.

Auto install for 8192cu
September, 1 2010 v 1.0.0
rtl8192CU_linux_v2.0.1324.20110126/
rtl8192CU_linux_v2.0.1324.20110126/autoconf_rtl8192c_usb_linux.h
rtl8192CU_linux_v2.0.1324.20110126/clean
rtl8192CU_linux_v2.0.1324.20110126/core/
rtl8192CU_linux_v2.0.1324.20110126/core/efuse/
rtl8192CU_linux_v2.0.1324.20110126/core/efuse/rtl8712_efuse.c
rtl8192CU_linux_v2.0.1324.20110126/core/ieee80211.c
rtl8192CU_linux_v2.0.1324.20110126/core/led/
rtl8192CU_linux_v2.0.1324.20110126/core/led/rtl8192c_led.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_cmd.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_debug.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_eeprom.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_io.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_ioctl_query.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_ioctl_rtl.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_ioctl_set.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_mlme.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_mlme_ext.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_mp.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_mp_ioctl.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_pwrctrl.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_recv.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_rf.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_security.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_sta_mgt.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_wlan_util.c
rtl8192CU_linux_v2.0.1324.20110126/core/rtw_xmit.c
rtl8192CU_linux_v2.0.1324.20110126/hal/
rtl8192CU_linux_v2.0.1324.20110126/hal/hal_init.c
rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/
rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/rtl8192c_dm.c
rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/rtl8192c_phycfg.c
rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/rtl8192c_rf6052.c
rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/rtl8192c_rxdesc.c
rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/usb/
rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/usb/Hal8192CUHWImg.c
rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/usb/rtl8192cu_recv.c
rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/usb/rtl8192cu_xmit.c
rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/usb/rtl8192c_cmd.c
rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/usb/usb_halinit.c
rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/usb/usb_ops_ce.c
rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/usb/usb_ops_linux.c
rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/usb/usb_ops_xp.c
rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c_d_hal_init.c
rtl8192CU_linux_v2.0.1324.20110126/ifcfg-wlan0
rtl8192CU_linux_v2.0.1324.20110126/include/
rtl8192CU_linux_v2.0.1324.20110126/include/autoconf.h
rtl8192CU_linux_v2.0.1324.20110126/include/basic_types.h
rtl8192CU_linux_v2.0.1324.20110126/include/byteorder/
rtl8192CU_linux_v2.0.1324.20110126/include/byteorder/big_endian.h
rtl8192CU_linux_v2.0.1324.20110126/include/byteorder/generic.h
rtl8192CU_linux_v2.0.1324.20110126/include/byteorder/little_endian.h
rtl8192CU_linux_v2.0.1324.20110126/include/byteorder/swab.h
rtl8192CU_linux_v2.0.1324.20110126/include/byteorder/swabb.h
rtl8192CU_linux_v2.0.1324.20110126/include/circ_buf.h
rtl8192CU_linux_v2.0.1324.20110126/include/cmd_osdep.h
rtl8192CU_linux_v2.0.1324.20110126/include/drv_conf.h
rtl8192CU_linux_v2.0.1324.20110126/include/drv_types.h
rtl8192CU_linux_v2.0.1324.20110126/include/drv_types_ce.h
rtl8192CU_linux_v2.0.1324.20110126/include/drv_types_linux.h
rtl8192CU_linux_v2.0.1324.20110126/include/drv_types_xp.h
rtl8192CU_linux_v2.0.1324.20110126/include/ethernet.h
rtl8192CU_linux_v2.0.1324.20110126/include/farray.h
rtl8192CU_linux_v2.0.1324.20110126/include/h2clbk.h
rtl8192CU_linux_v2.0.1324.20110126/include/Hal8192CPhyCfg.h
rtl8192CU_linux_v2.0.1324.20110126/include/Hal8192CPhyReg.h
rtl8192CU_linux_v2.0.1324.20110126/include/Hal8192CUHWImg.h
rtl8192CU_linux_v2.0.1324.20110126/include/HalRf.h
rtl8192CU_linux_v2.0.1324.20110126/include/hal_init.h
rtl8192CU_linux_v2.0.1324.20110126/include/ieee80211.h
rtl8192CU_linux_v2.0.1324.20110126/include/ieee80211_ext.h
rtl8192CU_linux_v2.0.1324.20110126/include/if_ether.h
rtl8192CU_linux_v2.0.1324.20110126/include/ip.h
rtl8192CU_linux_v2.0.1324.20110126/include/mlme_osdep.h
rtl8192CU_linux_v2.0.1324.20110126/include/mp_custom_oid.h
rtl8192CU_linux_v2.0.1324.20110126/include/nic_spec.h
rtl8192CU_linux_v2.0.1324.20110126/include/osdep_ce_service.h
rtl8192CU_linux_v2.0.1324.20110126/include/osdep_intf.h
rtl8192CU_linux_v2.0.1324.20110126/include/osdep_service.h
rtl8192CU_linux_v2.0.1324.20110126/include/recv_osdep.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8192c_cmd.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8192c_dm.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8192c_event.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8192c_hal.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8192c_recv.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8192c_spec.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8192c_xmit.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8712_bitdef.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8712_cmd.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8712_efuse.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8712_event.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8712_hal.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8712_recv.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8712_regdef.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8712_rf.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8712_spec.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtl8712_xmit.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_byteorder.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_cmd.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_debug.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_eeprom.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_event.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_ht.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_io.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_ioctl.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_ioctl_query.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_ioctl_rtl.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_ioctl_set.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_led.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_mlme.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_mlme_ext.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_mp.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_mp_ioctl.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_mp_phy_regdef.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_pwrctrl.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_qos.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_recv.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_rf.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_security.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_version.h
rtl8192CU_linux_v2.0.1324.20110126/include/rtw_xmit.h
rtl8192CU_linux_v2.0.1324.20110126/include/sdio_hal.h
rtl8192CU_linux_v2.0.1324.20110126/include/sdio_ops.h
rtl8192CU_linux_v2.0.1324.20110126/include/sdio_ops_ce.h
rtl8192CU_linux_v2.0.1324.20110126/include/sdio_ops_linux.h
rtl8192CU_linux_v2.0.1324.20110126/include/sdio_ops_xp.h
rtl8192CU_linux_v2.0.1324.20110126/include/sdio_osintf.h
rtl8192CU_linux_v2.0.1324.20110126/include/sta_info.h
rtl8192CU_linux_v2.0.1324.20110126/include/usb_hal.h
rtl8192CU_linux_v2.0.1324.20110126/include/usb_ops.h
rtl8192CU_linux_v2.0.1324.20110126/include/usb_osintf.h
rtl8192CU_linux_v2.0.1324.20110126/include/usb_vendor_req.h
rtl8192CU_linux_v2.0.1324.20110126/include/version.h
rtl8192CU_linux_v2.0.1324.20110126/include/wifi.h
rtl8192CU_linux_v2.0.1324.20110126/include/wlan_bssdef.h
rtl8192CU_linux_v2.0.1324.20110126/include/xmit_osdep.h
rtl8192CU_linux_v2.0.1324.20110126/Kconfig
rtl8192CU_linux_v2.0.1324.20110126/Makefile
rtl8192CU_linux_v2.0.1324.20110126/os_dep/
rtl8192CU_linux_v2.0.1324.20110126/os_dep/linux/
rtl8192CU_linux_v2.0.1324.20110126/os_dep/linux/ioctl_linux.c
rtl8192CU_linux_v2.0.1324.20110126/os_dep/linux/mlme_linux.c
rtl8192CU_linux_v2.0.1324.20110126/os_dep/linux/os_intfs.c
rtl8192CU_linux_v2.0.1324.20110126/os_dep/linux/recv_linux.c
rtl8192CU_linux_v2.0.1324.20110126/os_dep/linux/sdio_intf.c
rtl8192CU_linux_v2.0.1324.20110126/os_dep/linux/usb_intf.c
rtl8192CU_linux_v2.0.1324.20110126/os_dep/linux/xmit_linux.c
rtl8192CU_linux_v2.0.1324.20110126/os_dep/osdep_service.c
rtl8192CU_linux_v2.0.1324.20110126/runwpa
rtl8192CU_linux_v2.0.1324.20110126/wlan0dhcp
rtl8192CU_linux_v2.0.1324.20110126/wpa1.conf
rtl8192CU_linux_v2.0.1324.20110126
Authentication requested [root] for make driver:
make ARCH=armv7l CROSS_COMPILE= -C /lib/modules/3.4.24-1.fc18.armv7hl.a10/build M=/home/user/Documents/Linux/driver/rtl8192CU_linux_v2.0.1324.20110126 modules
make: *** /lib/modules/3.4.24-1.fc18.armv7hl.a10/build: No such file or directory. Stop.
make: *** [modules] Error 2
Compile make driver error: 2, Please check error Mesg
 
Old 09-30-2013, 08:58 AM   #14
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Quote:
Originally Posted by jhwatts View Post
...
Authentication requested [root] for make driver:
make ARCH=armv7l CROSS_COMPILE= -C /lib/modules/3.4.24-1.fc18.armv7hl.a10/build M=/home/user/Documents/Linux/driver/rtl8192CU_linux_v2.0.1324.20110126 modules
make: *** /lib/modules/3.4.24-1.fc18.armv7hl.a10/build: No such file or directory. Stop.
make: *** [modules] Error 2
Compile make driver error: 2, Please check error Mesg
When you run do you use sudo or su then give the root password or does the [root] mean you did?

Last edited by jamison20000e; 09-30-2013 at 09:57 AM.
 
Old 09-30-2013, 09:29 AM   #15
jhwatts
LQ Newbie
 
Registered: Sep 2006
Posts: 21

Original Poster
Rep: Reputation: 0
I am running as su.
 
  


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
Flash games run fine on first play, but slow down with repeated play cantab Linux - Software 1 05-01-2011 04:21 PM
Videos don't play over network, wireless or wired, using sftp but will play locally rrrssssss Gentoo 5 12-30-2010 12:19 PM
RealPlayer/Helix Player will not play Mov and AVI files. Can I make it play them. Chargh Fedora 4 03-25-2008 02:37 PM
Burnt Audio CD by K3B CANNOT play on external CD playing device, but can play on comp robin.com.au Linux - Software 14 05-27-2007 04:30 AM
Kaffeine, won't play a DVD but will play individual VOB files? GameGuru Linux - Newbie 12 07-08-2005 12:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:50 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