Search Results

Search: Posts Made By: marcintom
Forum: Filesystems, Disks and Memory 10-12-2009
6,359
Posted By marcintom
I bought new flash memory. I think that this is...
I bought new flash memory. I think that this is the one of the best solution in this situation :) but if anybody know what can I do to bring up my old flash please tell me.
Forum: Filesystems, Disks and Memory 09-28-2009
6,359
Posted By marcintom
I suppose I mean this look like this flash memory...
I suppose I mean this look like this flash memory is broken. I tried restart the system many times. When I turn on other flash disk evrything is ok.

My system is
Linux localhost.localdomain...
Forum: Filesystems, Disks and Memory 09-19-2009
6,359
Posted By marcintom
Flash disk problem
Hi,
I have USB flash drive.
I have formated this one on windows
( fdisk /dev/sdb showed me that this is WIN95 FAT32 )
ok

When I tried to copy some data from /media/cdrecord I get IO error....
5,911
Posted By marcintom
Passing socket struct between kernel threads - module programming
I write kernel module with kernel threads using
linux/kthread.h on 2.6.* kernel

I tried to passing data between two kernel threads
with data argument of kthread_run( fun, data , NAME );
but...
4,982
Posted By marcintom
You are wrong :) I found the solution using...
You are wrong :)
I found the solution using kbuild system in 2.6 kernel


obj-m := name.o
name-objs := lib1.o mod.o
4,982
Posted By marcintom
Kernel module compilation problem
I have one big module 2.6.18 kernel mod.c
I want to divide this to several files.
The problem is to write right Makefile

lib1.h
lib1.c

mod.c

mod.c works fine normally but when I divide...
4,256
Posted By marcintom
Ok, loop is simulating a "keep-alive" tcp...
Ok, loop is simulating a "keep-alive" tcp conection but I don't want to do in way like this.
I want to create one to one connection this mean one tcp connection for one HTTP request and response so...
4,256
Posted By marcintom
Network interface in Linux kernel
Hi,
I wrote some network modules to 2.6.x Linux kernel.
Im useing sock_recvmsg / sock_sendmsg (linuxsrc/include/linux/net.h ) interface to
receiving and sending data in TCP mode.

Im cooperating...
Forum: Programming 05-04-2008
5,624
Posted By marcintom
Makefile very simple question.
Hi
I tried many times and I dont know what the he... is going on.

Problem:
I hava in /home/marcin/c1_menu/
this file:
menu_item_data.c

I want to compile this file.
so I tried something...
Forum: AIX 03-05-2008
9,644
Posted By marcintom
Maybe one of you could give me something like...
Maybe one of you could give me something like test ssh account :)
I found this Polarhome - gateway to freedom (http://www.polarhome.com) but there is no free account of AIX
Forum: AIX 03-02-2008
9,644
Posted By marcintom
:-( anyway, thx for help
:-( anyway, thx for help
Forum: AIX 02-29-2008
9,644
Posted By marcintom
Installation AIXL 5.3
Hi,
I have a few question.

1. I have a AIXL 5.3 - 8 CDs, AIXL 5.2 7CDs
2. I tried to install 5.3/5.2 on i386 platform
+ on Laptop IBM
+ on VMWare on Linux

This is posiible ?
...
Forum: Programming 02-22-2008
3,255
Posted By marcintom
Thank you guys for all advices. I see now...
Thank you guys for all advices.

I see now that my problem was in not to write the main target
If I correctly understand you.

and I run something lik this ( this work fine :) )


CC= gcc...
Forum: Programming 02-21-2008
3,255
Posted By marcintom
Thx for replay but the problem is not in make...
Thx for replay but the problem is not in make program but in the makefile
Please read first post carefully :)

the lines with main problems :


%.o: %.c
$(CC) $(CFLAGS) -c $<

%: %.cc...
Forum: Programming 02-20-2008
3,255
Posted By marcintom
Makefile not work. Why?
[root@zet c1(0)]# ls
c1.0.cc info makefile x.c
[root@zet c1(0)]# cat makefile
CC=/usr/bin/g++
CFLAGS=-pedantic -ansi
LFLAGS=
#NAME=c1.0
AUTHOR= Marcin

%.o: %.c
$(CC) $(CFLAGS)...
Showing results 1 to 15 of 15

 
All times are GMT -4. The time now is 11:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy