On Mon, Mar 11, 2013 at 10:55 AM, Greg KH wrote:
> On Mon, Mar 11, 2013 at 10:17:13AM +0800, Gao feng wrote:
>> I get the below stack when I execute the shell program
>>
>> #!/bin/bash
>>
>> while :;
>> do
>> modprobe 8139too&
>> rmmod 8139too&
>> done
>>
>> I trust it is not the problem of 8139to
On 2013/03/11 10:55, Greg KH wrote:
> On Mon, Mar 11, 2013 at 10:17:13AM +0800, Gao feng wrote:
>> I get the below stack when I execute the shell program
>>
>> #!/bin/bash
>>
>> while :;
>> do
>> modprobe 8139too&
>> rmmod 8139too&
>> done
>>
>> I trust it is not the problem of 8139too, the other m
On Mon, Mar 11, 2013 at 10:17:13AM +0800, Gao feng wrote:
> I get the below stack when I execute the shell program
>
> #!/bin/bash
>
> while :;
> do
> modprobe 8139too&
> rmmod 8139too&
> done
>
> I trust it is not the problem of 8139too, the other modules have the same
> problems too.
> Is thi
3 matches
Mail list logo