General :: Can't Make Mp3's Work?

Apr 8, 2010

downloaded Amarok and Juk.. and i'm kinda new to linux. I think i'm missing some magical components that will let mp3's play. it's very quiet right now and it's kind of unnerving.. my stereo's gone and i really don't have much music in formats that my computer will play. I ran a search and i guess my question was so basic no one else had trouble with it :/

View 5 Replies


ADVERTISEMENT

General :: Internet Won't Work / Make It Possible?

Jul 10, 2010

I just installed ubuntu 10.04 and my Internet wont work properly I can go on sites like Google but almost any other non Major website i cannot visit

View 13 Replies View Related

General :: Make DSL Work On A Dinosaur?

Dec 21, 2010

I made a live DSL cd from the iso file, I dont know how to verify the checksum thingy, so I am flying in the dark there.the disk was working and loaded up fine (graphics looked good, some type in color, the litte penguin icon was cool ect.) the problem comes when the gui loaded and the desktop came up then the screen was nearly white and the type was nearly illegible. I could make out the welcome screen with a faq page and what not , but i could not read it.

I rebooted again this time i went to the boot menu and selected the vga option that indicated it was the best for display problems.,
then the screen loaded as garbled red and orange stripes. i have no documentation, so i need the software to autodetect the display resolutions, ect. also the touch pad makes the pointer dissapear the first time you touch it. the unit is a compaq presario

256mhz p2
96,000 k of ram
4 gig hd
cd reader
1 usb port

it was running windows 2000 but i want that to go away, im trying to learn about linux.so my goal is not to run DSL but rather to load some linux distro that is simple, gui based ,and fairly trouble free.

View 6 Replies View Related

General :: Cannot Make SAMBA WORK ON FC13

Jul 15, 2010

i hope some one could help me regarding samba.. i am running a FC13 acting as a samba server & an IP of 192.168.0.3.. I have already installed samba from the fedora core repo.. I can see my samba server on my winxp client.. but everytime i tried to access the samba share a windows message appears that says:\192.168.0. 3 Installer is not accessible. You might not have permission to use this network resource. etc. the network path is not found.I already open the port 139 & 445 for samba to pass trough the firewall.. but the problem is still the same.

View 65 Replies View Related

General :: Can't Make LCD Flatscreen Work With Xorg

Jan 16, 2011

I just downloaded a brand-new Debian DVD install and installed.My problem is that when I start X my monitor goes black and tells me "Out of range".So Xserver havent setup my monitor correctlyI have an Radeon 4870 graphic card installed and an LG w1943SB-pf flatscreen.I've tried dpkg-reconfigure Xserver-org but it only seems to ask me questions about my keyboards!Ive also tried manually editing the Xorg.conf and changing the HorizSync and VertRefresh rates to no avail.Does anyone now an EASY way just to get this LCD Flatscreen working on a Debian 5.86 with Linux 2.6 kernel? Some cool app that does it for me would be preferable, since I havent had any luck changing the xorg.conf manually.

Also, I have installed the free open source ATI Radeon drivers, but I'm not sure im actually using it.My xorg.conf is pretty bland and doesnt list any particular drivers.

View 4 Replies View Related

General :: Way To Make Ipod Work On Linux?

Feb 28, 2011

i would like some help on a problem i have..is there a way to make my ipod work on linux??i tried the rythmbox but i can't load new songs on my i pod..no drug n drop..no copy paste..no nothing..!is there any distribution of itunes for linux?(ubuntu 10.10).

View 7 Replies View Related

General :: Make Both Audio Jack Outs To Work Together?

Aug 6, 2010

I have HP Pavilion laptop with two jack outs for audio and both of them work if only one is plugged in. If both of jacks are used, then in only one headphones set there is a sound. I would like to have sound on both of them, so for example two people can listen the same thing on their own headphones.

I'm working on Ubuntu 10.04 and my sound card is:

Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)

View 2 Replies View Related

General :: Installing Program TarBall - Cannot Make It Work

Jan 28, 2010

I know there is lots of documentation out there for installing tar balls but I can't make it work I am trying to work with this file sauerbraten_2009_05_04_trooper_edition_linux.tar.bz2 in file:///home/Nemesis/Downloads/sauerbraten_2009_05_04_trooper_edition_linux.tar.bz2

I am running Fedora 12, the gnome desktop if the desktop matters. I have been running Fedora almost elusively for 2 years and off n on before that but in my many attempts at trying to Install a TARBALL I have always failed hard.

View 17 Replies View Related

General :: Make SRS Audio Sandbox Work Under Wine?

Aug 4, 2010

Well, I've been trying to get a program called SRS Audio Sandbox to work under Wine, but since it works with the audio output, it requires an audio driver and looks for the Windows one instead of the Linux one. Any way to emulateimitate that driver so it'll work?

