Re: your mail

2012-07-21 Thread Gilles Sadowski
Hi.
> 
> I tried to add the firsts you wrote me and no result.
> 
> Before add the last one  I have a question, what I have to do is run:
> 
> apt-get update &&
> apt-get upgrade

You have to use "aptitude" or another software for selecting which
package(s) to install.
You might have some of the "firmware" packages missing...

I'd also suggest that you try and post to the "user" mailing list.
Since amd64 has become mainstream, this list is not very active.


Regards,
Gilles


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120721174329.gp25...@dusk.harfang.homelinux.org



Re:

2012-07-21 Thread Debiminho
Hi Pietro !!!

> I cannot use a stable release of debian due the kernel version, too old for 
> my hardware, can someone suggest me a way in order to investigate better of 
> the nature of my problem ?


Compile your own Kernel !!! This is usual the
steps I do, just to give you idea what to search...
Don't need to be so complex, but I prefer to share
this way

$sudo aptitude install kernel-package  pkg-config
$cd /usr/src/
$git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
linux-git
$sudo adduser YOUR_USER_NAME src
$sudo ln -sf linux-git /usr/src/linux
$cd linux
$sudo make mrproper
$sudo chmod +x scripts/kconfig/streamline_config.pl
$sudo cp /boot/config-VERSION_OF_KERNEL .config
$sudo perl scripts/kconfig/streamline_config.pl > config_strip
$sudo mv config_strip .config
$sudo make oldconfig
$sudo aptitude install libgtk2.0-dev libglade2-dev
$sudo make gconfig
$sudo fakeroot make-kpkg --revision=NAME_YOU_WANT.1.0 kernel_image
kernel_headers

I'm sure something is missing or wrong :D


>
>
> This is my sources.list file:
>
> deb http://ftp.it.debian.org/debian/ wheezy main
> deb-src http://ftp.it.debian.org/debian/ wheezy main
> deb http://security.debian.org/ wheezy/updates main
> deb-src http://security.debian.org/ wheezy/updates main
>
> Can I use another branch insead of "main" ?
>

This is not "branch" is a way to catalog the packages,
you can try;

deb http://ftp.it.debian.org/debian/ wheezy main contrib non-free

Branch may be more something like

the stable "branch"
deb http://ftp.it.debian.org/debian/ stable main contrib non-free

the testing
deb http://ftp.it.debian.org/debian/ testing main contrib non-free

...

;) hope it gives you some light,
Silvino


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/capu1e-fbxqyy88q7snen1zug1e-xbfrzwmnparvj9lngoos...@mail.gmail.com



Re: your mail

2012-07-21 Thread Pietro Paolini
Hi Gilles,

I tried to add the firsts you wrote me and no result.

Before add the last one  I have a question, what I have to do is run:

apt-get update &&
apt-get upgrade

?

2012/7/21 Gilles Sadowski 

> On Sat, Jul 21, 2012 at 12:02:44PM +0200, Pietro Paolini wrote:
> > Hi all,
> >
> > I have still freeze in my laptop, I discover  it is not related at a
> music
> > or video reproduction, in adding I discovered that my Ethernet card is
> not
> > recognized, I really really ask for help because my PC is going to be
> > unusable! It happens when I stress a bit more my PC, like compilation
> > kernel (*make -j*).
> >
> > I cannot use a stable release of debian due the kernel version, too old
> for
> > my hardware, can someone suggest me a way in order to investigate better
> of
> > the nature of my problem ?
> >
> > This is my sources.list file:
> >
> > deb http://ftp.it.debian.org/debian/ wheezy main
> > deb-src http://ftp.it.debian.org/debian/ wheezy main
> > deb http://security.debian.org/ wheezy/updates main
> > deb-src http://security.debian.org/ wheezy/updates main
>
> You might want to have these two lines instead:
> ---CUT---
> deb http://ftp.it.debian.org/debian/ stable main contrib non-free
> deb http://ftp.it.debian.org/debian/ testing main contrib non-free
> ---CUT---
>
> And if it still doesn't provid all the necessary drivers, try to also add:
>
> ---CUT---
> deb http://ftp.it.debian.org/debian/ unstable main contrib non-free
> ---CUT---
>
> > [...]
>
> Good luck,
> Gilles
>
>
> --
> To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive:
> http://lists.debian.org/20120721113159.gl25...@dusk.harfang.homelinux.org
>
>


Re: your mail

2012-07-21 Thread Gilles Sadowski
On Sat, Jul 21, 2012 at 12:02:44PM +0200, Pietro Paolini wrote:
> Hi all,
> 
> I have still freeze in my laptop, I discover  it is not related at a music
> or video reproduction, in adding I discovered that my Ethernet card is not
> recognized, I really really ask for help because my PC is going to be
> unusable! It happens when I stress a bit more my PC, like compilation
> kernel (*make -j*).
> 
> I cannot use a stable release of debian due the kernel version, too old for
> my hardware, can someone suggest me a way in order to investigate better of
> the nature of my problem ?
> 
> This is my sources.list file:
> 
> deb http://ftp.it.debian.org/debian/ wheezy main
> deb-src http://ftp.it.debian.org/debian/ wheezy main
> deb http://security.debian.org/ wheezy/updates main
> deb-src http://security.debian.org/ wheezy/updates main

You might want to have these two lines instead:
---CUT---
deb http://ftp.it.debian.org/debian/ stable main contrib non-free
deb http://ftp.it.debian.org/debian/ testing main contrib non-free
---CUT---

And if it still doesn't provid all the necessary drivers, try to also add:

---CUT---
deb http://ftp.it.debian.org/debian/ unstable main contrib non-free
---CUT---

> [...]

Good luck,
Gilles


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120721113159.gl25...@dusk.harfang.homelinux.org



Re: (no subject)

2012-07-21 Thread OpenSimFan

i have a realtek Ethernet card, and it working great... 



pedr0 wrote:
> 
> Hi all,
> 
> I have still freeze in my laptop, I discover  it is not related at a music
> or video reproduction, in adding I discovered that my Ethernet card is not
> recognized, I really really ask for help because my PC is going to be
> unusable! It happens when I stress a bit more my PC, like compilation
> kernel (*make -j*).
> 
> I cannot use a stable release of debian due the kernel version, too old
> for
> my hardware, can someone suggest me a way in order to investigate better
> of
> the nature of my problem ?
> 
> This is my sources.list file:
> 
> deb http://ftp.it.debian.org/debian/ wheezy main
> deb-src http://ftp.it.debian.org/debian/ wheezy main
> deb http://security.debian.org/ wheezy/updates main
> deb-src http://security.debian.org/ wheezy/updates main
> 
> Can I use another branch insead of "main" ?
> 
> Thanks a lot.
> Pietro.
> 
> p.s: my PC
> 
> ASUS
> N56VZ-S4035V I7-3610QM Monitor 15.6" Ram 8 Gb GeForce
> GT650M
> 
> 


-
_

http://old.nabble.com/file/u1890012/Goodmorning.jpg 
OpenSimFan

My Opensim/Second Life Blog

http://verwijs.wordpress.com http://verwijs.wordpress.com 

(Dutch, basic hardware/software help  windows, Mac, Linux)

http://verwijs-pc.nl http://verwijs-pc.nl 

My Twitter Page:

http://twitter.com/OpenSimFan http://twitter.com/OpenSimFan 

My Facebook page (be my friend, please )

http://www.facebook.com/andre.verwijs http://www.facebook.com/andre.verwijs 


-- 
View this message in context: 
http://old.nabble.com/%28no-subject%29-tp34193240p34193459.html
Sent from the debian-amd64 mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/34193459.p...@talk.nabble.com



Re: freeze in my laptop

2012-07-21 Thread OpenSimFan

i have a realtek Ethernet card, and it working great... 



