You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, October 11th 2004, 9:53pm

total newbie needs a startup...

Hi to all members & admins,

For some time I have been using SuSE 9.1, a wile ago I started to learn a bit more about compiling etc.

I don't know if this is the wright place to post but hey, I'am a newbie ;)

I googled around with no luck.

So I hope someone can help me out,

Thanks all,

Fred (beetlebug)

I have updated QT to 3.3.1

I have put my shell output below.....


linux:/usr/src/rt2400-1.2.1/Utility # cd /usr/src/rt2400-1.2.1/Module/
linux:/usr/src/rt2400-1.2.1/Module # make
make[1]: Entering directory `/usr/src/linux-2.6.5-7.108-obj/i386/default'
make -C ../../../linux-2.6.5-7.108 O=../linux-2.6.5-7.108-obj/i386/default modules

WARNING: Symbol version dump /usr/src/linux-2.6.5-7.108-obj/i386/default/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled.

Building modules, stage 2.
MODPOST
make[1]: Leaving directory `/usr/src/linux-2.6.5-7.108-obj/i386/default'
linux:/usr/src/rt2400-1.2.1/Module # make install
install 'rt2400.ko' to /lib/modules/2.6.5-7.108-default/kernel/drivers/net/wireless
install -m 644 -o 0 -g 0 -d /lib/modules/2.6.5-7.108-default/kernel/drivers/net/wireless
install -m 644 -o 0 -g 0 rt2400.ko /lib/modules/2.6.5-7.108-default/kernel/drivers/net/wireless
/sbin/depmod -a
linux:/usr/src/rt2400-1.2.1/Module #

linux:/home/fred # cd /usr/src/rt2400-1.2.1/Utility/
linux:/usr/src/rt2400-1.2.1/Utility # ./Configure

----------- Configure Ralink RT2400 Configuration Utility for Compile -----------


We recommend you use the new version qt-x11-free-3.1.1 or later
Otherwise make could be failed.

QT directory: [/usr/lib/qt3]: make
QT tree 'make' is incomplete or missing!

Configuration failed

jacek

Trainee

Posts: 105

Location: Warsaw, Poland

Occupation: Student

  • Send private message

2

Monday, October 11th 2004, 10:26pm

RE: total newbie needs a startup...

Quoted

Originally posted by beetlebug
I googled around with no luck.


Somewhat I don't believe you: http://www.google.pl/search?q=rt2400
Try harder next time.

PS. It took me 4 clicks to get to the right forum and the first post I saw was your post about the
same problem. As I can see it has been answered yesterday.

3

Monday, October 11th 2004, 10:47pm

RE: total newbie needs a startup...

Hi,

it is more about htis part,

---------- Configure Ralink RT2400 Configuration Utility for Compile -----------

QT directory: [/usr/lib/qt3]: make
QT tree 'make' is incomplete or missing! >> try googling thisone.. no luck for me

Thanks,

Fred

wysota

Trainee

Posts: 65

Location: Warsaw, POLAND

  • Send private message

4

Monday, October 11th 2004, 10:51pm

RE: total newbie needs a startup...

This is because you told the script that you have a Qt source tree in 'make' path. No googling is required, it's enough to provide a correct Qt path (such as one suggested by the script) :]
Live and let live - use the search engine.
"Use the docs Luke, use the docs!"

jacek

Trainee

Posts: 105

Location: Warsaw, Poland

Occupation: Student

  • Send private message

5

Monday, October 11th 2004, 10:55pm

RE: total newbie needs a startup...

Quoted

Originally posted by beetlebug
QT tree 'make' is incomplete or missing! >> try googling thisone.. no luck for me


http://www.google.pl/search?q=rt2400%20qt3
Sixth result (or even first if you know Polish).

Well?

6

Monday, October 11th 2004, 11:07pm

RE: total newbie needs a startup...

Quoted

Originally posted by wysota
This is because you told the script that you have a Qt source tree in 'make' path. No googling is required, it's enough to provide a correct Qt path (such as one suggested by the script) :]


:D This REALLY helpt me out! It workt, (with a compile error) now it is clear for me how to use make... :D

Thanks wysota....

Fred