View 3 Replies View Related

General :: Make Shared Keys .ssh/authorized_keys And Sudo Work Together?

Jul 15, 2010

I've setup the .ssh/authorized_keys and am able to login with the new "user" using the pub/private key ... I have also added "user" to the sudoers list ... the problem I have now is when I try to execute a sudo command, something simple like:

$ sudo cd /root

it will prompt me for my password, which I enter, but it doesn't work (I am using the private key password I set)Also, ive disabled the users password using

$ passwd -l user

I am trying to harden my system ... the ultimate goal is to use pub/private keys to do logins versus simple password authentication. I've figured out how to set all that up via the authorized_keys file.Additionally I will ultimately prevent server logins through the root account. But before I do that I need sudo to work for a second user (the user which I will be login into the system with all the time).

For this second user I want to prevent regular password logins and force only pub/private key logins, if I don't lock the user via" passwd -l user ... then if i dont use a key, i can still get into the server with a regular password.But more importantly I need to get sudo to work with a pub/private key setup with a user whos had his/her password disabled.

1) I've adjusted /etc/ssh/sshd_config and set PasswordAuthentication no This will prevent ssh password logins (be sure to have a working public/private key setup prior to doing this

2) I've adjusted the sudoers list visudo and added

root ALL=(ALL) ALL
dimas ALL=(ALL) NOPASSWD: ALL

3) root is the only user account that will have a password, I am testing with two user accounts "dimas" and "sherry" which do not have a password set (passwords are blank, passwd -d user)

The above essentially prevents everyone from logging into the system with passwords (a public/private key must be setup). Additionally users in the sudoers list have admin abilities. They can also su to different accounts. So basically "dimas" can sudo su sherry, however "dimas can NOT do su sherry. Similarly any user NOT in the sudoers list can NOT do su user or sudo su user.

View 3 Replies View Related

General :: MAKE BZIMAGE Doesn't Work When Compile And Install New Kernel?

Jul 19, 2010

whenever i'm in the process of compiling and installing a new kernel in ubuntu lucid lynx i get an error message when i get to the make bzimage part is there some sort of program that i needed to install first or is there an alternative to doing this.

View 8 Replies View Related

General :: Mention List Of Services In The Same File And Still Make The Script Work?

Jan 26, 2010

I have a script from which i want to disable unwanted services. I wanted to have the list of unwanted services in the same script file. I tried the following, but it is not working...How do I mention list of services in the same file and still make the script work ?