pedr0 wrote:
> 
> Hi all,
> 
> I have still freeze in my laptop, I discover  it is not related at a music
> or video reproduction, in adding I discovered that my Ethernet card is not
> recognized, I really really ask for help because my PC is going to be
> unusable! It happens when I stress a bit more my PC, like compilation
> kernel (*make -j*).
> 
> I cannot use a stable release of debian due the kernel version, too old
> for
> my hardware, can someone suggest me a way in order to investigate better
> of
> the nature of my problem ?
> 
> This is my sources.list file:
> 
> deb http://ftp.it.debian.org/debian/ wheezy main
> deb-src http://ftp.it.debian.org/debian/ wheezy main
> deb http://security.debian.org/ wheezy/updates main
> deb-src http://security.debian.org/ wheezy/updates main
> 
> Can I use another branch insead of "main" ?
> 
> Thanks a lot.
> Pietro.
> 
> p.s: my PC
> 
> ASUS
> N56VZ-S4035V I7-3610QM Monitor 15.6" Ram 8 Gb GeForce
> GT650M
> 
> 


-
_

http://old.nabble.com/file/u1890012/Goodmorning.jpg 
OpenSimFan

My Opensim/Second Life Blog

http://verwijs.wordpress.com http://verwijs.wordpress.com 

(Dutch, basic hardware/software help  windows, Mac, Linux)

http://verwijs-pc.nl http://verwijs-pc.nl 

My Twitter Page:

http://twitter.com/OpenSimFan http://twitter.com/OpenSimFan 

My Facebook page (be my friend, please )

http://www.facebook.com/andre.verwijs http://www.facebook.com/andre.verwijs 


-- 
View this message in context: 
http://old.nabble.com/%28no-subject%29-tp34193240p34193462.html
Sent from the debian-amd64 mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/34193462.p...@talk.nabble.com



Re: (no subject)

2012-07-21 Thread OpenSimFan

i have a realtek Ethernet card, and it working great... 



pedr0 wrote:
> 
> Hi all,
> 
> I have still freeze in my laptop, I discover  it is not related at a music
> or video reproduction, in adding I discovered that my Ethernet card is not
> recognized, I really really ask for help because my PC is going to be
> unusable! It happens when I stress a bit more my PC, like compilation
> kernel (*make -j*).
> 
> I cannot use a stable release of debian due the kernel version, too old
> for
> my hardware, can someone suggest me a way in order to investigate better
> of
> the nature of my problem ?
> 
> This is my sources.list file:
> 
> deb http://ftp.it.debian.org/debian/ wheezy main
> deb-src http://ftp.it.debian.org/debian/ wheezy main
> deb http://security.debian.org/ wheezy/updates main
> deb-src http://security.debian.org/ wheezy/updates main
> 
> Can I use another branch insead of "main" ?
> 
> Thanks a lot.
> Pietro.
> 
> p.s: my PC
> 
> ASUS
> N56VZ-S4035V I7-3610QM Monitor 15.6" Ram 8 Gb GeForce
> GT650M
> 
> 


-
_

http://old.nabble.com/file/u1890012/Goodmorning.jpg 
OpenSimFan

My Opensim/Second Life Blog

http://verwijs.wordpress.com http://verwijs.wordpress.com 

(Dutch, basic hardware/software help  windows, Mac, Linux)

http://verwijs-pc.nl http://verwijs-pc.nl 

My Twitter Page:

http://twitter.com/OpenSimFan http://twitter.com/OpenSimFan 

My Facebook page (be my friend, please )

http://www.facebook.com/andre.verwijs http://www.facebook.com/andre.verwijs 


-- 
View this message in context: 
http://old.nabble.com/%28no-subject%29-tp34193240p34193461.html
Sent from the debian-amd64 mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/34193461.p...@talk.nabble.com



[no subject]

2012-07-21 Thread Pietro Paolini
Hi all,

I have still freeze in my laptop, I discover  it is not related at a music
or video reproduction, in adding I discovered that my Ethernet card is not
recognized, I really really ask for help because my PC is going to be
unusable! It happens when I stress a bit more my PC, like compilation
kernel (*make -j*).

I cannot use a stable release of debian due the kernel version, too old for
my hardware, can someone suggest me a way in order to investigate better of
the nature of my problem ?

This is my sources.list file:

deb http://ftp.it.debian.org/debian/ wheezy main
deb-src http://ftp.it.debian.org/debian/ wheezy main
deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

Can I use another branch insead of "main" ?

Thanks a lot.
Pietro.

p.s: my PC

ASUS
N56VZ-S4035V I7-3610QM Monitor 15.6" Ram 8 Gb GeForce
GT650M