Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Linux Support Linux - Operating Systems and Applications Support

Reply
 
Thread Tools
Old 11-18-2008, 03:29 PM   #1 (permalink)
Tux
Registered User
 
Tux's Avatar
 
Join Date: Aug 2008
Posts: 126
OS: Home Premium 64, Linux Hardy Heron, XP, GustyGibion


Post Some Qustions

Alright I've got several questions for you guys.

Up until recently my computer would suddenly slow down almost to the point were working is impossible (I'm running Ubuntu). I'm usually only running 3 or 4 applications at a time and I'm not putting much stress on them, I doubt its an overheating problem because usually it happens only 2 hours after being on. I checked the system monitor to see what was going on, evidently the memory and swap history was going crazy it was plained out at around 98% for about an hour. The processing and network history seemed normal... Whats going on?

I also got a ton of songs I recently added to my computer, I also got a PS3 in my basement. The problem is I would like to stream my music down to the PS3 with out booting into windows. Could I also stream it to a 360.

Is it also possible to connect a blackjack II to my linux os. I know the blackjack uses widows mobile and the two linux and windows dont work to well together. I connected my blackjack to my computer (while in linux) and it dosnt recognize it and the installation disc only works under linux. Any bright ideas.

One more thing has any one else found a thread or a post relating to putting linux on a PS3 and being able to play and watch blue-ray movies and other games?
Tux is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Sponsored Links
Old 11-18-2008, 06:27 PM   #2 (permalink)
Moderator Alt. Computing
 
wmorri's Avatar
 
Join Date: May 2008
Location: /etc/pm
Posts: 1,224
OS: Vista Basic SP1/Ubuntu 8.04/Fedora 10


Send a message via AIM to wmorri
Re: Some Qustions

Hi,

To answer your first question. I would like to know a little about your computer. Like the general specs. I would also like to know when the last time was that you cleaned out the dust and other crap that can build up inside it.

For the next problem. I am wondering if you loaded all those songs onto your windows partition or your linux partition. This will determine if you will need to boot into windows. Also, you will need to be able to see your windows computer from your ps3 on the network for that to work. You mention a 360 too, i am guessing that you want to stream music to it to, and the same thing will apply to it.

As for the blackjack II I will have to do a little research and see what I can find out about it and Ubuntu. You say that the device isn't recognized in Linux, but the install disk only works in Linux and not windows. This part doesn't make sense, if you could help me understand what you mean that would help.

I will also have to do a little looking to find out about blue-ray and Linux to see what the status is on that.

I know this is a lot but I will do my best to find answers for you.
Cheers!
__________________


If I have posted on your thread and haven't replied within 48hrs please PM me. I will try to be as prompt as possible!
Linux Forever!

Learning is doing, not being able to follow steps put forth by others.

When posting what errors you get, please give the full message. It makes helping you much easier.
wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 11-18-2008, 07:02 PM   #3 (permalink)
Registered User
 
Join Date: Oct 2007
Location: Littleton, Colorado USA
Posts: 455
OS: xp 64 sp2 Fedora Core 8 (vmware xp core 8 x32) Minix


Re: Some Qustions

If the songs are on a windows partition (NTFS) then you can mount the partition under Linux. As root do some exploring using:

/sbin/fdisk -L /dev/sda

If you only have one disk then use /dev/sda. If you have more than one then run the command changing /dev/sda to /dev/sdb (and so on). The NTFS will evenually show up. You can mount the NTFS using the command:

/sbin/mount -t ntfs /dev/sda1 /u1

where sda1 is the partiular ntfs partition that fdisk shows. /u1 is a mount point for the file NTFS. You may have to add uid=, gid=, umask= options to set the correct group and user id so that you can write to the partition.

Also look at the /sbin/mount.ntfs program. It will mount a ntfs.

Also look at you gui. On my redhat core 9, the gui allows mounting Applications->System->DiskManagement. (So there probably a place to do this through the gui).

Hope this helps.
lensman3 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 11-18-2008, 07:14 PM   #4 (permalink)
Tux
Registered User
 
Tux's Avatar
 
Join Date: Aug 2008
Posts: 126
OS: Home Premium 64, Linux Hardy Heron, XP, GustyGibion


Re: Some Qustions

To your first question is I have no idea when the last time my computer was opened up. so yeah its probably really dusty inside. I think my dad got it in like 2001 and I'm pretty sure it has about 256mb of ram i think and the only upgrade so far has been the video card. This is the main reason why I'm building a new computer for the science fair this year (I thought I might as well kill two birds with one stone).

I loaded all the songs onto the linux partition. I also got songs on windows partition that I can access while logged into linux, however I cant access the songs in the linux partition while logged into windows.
Im pretty sure it can be done with a Ps3 its probably just requires some networking software or code to make its self visable to the PS3
Well the reason I questioned 360 was because its more windows based and stricter on well pretty much everything.

For the blackjack II the installation cd was for windows only. When I connected the phone to the computer while in linux it wasn't recognized. I couldn't find any software or applications to fix this

Hey but thanks for the help,this forum is great.

Last edited by Tux : 11-18-2008 at 07:17 PM. Reason: error
Tux is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 11-19-2008, 06:29 AM   #5 (permalink)
Moderator Alt. Computing
 
wmorri's Avatar
 
Join Date: May 2008
Location: /etc/pm
Posts: 1,224
OS: Vista Basic SP1/Ubuntu 8.04/Fedora 10


Send a message via AIM to wmorri
Re: Some Qustions

Hi,

I am not sure if you are looking to use your blackjack as a modem or not. But if you are take a look at this, starting with post 4. They haven't seemed to get the sync portion down yet, though.

As for sending things to your PS3 you should be able to do it relatively easily. Then main points are that you are going to have to make sure that you can see your PS3 and or 360 on your network from your linux partition. The only major problem that you might have is if you have to send them over wireless, as the signal can be broken up going through a house.

Cheers!
__________________


If I have posted on your thread and haven't replied within 48hrs please PM me. I will try to be as prompt as possible!
Linux Forever!

Learning is doing, not being able to follow steps put forth by others.

When posting what errors you get, please give the full message. It makes helping you much easier.
wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 11-19-2008, 07:55 AM   #6 (permalink)
Mentally divergent
 
Bartender's Avatar
 
Join Date: Jun 2005
Location: Chehalis, WA, USA
Posts: 1,231
OS: W2K, Ubuntu 8.04


Re: Some Qustions

If you're thinking about building a Linux-compatible PC Phoroonix is a useful website. They don't have the budget or manpower to check lots and lots of equipment but still educational to browse the "motherboards" section
Bartender is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 11-19-2008, 02:39 PM   #7 (permalink)
Tux
Registered User
 
Tux's Avatar
 
Join Date: Aug 2008
Posts: 126
OS: Home Premium 64, Linux Hardy Heron, XP, GustyGibion


Re: Some Qustions

Thanks for the hint bartender I'll look into it as for the Ps3 how do I make it visable, so it will show up when I search for a media server
Tux is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -7. The time now is 01:29 PM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82