Code:
#/bin/bash
#List of services, modify list between SERVICES tag
service_list=$(cat <<SERVICES
acpid
apmd
avahi-daemon

[Code]...

View 1 Replies View Related

Ubuntu Multimedia :: Creative Webcam Doesn't Work - How To Make It Work

Feb 17, 2011

how to make creative web cam working with ubuntu

View 1 Replies View Related

Ubuntu Multimedia :: Flash Controls Don't Work - How To Make Them Work

Apr 8, 2011

I can't get flash controls to work. If the video auto-plays, it starts just fine, if not, I'm out of luck. I've tried reinstalling flash through the software center. Even if it autoplays, I can't control volume or pause or anything. I'm at the mercy of whatever is already there.

Ubuntu Karmic 9.10 - all updated as of 1/2/2009
Firefox 3.5.6
On a Lenovo Thinkpad R400

View 3 Replies View Related

Ubuntu :: Compiz Doesn't Work - How To Make It Work

Jul 29, 2010

I'm having trouble getting compiz to work on my Laptop. It worked for a while and then I turned on Shift Switcher and a message popped up saying..."The new value for the button binding for the action Terminate in plugin Shift Switcher conflicts with the action Zoom Window of the Scale Addons plugin. Do you wish to disable Zoom Window in the Scale Addons plugin?" I was given the option of Set Terminate anyway, Don't set Terminate, and Disable Zoom Window. I clicked Don't set Terminate and ever since the only thing that works in compiz are the bindings in the general options. I've used synaptic to completely remove and then reinstall compiz but the problem persist. Something else weird, all of the changes I made are still there, even after complete removal, but they don't work?

View 2 Replies View Related

Ubuntu :: Hibernate Doesn't Work - How To Make It Work

Oct 29, 2010

When I try to hibernate, the computer just goes to a blank, black screen and doesn't turn off. I have to hold the power button to get it to shut down, and when I turn it back on none of the programs running before hibernation have been saved.

View 8 Replies View Related

Ubuntu :: Unity Doesn't Work - How To Make It Work

Feb 16, 2011

I just recently (about an hour ago) installed Ubuntu Netbook edition on my old laptop, and I was greeted with the message, that unity could not be run due to some sort of missing driver...fair enough, I was then greeted with the default Ubuntu desktop, I installed all my needed software (wine, google chrome) and installed the missing display drivers. I then rebooted the system, and once again I am stuck with the default desktop, and not the Unity interface. I checked the software center, and it says Unity IS in fact installed.. And yet I cannot make it appear. So now I ask you Ubuntu veterans. How do I make it work?

P.S. I wiped the system of windows, and the computer is an old HP Pavilion DV6000

View 2 Replies View Related

General :: Using The Command Line Can Detect Wireless Card And Make It Work Under SUSE Enterprise Desktop?

Jan 26, 2010

How, using the command line can I detect my wireless card and make it work under SUSE Enterprise Desktop? The wireless card works in Win XP.

View 8 Replies View Related

Debian :: Usb Stick Don't Work - How To Make It Work

Jan 14, 2011

I just installed Squeeze_di_rc1, whit gnome, when i insert any usb stick i recive how can i solve it?At the same times i tried to format in fat 16 with gparted but the result is the same.

View 6 Replies View Related

General :: Make Error - Make[2]: *** No Rule To Make Target

Oct 7, 2010

I am getting an error as below.

How do I resolve the error: make[2]: *** No rule to make target `', needed by `mpg123'.

How can I resolve this error.

View 4 Replies View Related

General :: Make Ubuntu Work As Wireless Router / Wireless Internet Sharing

Jul 18, 2010

My PC is connected directly to the cable modem. I would like to use my PC's WiFi card to share my internet connection with my Android phone and laptop so I can avoid buying a wireless router.

View 4 Replies View Related

General :: 'make Menuconfig' To Make These Files Modules Rather Than Compiled Elements?

Feb 25, 2011

I need to modify fs/open.c and fs/read_write.c to make my modifications. I cannot find any options in 'make menuconfig' to make these files modules rather than compiled elements. I'm thinking these cannot be modules because the file system won't work without open.c and read_write.c. Is this correct - I cannot compile fs/open.c and fs/read_write.c as modules, only as compiled elements? Or, is there some way for a module to overwrite these routines when the module is installed and re-enable the routines when the module is removed?

View 3 Replies View Related

OpenSUSE :: Make VMplayer Work On 11.4?

Mar 10, 2011

Today I installed OpenSUSE11.4 an tried to install VMware Player but after starting player is wanted to compile and I got the messages below:

Mar 10 22:47:18.350: app-139681465902848| Log for VMware Workstation pid=12510 version=7.1.3 build=build-324285 option=Release
Mar 10 22:47:18.350: app-139681465902848| The process is 64-bit.
Mar 10 22:47:18.350: app-139681465902848| Host codepage=UTF-8 encoding=UTF-8
Mar 10 22:47:18.350: app-139681465902848| Logging to /tmp/vmware-root/setup-12510.log

[code]......

View 9 Replies View Related

OpenSUSE :: How To Make The Skype Work On 11.4

Apr 16, 2011

I already installed the skype from the official web. After done installing it, i tried to open it. But nothing happen. I'm new using opensuse.

View 7 Replies View Related

Ubuntu :: Make Mv920 Work With 10.04?

May 5, 2010

My mv920 Monitor just shakes and fuzzies ubuntu 10.04 and on my lcd it dosent. its a CTR.

View 2 Replies View Related

Ubuntu :: Can't Make Bluetooth Work

Oct 15, 2010

Im trying to get a Bluetooth USB dongle work but I cant.

Bluetooth Preferences doesnt recognise it and bluetooth manager gives me this error "Bluez daemon is not running, blueman-manager cannot continue.". See attached captures.

I already tried many solutions proposed in other threads with no luck. I reinstalled their packages and it keeps the same.

I'm using 10.10 upgraded from 10.04. With 10.04 I had the same issue.

View 7 Replies View Related

Ubuntu :: Make Ufw And Upnp Work Together?

Oct 26, 2010

It seems that with ufw enabled It is impossible for upnp applications to negociate with the network router the ports they need to be opened. Is there any way to make ufw and upnp work together?

View 6 Replies View Related

Ubuntu :: How To Make Compiz Work In Kde

Dec 1, 2010

I recently made the switch from gnome to kde, and I can't seem to figure out how to make compiz work in kde.

View 5 Replies View Related

Ubuntu :: Make Skyplayer Work In U11.04?

Apr 30, 2011

How can i make skyplayer work in ubuntu 11.04?

View 1 Replies View Related

Ubuntu :: Bash: How To Make ${var%% *} Work

May 1, 2011

bash: how do you make the construct ${var%% *} work? I am trying to select the first word from a variable which contains many space-separated words. I am running Ubuntu 10.10 with GNU bash, version 4.1.5(1)-release (x86_64-pc-linux-gnu) and when I try to use this construct, the expression returns the complete variable with no removal of trailing anything.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved