[gentoo-user] question about wireless setting

2009-12-01 Thread 김무성
Hello list.

 

I have a laptop

I installed 2.6.30-r8

I wish to use wireless.

 

So. Type lspci.

 

localhost ~ # lspci

05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] 
Network Connection (rev 02)

 

And type iwconfig.

 

localhost ~ # iwconfig

lono wireless extensions.

 

eth0  no wireless extensions.

 

sit0  no wireless extensions.

 

localhost ~ #

 

 

I could see wireless driver when typed lspci.

But, when typed iwconfig, I can’t see wlan0.

 

So typed this

emerge ipw3945 and modprobe ipw3945

but result is same.

 

localhost ~ # iwconfig

lono wireless extensions.

 

eth0  no wireless extensions.

 

sit0  no wireless extensions.

 

localhost ~ #

 

 

what is a problem?



RE: [gentoo-user] vmware install error

2009-04-23 Thread 김무성
Perfect

Thank you.

One more question.




localhost vmware-modules # emerge app-emulation/vmware-modules
Calculating dependencies... done!
[ebuild U ] app-emulation/vmware-modules-1.0.0.23 [1.0.0.15-r2]
[blocks B ] >=app-emulation/vmware-modules-1.0.0.16 (is blocking 
app-emulation/vmware-server-1.0.8.126538)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked

localhost vmware-modules # emerge app-emulation/vmware-modules-1.0.0.23
Calculating dependencies /

!!! 'app-emulation/vmware-modules-1.0.0.23' is not a valid package atom.
!!! Please check ebuild(5) for full details.
!!! (Did you specify a version but forget to prefix with '='?)
localhost vmware-modules #



I couldn't install vmware-modules



in /usr/portage/app-emulation/vmware-modules/Changelog
it seems that 1.0.0.23 don't support kernel2.6.27.
right?


KIM

-Original Message-
From: Kan-I Jyo [mailto:cecilhs...@gmail.com] 
Sent: Wednesday, April 22, 2009 4:47 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] vmware install error

2009/4/22 김무성 :
> My kernel version is 2.6.27-gentoo-r10
>
> And I try to install VMware-server-1.0.9
>
> Up-to-date gcc.
>
> When I install vmware-server, ./vmware-install.pl
>
> there is an error.
>
> This is error information
>
>
>
> --
>
> /tmp/vmware-config3/vmmon-only/linux/driver.c:1781: error: too many
> arguments to function 'smp_call_function'
>
> make[2]: *** [/tmp/vmware-config3/vmmon-only/linux/driver.o] Error 1
>
> make[1]: *** [_module_/tmp/vmware-config3/vmmon-only] Error 2
>
> make[1]: Leaving directory `/usr/src/linux-2.6.27-gentoo-r10'
>
> make: *** [vmmon.ko] Error 2
>
> make: Leaving directory `/tmp/vmware-config3/vmmon-only'
>
> Unable to build the vmmon module.
>
>
>
> For more information on how to troubleshoot module-related problems, please
>
> visit our Web site at "http://www.vmware.com/download/modules/modules.html";
> and
>
> "http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html";.
>
>
>
> Execution aborted.
>
> --
>
>
>
> So I found solution searching in google.
>
> It’s tell me There is an patch.
>
> I got Vmware-any-any-patch through ftp.
>
> And execute patch, But same error
>
>
>
>
>
> What is a solution?
>
> Help me.
>
>
>
>

If 1.0.9 is not a necessity, you may want to try vmware-server in
portage(1.0.8) instead.

$ sudo emerge -pv vmware-server
[ebuild  N] app-emulation/vmware-modules-1.0.0.15-r2  483 kB
[ebuild  N] app-emulation/vmware-server-1.0.8.126538  104,611 kB

As an addition, if you build kernel manually, turning CONFIG_UNUSED_SYMBOLS on
beforehand or vmware-modules will refuse to compile.

$ cd /usr/src/linux
$ sudo make menuconifg
  (Kernel hacking) --> (Enable unused/obsolete exported symbols) --> (y)
$ sudo make && make modules_install

Boot the machine with new kernel and issue the above 'emerge' command
should bring
you a working vmware-server.

-- 
Sincerely,

Jyo




[gentoo-user] vmware install error

2009-04-21 Thread 김무성
My kernel version is 2.6.27-gentoo-r10

And I try to install VMware-server-1.0.9

Up-to-date gcc.

When I install vmware-server, ./vmware-install.pl

there is an error.

This is error information

 

--

/tmp/vmware-config3/vmmon-only/linux/driver.c:1781: error: too many arguments 
to function 'smp_call_function'

make[2]: *** [/tmp/vmware-config3/vmmon-only/linux/driver.o] Error 1

make[1]: *** [_module_/tmp/vmware-config3/vmmon-only] Error 2

make[1]: Leaving directory `/usr/src/linux-2.6.27-gentoo-r10'

make: *** [vmmon.ko] Error 2

make: Leaving directory `/tmp/vmware-config3/vmmon-only'

Unable to build the vmmon module.

 

For more information on how to troubleshoot module-related problems, please

visit our Web site at "http://www.vmware.com/download/modules/modules.html"; and

"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html";.

 

Execution aborted.

--

 

So I found solution searching in google.

It’s tell me There is an patch.

I got Vmware-any-any-patch through ftp.

And execute patch, But same error

 

 

What is a solution?

Help me.

 

 



RE: [gentoo-user] kernel upgrade error. help me

2009-04-08 Thread 김무성
Root is /dev/sda3
Grub set real_root=/dev/sda3

So when I changed grub options to old kernel, system booted.
But new kernel is not booted.
New kernel Could not find the root block device in.



-Original Message-
From: Saphirus Sage [mailto:saphirus...@gmail.com] 
Sent: Thursday, April 09, 2009 11:58 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] kernel upgrade error. help me

±è¹«¼º wrote:
>
> Hello list.
>
>  
>
> For installing vmware
>
>  
>
> My kernel version is 2.6.24-gentoo-r5. But I have no source files.
>
> So I downloaded source files. But that¡¯s version 2.6.27-gentoo-r8.
>
> When I installed vmware, it told me kernel version and kernel source
> files¡¯ version no match.
>
>  
>
> I have to kernel upgrade.
>
> I entered ¡°genkernel all¡±
>
> And vi /boot/grub/grub.conf
>
>  
>
> -
>
> default 0
>
> timeout 30
>
> splashimage=(hd0,0)/grub/splash.xpm.gz
>
> title=Gentoo Linux
>
> root (hd0,0)
>
> kernel /kernel-genkernel-x86-2.6.27-gentoo-r8 root=/dev/ram0
> init=/linuxrc ramdisk=8192 real_root=/dev/sda3
>
> initrd /initramfs-genkernel-x86-2.6.27-gentoo-r8
>
> -
>
>  
>
>  
>
> And reboot.
>
>  
>
> But can¡¯t boot.
>
> There is an error.
>
>  
>
> -
>
>  
>
> >> Determining root device...
>
> !! Could not find the root block device in .
>
> Please specify another value or: press Enter for the same,
>
> type "shell" for a shell, or "q" to skip...
>
> root block device() ::
>
>  
>
> -
>
>  
>
>  
>
>  
>
> T_T help me.
>
>  
>
> KIM
>
>  
>
You keep your kernel and initrd on the root partition; not even in /boot
or a separate partition?



[gentoo-user] kernel upgrade error. help me

2009-04-08 Thread 김무성
Hello list.

 

For installing vmware

 

My kernel version is 2.6.24-gentoo-r5. But I have no source files.

So I downloaded source files. But that’s version 2.6.27-gentoo-r8.

When I installed vmware, it told me kernel version and kernel source files’ 
version no match.

 

I have to kernel upgrade.

I entered “genkernel all”

And vi /boot/grub/grub.conf

 

-

default 0

timeout 30

splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux

root (hd0,0)

kernel /kernel-genkernel-x86-2.6.27-gentoo-r8 root=/dev/ram0 init=/linuxrc 
ramdisk=8192 real_root=/dev/sda3

initrd /initramfs-genkernel-x86-2.6.27-gentoo-r8

-

 

 

And reboot.

 

But can’t boot.

There is an error.

 

-

 

>> Determining root device... 

!! Could not find the root block device in . 

Please specify another value or: press Enter for the same, 

type "shell" for a shell, or "q" to skip... 

root block device() ::

 

-

 

 

 

T_T help me. 

 

KIM

 



[gentoo-user] kernel upgrade error

2009-04-06 Thread 김무성
Hello list.

 

For installing vmware

 

My kernel version is 2.6.24-gentoo-r5. But I have no source files.

So I downloaded source files. But that’s version 2.6.27-gentoo-r8.

When I installed vmware, it told me kernel version and kernel source files’ 
version no match.

 

I have to kernel upgrade.

I entered “genkernel all”

And vi /boot/grub/grub.conf

 

-

default 0

timeout 30

splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux

root (hd0,0)

kernel /kernel-genkernel-x86-2.6.27-gentoo-r8 root=/dev/ram0 init=/linuxrc 
ramdisk=8192 real_root=/dev/sda3

initrd /initramfs-genkernel-x86-2.6.27-gentoo-r8

-

 

 

And reboot.

 

But can’t boot.

There is an error.

 

-

 

>> Determining root device... 

!! Could not find the root block device in . 

Please specify another value or: press Enter for the same, 

type "shell" for a shell, or "q" to skip... 

root block device() ::

 

-

 

 

 

T_T help me. 

 

KIM