/srv/irclogs.ubuntu.com/2008/07/19/#ubuntu-kernel.txt

=== jepler_ is now known as jepler
=== asac_ is now known as asac
Drk_GuyHow can i enable UDF support?04:38
Drk_GuyDo i have to recompile=04:38
Drk_Guy?04:38
=== thegodfather is now known as fabbione
tallmttI am having issues compiling a kernel from git - I am now compiling a kernel with only make then make modules_install - is this way risky to my system?16:09
prahmodcan anyone tell me about the kernel in ubuntu19:31
prahmodi am quite new to thsi topic but interested19:31
pwnguinleann had a good discussion / posting during open week19:34
prahmod????19:34
pwnguinprahmod: I'll see if i can find a link for you19:34
pwnguinhttps://wiki.ubuntu.com/MeetingLogs/openweekhardy/UpstreamKernels19:35
prahmodplzz man get me one.i am very much interested.but even plz u don't mind talking to me about it19:35
pwnguinits more oriented towards the upstream kernel than what ubuntu ships19:35
prahmodok got that.do share some useful links 19:35
prahmodso can we go slow.19:35
pwnguinthe wiki in the subject of this channel is also useful ;)19:35
prahmodwell i do understand kernel but what does the upstream kernel mean??19:36
pwnguinLinus Torvalds writes the linux kernel, along with his army of volunteer kernel hackers19:36
pwnguinthey store and publish their work at kernel.org19:37
pwnguinthis work is basically patches migrating from one person to the next and so on until torvalds approves the work19:37
pwnguinat which point it flows to places like ubuntu, debian, the public at large19:38
pwnguinkernel.org is the "upstream project"19:38
pwnguinsometimes ubuntu kernel developers apply patches that aren't in upstream, and that's one differnce19:39
pwnguinthe build process is also a bit different, since ubuntu kernels are built for a wide variety of people and purposes, while people building an upstream kernel usually know exactly what they want19:40
prahmodok.i am getting some idead19:41
prahmodidea19:41
prahmodand how do i get a kernel file at the kernel.org19:41
pwnguinbefore we do that, let me ask you about technical proficienceis19:42
prahmodok19:42
pwnguinhow confident are you with UNIX and C programming?19:42
prahmodgo on19:42
prahmodwell i am quite perfect in c and c++19:43
prahmodand i have also a good knowledge in vb and java.19:43
prahmodtalking to u truely i shifted to linux just a few week back19:43
prahmodso i am trying to adjust man19:44
pwnguin(I'm always a bit worried when people declare themselves perfectly knowledgable about a language, but for this it shall suffice)19:44
pwnguinhmm19:45
prahmodwelll perfect means i have a quite good knowldge but not the whole sum19:45
pwnguinheh, this is an odd definition, but im not here to quiz you19:45
prahmodb frank man so lets get started19:46
prahmodwill you??19:46
pwnguinim thinking;19:46
pwnguinok. so you're ok with programming but not quite ready to join in with the ubuntu kernel team's work19:47
pwnguinhttp://kernelnewbies.org/ looks like a good site to learn more19:47
prahmodno i don't mean that.well i am interested to join that group.but i think i should get prepared first19:48
pwnguinindeed19:48
tallmttwhat is the harm in compiling a git kernel with "make && make modules_install" in ubuntu19:49
pwnguintallmtt: im thinking you might overwrite modules for a currently installed kernel19:49
tallmttThat is what I'm worried about - I am getting errors using the make-kpkg (ubuntu way)19:50
pwnguintallmtt: did you see the link i pasted?19:51
tallmttkernelnewbies?19:51
pwnguinopenweekhardy19:51
tallmttpwnguin: going there now19:51
prahmodpwnguin:can u give me some idea.from where should i get started so as to understand and able to write kernel in future19:53
pwnguinwell, I think a good first step is to be able to build and run a kernel19:55
pwnguintheres a lot of configuration involved with the kernel, so its going to be a lot of reading19:55
Kanoif you know how to compile extra drivers ;)19:55
pwnguinthe next step is probably understanding how to use git to get source, diff source and get changelogs. then figuring out how the ubuntu kernel is built19:56
prahmodcompiling extra drivers? well till now i even don't know about compiling files in linux as i am a new user19:56
prahmodcan we go slowly19:57
pwnguinprahmod: if you're not familiar with UNIX programming, your best bet is to write a hello world C project, then find GNU's hello world project19:57
pwnguinand compare19:57
prahmodhow can i build a kernel and run it???19:57
pwnguinprahmod: the kernel newbies website has that information19:58
pwnguinhttp://kernelnewbies.org/KernelBuild19:58
tallmttpwnguin: Ok - I have been doing everything as is described but when typing "fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers" I get a lot of errors19:58
prahmodso GNU is a compiler.is that?19:58
prahmodgot that link19:59
tallmttI am new to using git and only doing so because of a driver available from it for a wireless card19:59
pwnguintallmtt: pastebin some of the errors maybe?20:00
tallmttpwnguin: sure - http://pastebin.com/m41b2b0ac20:02
pwnguinthats not good20:02
pwnguinpastebin rt2x00dev20:03
pwnguinor if you have a public gitweb that'd also work20:03
tallmttpwnguin: that is the driver I need also - the git is from rt2x00 for RaLink wireless cards20:03
prahmodso should i dowload git-core???20:04
tallmttThere is a public gitweb - hold on20:04
tallmtthttp://git.kernel.org/?p=linux/kernel/git/ivd/rt2x00.git;a=summary20:04
tallmttIs that what you wanted?20:04
pwnguinsure20:05
Kanort2800?20:05
pwnguinso uh, thats a pretty busy git at the moment20:05
pwnguintallmtt: which commit do you have?20:05
tallmttpwdguin: I downloaded it yesterday20:06
pwnguinthere have been 8 patches since then20:06
tallmttYeah - but the feature I need is already comitted and should be working20:07
pwnguinexcept for the part where it isnt building20:07
tallmtt:)20:07
prahmodand later i need to download the git file.am i getting right???20:08
pwnguinprahmod: #kernel-newbies on irc.oftc.net can help you a lot better than I can I think20:08
tallmttFor background info: I have an rt61pci wireless card whose driver works in managed mode but i want master mode to use it as an AP20:10
pwnguintallmtt: so how did you piece this code together?20:14
pwnguinjust grabbed the whole thing from git?20:14
tallmttpwnguin: yes20:14
pwnguintry updaing to the latest20:15
pwnguinif that doesn't work, you probably want to take it upstream20:15
tallmttthanks20:19
pwnguindid it work?20:21
tallmttno it didn't 20:43
tallmttpwnguin: thanks again for your help, I need to go right now - will try more later20:45
pwnguinnp21:28

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!